RE: Is Mapping Classes on Multiple Joined Tables supported?

2004-12-30 Thread Nils Liebelt
Hi Vadim, Stick to the Repository file I posted earlier! If you don't use the abstract modifier for the super class it works. Regards, Nils - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Howto handle inheritance with an abstract classes

2004-12-30 Thread Thomas Dudziak
Nils Liebelt wrote: Hi, I am struggling with a simple extend of an abstract class, trying to use multiple joined tables. I get following MetadataException: Can't create new base class object for 'za.co.ibn.datasolutions.entities.Contact' A soon as I remove the abstract modifier everything works.

Re: Is Mapping Classes on Multiple Joined Tables supported?

2004-12-30 Thread Thomas Dudziak
Vadim Gritsenko wrote: Hey All, [Using OJB_1_0_RELEASE branch from CVS] As other users here, I'm also struggling with mapping class hierarchy on multiple joined tables, and can't figure out what's wrong and whether it is working at all or not. Consider this slightly modified (added relation to

Re: Is Mapping Classes on Multiple Joined Tables supported?

2004-12-30 Thread Vadim Gritsenko
Thomas Dudziak wrote: Vadim Gritsenko wrote: Hey All, [Using OJB_1_0_RELEASE branch from CVS] As other users here, I'm also struggling with mapping class hierarchy on multiple joined tables, and can't figure out what's wrong and whether it is working at all or not. Consider this slightly

Re: Is Mapping Classes on Multiple Joined Tables supported?

2004-12-30 Thread Vadim Gritsenko
Nils Liebelt wrote: Hi Vadim, Stick to the Repository file I posted earlier! If you don't use the abstract modifier for the super class it works. I don't have abstract classes anywhere - my case is a bit different. It's about mapping classes A and B, where B extends A, to two tables, and class C

RE: Isolation level for Persistence broker queries

2004-12-30 Thread Vesely, Max [IT]
Is there a particular reason I don't get my questions answered? Just to know it will save me some time in the future. Thanks. -Original Message- From: Vesely, Max [IT] Sent: Wednesday, December 29, 2004 5:48 PM To: ojb-user@db.apache.org Subject:Isolation level for

Re: Isolation level for Persistence broker queries

2004-12-30 Thread Thomas Dudziak
Vesely, Max [IT] wrote: Is there a particular reason I don't get my questions answered? Just to know it will save me some time in the future. Well, I would say it is because currently there are holidays, so you can only reasonably expect answers next week the earliest, I'd say. And the people

RE: Isolation level for Persistence broker queries

2004-12-30 Thread Vesely, Max [IT]
Thanks. I'll wait for the next week then. Max. -Original Message- From: Thomas Dudziak [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 7:04 PM To: OJB Users List Subject:Re: Isolation level for Persistence broker queries Vesely, Max [IT] wrote: Is there a