<?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 - Transactions in Session Bean</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>Thu, 23 May 2013 20:57:36 -0400</pubDate>


    <item>

        <title>Transactions in Session Bean</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=20442</link>

        

        
            <description><![CDATA[All the stored procedures return some sort of return code, which you can use to figure out weather its operation was successful or not, even it does happen in COBOL....]]></description>
        

        <pubDate>Tue, 22 Jul 2003 23:56:39 -0400</pubDate>

        

        <jf:creationDate>Tue, 22 Jul 2003 23:56:39 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 22 Jul 2003 23:56:39 -0400</jf:modificationDate>
        <jf:date>Jul 22, 2003</jf:date>
        <jf:author>Venkatesh Rajmendram</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Transaction in SSB</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=20442</link>

        

        
            <description><![CDATA[After inserting and commiting record will be commited in database.
<br>Once the exception occurs through SSB/DAO the transaction willl be definetly rolled back.]]></description>
        

        <pubDate>Tue, 22 Jul 2003 06:54:57 -0400</pubDate>

        

        <jf:creationDate>Tue, 22 Jul 2003 06:54:57 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 22 Jul 2003 06:54:57 -0400</jf:modificationDate>
        <jf:date>Jul 22, 2003</jf:date>
        <jf:author>supraja madhavi</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Transactions in Session Bean</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=20442</link>

        

        
            <description><![CDATA[A stored procedure written in COBOL has no way to notify the caller if an error occurs? If a SSB calls a DAO, which calls the database to invoke a stored proc, your application will know if anything goes wrong with the store procedure since the database...]]></description>
        

        <pubDate>Mon, 21 Jul 2003 16:57:07 -0400</pubDate>

        

        <jf:creationDate>Mon, 21 Jul 2003 16:57:07 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 21 Jul 2003 16:57:07 -0400</jf:modificationDate>
        <jf:date>Jul 21, 2003</jf:date>
        <jf:author>Raffi Basmajian</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Datsource and EJB transactions</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=20442</link>

        

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

        <pubDate>Mon, 21 Jul 2003 07:03:42 -0400</pubDate>

        

        <jf:creationDate>Mon, 21 Jul 2003 07:03:42 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 21 Jul 2003 07:03:42 -0400</jf:modificationDate>
        <jf:date>Jul 21, 2003</jf:date>
        <jf:author>Anant Patil</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Transactions in Session Bean</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=20442</link>

        

        
            <description><![CDATA[It depends, Say suppose your Stateless ejb calls a DAO and which calls a stored procedure(SP) say on DB2 and assume SP is written in Cobol. So when the SP is called there is no control since the call is triggred. If the transcation continues with other...]]></description>
        

        <pubDate>Sun, 20 Jul 2003 12:01:40 -0400</pubDate>

        

        <jf:creationDate>Sun, 20 Jul 2003 12:01:40 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 20 Jul 2003 12:01:40 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2003</jf:date>
        <jf:author>Venkatesh Rajmendram</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Mastering EJB</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=20442</link>

        

        
            <description><![CDATA[Download a copy of Ed Roman's Mastering EJB....]]></description>
        

        <pubDate>Sun, 20 Jul 2003 11:47:12 -0400</pubDate>

        

        <jf:creationDate>Sun, 20 Jul 2003 11:47:12 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 20 Jul 2003 11:47:12 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2003</jf:date>
        <jf:author>Sean Sullivan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Transactions in Session Bean</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=20442</link>

        

        
            <description><![CDATA[If you are using EJB, you should never manually commit or rollback data. You must let the EJB server manage your commits and rollbacks. If you try to do your own commits, you will likely get ugly errors. If you want to manually flag a rollback, you...]]></description>
        

        <pubDate>Fri, 18 Jul 2003 09:49:39 -0400</pubDate>

        

        <jf:creationDate>Fri, 18 Jul 2003 09:49:39 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 18 Jul 2003 09:49:39 -0400</jf:modificationDate>
        <jf:date>Jul 18, 2003</jf:date>
        <jf:author>Paul Strack</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Transactions in Session Bean</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=20442</link>

        

        
            <description><![CDATA[When we say Transactions in  EJB take care of complete transactionality. Let's assume that I wiriting stateless session bean ,...]]></description>
        

        <pubDate>Fri, 18 Jul 2003 06:46:02 -0400</pubDate>

        

        <jf:creationDate>Fri, 18 Jul 2003 06:46:02 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 18 Jul 2003 06:46:02 -0400</jf:modificationDate>
        <jf:date>Jul 18, 2003</jf:date>
        <jf:author>Anant Patil</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

