Jack ValLance wrote:
Can someone tell me about this Error message ??
org.apache.ojb.broker.TransactionInProgressException: ConnectionManager is already in transaction
What would Cause this Error??
Call PB.beginTransaction(), but associated ConnectionManager is already in a local transaction (means a ConnectionManager.localBegin() was already caled before). Currently only PB does call ConnectionManager.localBegin(), so I assume you doing something wrong in OJB handling. E.g multiple threads use same PB instance or in code direct call of ConnectionManager.localBegin() is done.
Please post the whole stack trace and the source code cause this error.
PB=PersistenceBroker
regards, Armin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
