Problem with anonymous keys in 1:n back-mapping (again)

2003-10-12 Thread Vincenz Braun
Hello, I have the same problem described earlier in this list by Gerhard Grosse. What is the status of this issue? Is someone working on this or has at least committed a bug report? I queried scarab and did not find a matching issue, yet. Any help greatly appreciated. Vincenz original post from

Re: M:N same class mapping question...

2003-10-12 Thread Brian McCallister
Note that the package names *do* match in the actual code - Changed the one in place in the email and not the other =) -Brian On Sunday, October 12, 2003, at 10:38 PM, Brian McCallister wrote: I am having problems getting a class to properly persist collections of instances of the same class (

M:N same class mapping question...

2003-10-12 Thread Brian McCallister
I am having problems getting a class to properly persist collections of instances of the same class (see configs later in the email). Using the M:N mapping seems to be the way to do this, but it isn't actually working. If the relations exist in the database the data loads fine, however it doesn

Auto-delete throws a referential integrity exception

2003-10-12 Thread Patrick Sager
Hi Class A contains a pointer to class B and a Vector with elements of class B: /** * @ojb.class * @ojb.field * name="_id" * primarykey="true" * autoincrement="true" * jdbc-type="INTEGER" * @ojb.field * name="_bId" * jdbc-type="INTEGER" */ public class A /** * @ojb

NullPointerException with OQL query

2003-10-12 Thread Anton Komratov
I've just made mistprint in class name while typing OQL query and got NullPointerException. imho it has to be another exception instead of NullPointerException. best regards, Anton Komratov - To unsubscribe, e-mail: [EMAIL PROTE

Inheritance delete problem

2003-10-12 Thread balza
Hello, I've updated OJB and built to the last CVS release but still have some problem with inheritance. I've - class A and B - B extends A - to A correspond a table tA - to B correspond a table tB - between tA and tB exits an inheritance relation If I delete an entry on class B (broker.delete(b);

Inheritance delete problem

2003-10-12 Thread balza
Hello, I've updated OJB and built to the last CVS release but still have some problem with inheritance. I've - class A and B - B extends A - to A correspond a table tA - to B correspond a table tB - between tA and tB exits an inheritance relation If I delete an entry on class B (broker.delete(b);

Problem with anonymous keys in 1:n back-mapping (again)

2003-10-12 Thread Vincenz Braun
Hello, I have the same problem described earlier in this list by Gerhard Grosse. What is the status of this issue? Is someone working on this or has at least committed a bug report? I queried scarab and did not find a matching issue, yet. Any help greatly appreciated. Vincenz original post from