0 Replies Latest reply on Jul 15, 2004 1:22 PM by atait

    Help with using Commit Option C

      Working on implementing commit option c for a few CMP1.1 entity beans shared by two applications. These beans will be managed in two containers. I have copied and modified, with commit option c, the "Standard CMP EntityBean" config and placed it in jboss.xml. Now when accessing these beans the following warning is thrown while the application has the bean locked in a transaction.

      [ejb.plugins.AbstractInstanceCache] Unable to passivate due to ctx lock, id=5084597

      Can someone get me pointed in the right direction for addressing this? It looks like I need to change configuration so the cache won't attempt to passivate until the transaction is complete. I have tried a number of config changes but none have removed this warning.

      Running jboss 3.2.3

      Thanks