Antwort: WHY OJB SPEND MORE AND MORE TIME TO STORE OBJECTS ?

2003-12-04 Thread RBaron-Riege
Hi, is it possible that you have an index on that table??? If you build a complex index every time you insert a set of data your index takes more time. cheers, Ralf ghielard [EMAIL PROTECTED] schrieb am 04.12.2003 15:23:45: Hi everybody, i have an important problem of performance. I'd

Re: OJB weblogic problem - No record found

2003-10-29 Thread RBaron-Riege
Hi, we encounter the same phenomenon with weblogic 8.1 sp1. With a hot deploy the OJB responds like normal but with null or empty result. This could be fixed by restarting weblogic. But this is very time expensive. cheers, Ralf Armin Waibel [EMAIL PROTECTED] schrieb am 28.10.2003 10:11:05:

OJB (RC4) does not run with Bea Weblogic 8.1

2003-10-09 Thread RBaron-Riege
Hello, after my last question here, i considered to change my application to run with OJB rc4. Even the application runs with Bea 6.1 it wont with the Bea 8.1 :-( Did we something wrong? Or has something dramatically changed? Again: The Application without Bea runs fine also under Bea 6.1.

Does Anybody Use OJB(RC3) With Bea 8.1 ???

2003-10-08 Thread RBaron-Riege
Hi again, this is more a repost. Does anybody use OJB with Bea Weblogic 8.1? Our code, which works fine with Bea 6.X could not even start with Bea 8.1 Any suggestions? Thanks in advance! Cheers, Ralf Our logfile so far: [BOOT] WARN: Value

OJB with WebLogic 8.1

2003-10-07 Thread RBaron-Riege
Hi, we have experienced some problems with OJB (rc3) and BEA 8.1 AppServer. Our application runs fine under BEA 6. Has anything changed? Or did we just missed a hint/tutorial? We would appreciate any help. Thanks in advance, regards Ralf Here´s what we´ve found in our logfile: [BOOT]

How to create a LIKE Statement???

2003-08-20 Thread RBaron-Riege
Hi, I´m trying to make a SELECT * FROM Table WHERE Field LIKE 'XY%' I thought a Criteria theCriteria = new Criteria(); theCriteria.addLike(myAttributeName, anAttributeValue); // where the Attribute Type is BigDecimal should do the Job. But I´m getting a ClassCastException (I think because

binary repository.xml

2003-05-28 Thread RBaron-Riege
Hi, I´d like to create a binary form of my repository.xml to increase speed at loading. any Ideas? Thanks in advance for any comment. cheers, Ralf