This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Illegal transaction stateadrian.brock May 28, 2003 8:23 PM (in response to pmills)Turn on TRACE logging for 
 org.jboss.ejb.plugins.TxInterceptorCMT
 You will be able to see where transactions
 start and stop and which methods are invoked
 Regards,
 Adrian
- 
        2. Re: Illegal transaction statepmills May 29, 2003 7:48 AM (in response to pmills)Thanks for the suggestion; I'll try that. 
 I was able to find a workaround by creating a new method in my entity bean which called getMembers and returned a transformation of the data in a new form (Vector). Then I put a RequiresNew constraint on *that* method and everything went fine.
 So it appears that the logic was acceptable as long as it didn't cross bean boundries as a CMR Collection.
 
    