Re: MySQL OJB and Date Objects

2005-03-09 Thread MRuppert
Return Receipt Your Re: MySQL OJB and Date Objects document :

OJB on WAS 6.0

2005-03-01 Thread MRuppert
Hi, is anybody using OJB together with IBM WebSphere Application Server, 6.0.0.1 yet? We're moving our application from Bea right now and we have some problems. Regards Michael Ruppert

OJB and WebSphere 6

2005-02-23 Thread MRuppert
Hello, is anybody using OJB together with WebSphere 6 ? We are running our application on WebLogic and Oracle application servers. No problems so far. But now , when we try to set it up on an WebSphere 6 app server we get a strange exception: [17.02.05 14:47:36:387 GMT+01:00] 0045 LocalTra

Antwort: Re: Question: can OJB handle bulk inserts within one transaction??

2003-03-11 Thread MRuppert
Hi Achim, if I set batch-mode="false" it works. Hi Michael, seems like a bug, did you tried batch-mode="false" and then run the test? regards, Armin - Original Message - From: <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 10:47 AM Subject

Question: can OJB handle bulk inserts within one transaction ??

2003-03-11 Thread MRuppert
Hallo, there is a thing with OJB I canĀ“n understand. schnipp - PersistenceBroker myBroker = PersistenceBrokerFactory.defaultPersistenceBroker(); private void processObjects(ArrayList anObjectList) { int theSize = anObjectList.size(); for (int i = 0 ; i < theSize

ojb 0.9.9 and Oracle with conversion problem.

2003-02-18 Thread MRuppert
Hello, I am running jdk 1.3.1 with Oracle using the "thin" driver and I used ojb 0.9.8 for 4 weeks. I worked o.k. So I wrote an conversion class , and it worked fine on my oracle database. Yesterday I decided to use 0.9.9. All my unit tests work except those with classes using the Date2intField