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