Re: OJB EJB on Weblogic using Oracle -> PB update problem

2004-05-04 Thread Armin Waibel
, 2004 12:08 PM To: OJB Users List Subject: RE: OJB EJB on Weblogic using Oracle -> PB update problem Armin Thanks for your reply. I made some progress on debugging my problem. Instea of set useAutoCommit=1, I did my test by do a direct INSERT. Amazing my java application works. I can see new

RE: OJB EJB on Weblogic using Oracle -> PB update problem

2004-05-04 Thread Zhou, Andrew
ots work on 0.9.x and now 1.0.rc3 Really appreciate all your guys help! -Andrew -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 11:39 AM To: OJB Users List Subject: Re: OJB EJB on Weblogic using Oracle -> PB update problem Hi Andrew,

RE: OJB EJB on Weblogic using Oracle -> PB update problem

2004-05-04 Thread Zhou, Andrew
eally appreciate all your guys help! -Andrew -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 11:39 AM To: OJB Users List Subject: Re: OJB EJB on Weblogic using Oracle -> PB update problem Hi Andrew, Zhou, Andrew wrote: > Now I strip ou

Re: OJB EJB on Weblogic using Oracle -> PB update problem

2004-05-04 Thread Armin Waibel
Hi Andrew, Zhou, Andrew wrote: Now I strip out all logic from EJB session bean to a stand alone application and now my update also do not work. you set 'useAutoCommit=0' in your standalone app. This is problematic because OJB does not try to change the autoCommit state. If in your DB autoCommit

RE: OJB EJB on Weblogic using Oracle -> PB update problem

2004-05-04 Thread Zhou, Andrew
Now I strip out all logic from EJB session bean to a stand alone application and now my update also do not work. I am wondering if any setup wrong in OJB.properties or repository My repository look like,