You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Guillaume DROUIN <gd...@eurodatacar.fr> on 2006/04/20 10:38:00 UTC

OJB 1.0.4

Hi,

 

I migrate from db-ojb-1.0.rc6 to ojb 1.0.4,

 

And now it's impossible to save an database-object with the method
"LockManagerClass=org.apache.ojb.broker.locking.LockManagerRemoteImpl"
( it's possible with LockManagerInMemoryImpl) , I have an exception
"cannot remove lock for" ...object" xxx.

 

Ojb.properties :

ConnectionFactoryClass=org.apache.ojb.broker.accesslayer.ConnectionFacto
ryPooledImpl

LockManagerClass=org.apache.ojb.broker.locking.LockManagerRemoteImpl

LockServletUrl=http://127.0.0.1:8080/ojb-lockserver/ 

OJBTxManagerClass=org.apache.ojb.odmg.LocalTxManager

ImplicitLocking=false

LockAssociations=WRITE

Ordering=false

ImplicitLockingBackward=false

 

 

Oracle9i, tomcat 5.5.16

 

Thanks,

 

I apologise for my english.