Re: OJB RC4 does not select all objects?

2003-10-07 Thread Guido Beutler
Hi Armin, first thanks for your support !! Armin Waibel wrote: 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 eff

Re: problem building from CVS

2003-10-07 Thread Thomas Mahler
Hi, I just compiled and junit tested CVS Head. I don't have any problems so far. The newly added JDO stuff requires you to have the jdo.jar and the jdori.jar from SUN in the ojb lib directory.the current build script does not produce any error messages if those jars are not available. cheers,

Re: ConnectionfactoryPooledImpl in Weblogic, was rollback problem

2003-10-07 Thread Armin Waibel
Hi Bonnie, On Mon, 6 Oct 2003 13:27:44 -0400, Bonnie MacKellar <[EMAIL PROTECTED]> wrote: No one answered this, but I did find my problem - I needed to set useAutoCommit="1" in my repository_database.xml file is the docmentation in http://db.apache.org/ojb/repository.html#jdbc-connection-descrip

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 tra

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: UPGRADE pb with proxi and getCollectionByQuery

2003-10-07 Thread Armin Waibel
Hi Emmanuel, can you post your test code, then we are able to write a test case. regards, Armin On Mon, 6 Oct 2003 19:57:26 +0200, Emmanuel Dupont <[EMAIL PROTECTED]> wrote: All, I have this strange behaviours. When I call getCollectionByQuery I retrieve a collection of proxy objects. N

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] E:\jakarta\db-ojb\target\src\org\apache\ojb\jdo\PersistenceManage

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: "Un

Query returns only identical instances

2003-10-07 Thread lama12
Hi everyone, I'm absolutely puzzled by the following problem: if I execute a query with field vorgangsnummer as criteria, like this: Criteria lCriteria = new Criteria(); lCriteria.addEqualTo("vorgangsnummer", new Long(pVorgangsnummer)); Query lQuery = new QueryByCriteria(Data.class, lCriteria); Co

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 t

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 QueryByCriteria

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