Re: OQL Limit Queries

2003-10-07 Thread Nouguier olivier
Jakob Braeuchi wrote: hi sukesh, afaik the limits cannot be defined in the oql-query. but you can do the following: OQLQuery query = odmg.newOQLQuery(); query.create( select . ); query.bind( ... ); ((Query)query).setStartAtIndex(); hth jakob

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]

Select extents

2003-10-07 Thread Charles Anthony
Morning all, I have a base class Agreement. It has several 14 subclasses, all mapped to the same table AGREEMENT. I have an ojbConcreteClass attribute correctly configured. One of the subclasses of Agreement is ServiceAgreement. If I do a QueryByCriteria for all ServiceAgreements

Re: Strange null pointer exceptions

2003-10-07 Thread Jan Berkel
I keep getting NullPointerExceptions while retrieving an object from the database (OJB 1.0RC4). my repository_user.xml is set up as explained in the tutorials (extent-class in Template/BaseTemplate etc., to be sure I also used ojbConcreteClass to specify the classname) Please post

Inheritance problem

2003-10-07 Thread balza
Hello, I've - table tA and tB with an inheritance relationship - class B extending A - class A reflect tA - class B reflect tB insert in class B generate an entry in table tA and in table tB delete or search on table tB generate a java.sql.SQLException: Column not found, message from server:

problem building from CVS

2003-10-07 Thread gfaerman
Hi all, We are trying to build lastest CVS code. We are seeing this error. Any ideas, what are we doing wrong here? Regards, Gustavo. main: [javac] Compiling 571 source files to E:\jakarta\db-ojb\target\classes [javac]

Re: OJB RC4 does not select all objects?

2003-10-07 Thread Armin Waibel
Hi Guido, sorry for the late reply! On Mon, 06 Oct 2003 09:37:26 +0200, Guido Beutler [EMAIL PROTECTED] wrote: Hi again, because I did not get any reply for my postings I'm trying to get some information. What mean side effect? when set eager-releas='true' the connection was closed after

Re: rollback problem

2003-10-07 Thread Armin Waibel
Hi Bonnie, is this problem solved by setting useAutoCommit=1 as you posted in an later mail? regards, Armin On Thu, 2 Oct 2003 15:54:28 -0400, Bonnie MacKellar [EMAIL PROTECTED] wrote: Hi, I have a simple two step transaction, in which two inserts occur. I am using PB broker, with OJB