|
Hi, seems Castor doesn't
understand transaction processing in JBoss. In session bean method with Required
transaction attribute
execute following sequence:
jdo.getDatabase();
load( Object,id)
db.close();
on "load" line throws exception:
[Default] java.lang.IllegalStateException:
Transaction org.exolab.castor.jdo.engine.TransactionContextImpl@552a2b
does not hold the read lock: Object!
What could be wrong?
|
