Hi,
I have one application which is already built in
EJB 3 which i have not created. It is working fine. I am not used to with EJB.
In this application, there is more than one insert and update in one transaction.
Codder haven't write any where commit or rollback.
only in weblogic-application.xsd file
<element name="new-conn-for-commit-enabled" type="wls:true-falseType" minOccurs="0"/>
line he has written.
Can any one tell me how can it manages commit and rollback? It should there any settings in weblogic 10.3?
Thanks in advance.