Ok methodA() used to form a dataobjecy and send it to methodB() for updation. Thus earlier we had transaction attribute of "SUPPORTS" for methodA() and a transaction attribute "REQUIRED" for methodB() . This used to work properly i.e. the database used to get updated when the EJB was deployed in Weblogic.
But when I ddeploy the same in JBOSS it does not work i.e. it does not update the database. This only works when you make the transaction attribute of methodA() also as REQUIRED. Any clues to this..?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868641#3868641 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868641 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
