This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: problem with transactionsaloubyansky Aug 9, 2004 3:27 AM (in response to ware)Can you post a stacktrace of that error? 
- 
        2. Re: problem with transactionsware Aug 12, 2004 1:35 AM (in response to ware)it's not the error in the transaction the is not working correct... it is when an error occur from some reason then only a part of the whole transaction is rolled back and not all the tasks that have been called since the begining of the transaction. it a transction from a session bean that calls some ejbs and update some tables or create new records on them. 
 i defined in the ejb-jar.xml file the methods of the session bean as require in the mode of transaction and the methods of the ejbs in the ejb-jar.xml is defined as support and all of them is managed by the container.
 10x ahead,
 netanel
- 
        3. Re: problem with transactionsaloubyansky Aug 12, 2004 8:27 AM (in response to ware)You have to provide more info or a testcase as it works for me. Are there methods with NotSupported? 
 
    