[JAWS] java.lang.RuntimeException: Unable to deregister with TransactionManager: java.lang.IllegalArgumentException: xaRes not enlisted I have a statless session bean method finding some entity beans and then creates a new entity based on data (mostly id's) collected from other entities. The exception is thrown in the create method for the new entity bean. It seems like the transaction is lost somehow ???... All entity beans are CMP except for one BMP. If I ommit the call to the BMP-bean findxxx method (and use dummy value for that entity id) everything works OK. But when I invoke this find method, The above error occurs. Is there anything special about deploying BMP beans that i may have missed? or implementing their find methods ? Thanks, Shahar -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
