<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Transaction across stateless beans</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Tue, 18 Jun 2013 22:28:53 -0400</pubDate>


    <item>

        <title>Transaction across stateless beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22639</link>

        

        
            <description><![CDATA[You are correct. The other replies are going down the wrong path. Use &quot;transaction required&quot; on methods in both session beans and the same transaction will be used for container managed transactions. That is the whole point of container managed...]]></description>
        

        <pubDate>Sun, 30 Nov 2003 21:49:43 -0500</pubDate>

        

        <jf:creationDate>Sun, 30 Nov 2003 21:49:43 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 30 Nov 2003 21:49:43 -0500</jf:modificationDate>
        <jf:date>Nov 30, 2003</jf:date>
        <jf:author>John Hoebel</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Transaction across stateless beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22639</link>

        

        
            <description><![CDATA[Other than the one statement that I do not understand very clearly, your process should be a very simple one, where both beans should use 'Transaction Required' as the attribute in the xml descriptor file. When an updateable method in A is called, a...]]></description>
        

        <pubDate>Sat, 29 Nov 2003 20:13:40 -0500</pubDate>

        

        <jf:creationDate>Sat, 29 Nov 2003 20:13:40 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 29 Nov 2003 20:13:40 -0500</jf:modificationDate>
        <jf:date>Nov 29, 2003</jf:date>
        <jf:author>Ashar Malik</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Transaction across stateless beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22639</link>

        

        
            <description><![CDATA[Yes u need to use JTA - ditributed transactions, which can either be done through bean managed (programmatic) or container managed transaction....]]></description>
        

        <pubDate>Sat, 29 Nov 2003 16:20:23 -0500</pubDate>

        

        <jf:creationDate>Sat, 29 Nov 2003 16:20:23 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 29 Nov 2003 16:20:23 -0500</jf:modificationDate>
        <jf:date>Nov 29, 2003</jf:date>
        <jf:author>Kapil Israni</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Transaction across stateless beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22639</link>

        

        
            <description><![CDATA[First off the suggestion recomended will work only if bean b is accessed via a local interface. ...]]></description>
        

        <pubDate>Sat, 29 Nov 2003 02:24:04 -0500</pubDate>

        

        <jf:creationDate>Sat, 29 Nov 2003 02:24:04 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 29 Nov 2003 02:24:04 -0500</jf:modificationDate>
        <jf:date>Nov 29, 2003</jf:date>
        <jf:author>Rajesh Natarajan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Transaction across stateless beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22639</link>

        

        
            <description><![CDATA[When bean A is calling bean B, pass the connection object as an argument.
<br>Let b use the same object and commit and rollback in its method.]]></description>
        

        <pubDate>Fri, 28 Nov 2003 08:12:51 -0500</pubDate>

        

        <jf:creationDate>Fri, 28 Nov 2003 08:12:51 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 28 Nov 2003 08:12:51 -0500</jf:modificationDate>
        <jf:date>Nov 28, 2003</jf:date>
        <jf:author>dimple rana</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Transaction across stateless beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22639</link>

        

        
            <description><![CDATA[<div class="jive-quote">This should not be an issue. So as long as you are not trying to lookup any information persisted in Bean A from the DB in bean B.</div>
<br>
<br>Can you explain. I'm not cleat about it.]]></description>
        

        <pubDate>Fri, 28 Nov 2003 03:32:05 -0500</pubDate>

        

        <jf:creationDate>Fri, 28 Nov 2003 03:32:05 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 28 Nov 2003 03:32:05 -0500</jf:modificationDate>
        <jf:date>Nov 28, 2003</jf:date>
        <jf:author>Badrish Agarwal</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Transaction across stateless beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22639</link>

        

        
            <description><![CDATA[This should not be an issue. So as long as you are not trying to lookup any information persisted in Bean A from the DB in bean B.]]></description>
        

        <pubDate>Fri, 28 Nov 2003 01:54:41 -0500</pubDate>

        

        <jf:creationDate>Fri, 28 Nov 2003 01:54:41 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 28 Nov 2003 01:54:41 -0500</jf:modificationDate>
        <jf:date>Nov 28, 2003</jf:date>
        <jf:author>Rajesh Natarajan</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Transaction across stateless beans</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22639</link>

        

        
            <description><![CDATA[Hi,...]]></description>
        

        <pubDate>Fri, 28 Nov 2003 01:25:29 -0500</pubDate>

        

        <jf:creationDate>Fri, 28 Nov 2003 01:25:29 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 28 Nov 2003 01:25:29 -0500</jf:modificationDate>
        <jf:date>Nov 28, 2003</jf:date>
        <jf:author>Badrish Agarwal</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

