On Fri, 2003-02-14 at 13:02, Cristos Dimitriou wrote:
> Hi all,
> 
> I have recently upgrade to Version 0.9.9. Currently the environment that i am 
>running is a managed environment(JBOSS) connecting to a postgres db. I am having 
>problems writing to the database, more specifically, the application executes cleanly 
>with no runtime errors however no values have been writen to the db. It seems that i 
>have only aquired a read lock to the database but the code that I am using in order 
>to obtain a database is as follows:
> 
> db.open("default#user#pwd",Database.OPEN_READ_WRITE);
> 
> Does anyone have any ideas?
> 
> Thanks in advance
> Cristos Dimitriou

If you have implicit locking turned off, it could be commits are never
done (bug OJB130). It's fixed in CVS.

-- 
Klaasjan Brand <[EMAIL PROTECTED]>
Topicus B.V.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to