Re: [JBoss-user] Transaction object is null in JDBCStoreManager
JBossCMP will only work with a transaction. Are you trying to run cmp code without a transaction? -- Dain Sundstrom Chief Architect JBossCMP JBoss Group, LLC Julien Viet wrote: > Hi, > > I have a NullPointerException in JDBCStoreManager > bec
[JBoss-user] Transaction object is null in JDBCStoreManager
Hi, I have a NullPointerException in JDBCStoreManager because of a null transaction returned by the transaction manager line 213 of JDBCStoreManager : int status = tx.getStatus(); here tx object is null I am using jboss Branch_3_0. any ideas ?