Re: OJB 0.99 writing to the database in jboss! Please help

2003-02-26 Thread Guido Beutler
Hi,

I ran into the same problem. Is there a solution avail?

cheers,

Guido


- Original Message - 
From: Ashraf Moosa [EMAIL PROTECTED]
To: OJB Users List [EMAIL PROTECTED]
Sent: Tuesday, February 18, 2003 10:09 AM
Subject: OJB 0.99 writing to the database in jboss! Please help



Hi,

I am having the same problems as Cristos. I am upgrading from version
0.9.8.
I can successfully read from the database but when I try to add or
update everything executes cleanly but nothing commits to the database.
I have tried in with implicit locking set to true as well as false.

Ashraf

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



-
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]



OJB 0.99 writing to the database in jboss! Please help

2003-02-18 Thread Ashraf Moosa

Hi,

I am having the same problems as Cristos. I am upgrading from version
0.9.8.
I can successfully read from the database but when I try to add or
update everything executes cleanly but nothing commits to the database.
I have tried in with implicit locking set to true as well as false.

Ashraf

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



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