Re: [JBoss-user] Transaction object is null in JDBCStoreManager

2002-06-24 Thread Dain Sundstrom
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

2002-06-22 Thread Julien Viet
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 ?