This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Transaction Problemwolfc Oct 23, 2006 7:49 AM (in response to dkalna)Only when you run the neueTx method through a business interface will it get a new transaction. Directly calling the method from within the bean won't trigger any tx features. 
 Please try:ctx.getBusinessObject(SimpleRemote.class).neueTx(); 
- 
        2. Re: Transaction Problemdkalna Oct 23, 2006 9:51 AM (in response to dkalna)Hello wolfc, thanks for replay... 
 i have implemented it, now I get following exception:
 java.lang.IllegalStateException: Not implemented
 I'm using JBoss-4.0.4GA... is it possible that this feature is not implemented, or something else?
 Thanks a lot
 Dalibor
- 
        3. Re: Transaction Problemdkalna Oct 23, 2006 10:24 AM (in response to dkalna)ok, I've found the problem, after I installed EJB3.0-RC9 problem 'Not Implemented' disappeared. 
 Bye
 Dalibor
 
    