Hi Joerg, > > - the Object is a superclass of two Objects (Classes A1,A2) both > > mapped to the same table do you use 'ojbConcreteClass' feature for A1, A2 classes mapped to the same table?
regards, Armin ----- Original Message ----- From: "Joerg Lensing" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Monday, September 15, 2003 12:21 PM Subject: Simple (?) Proxy-Questions (Sorry for reposting) > Hi ojb-users, > I'm still struggling with dynamic proxies and I have no more idea what I can > do. Could someone please help me with this? > > joerg > > Joerg Lensing wrote: > > > Hi all, > > some questions about proxies: > > > > - I want to query an Object > > - the object (class A) is used by a dynamic proxy > > - the Object is a superclass of two Objects (Classes A1,A2) both > > mapped to the same table > > - the extended objects are dynamic proxies too > > - the criteria is a field from the superclass (A) > > > > how do the proxies know, which Interface (for class A1 OR A2) is the > > right one (because only ONE interface can be the right one) > > > > The reason for asking is: In my code, allways the wrong interface is > > returned (see mails before) > > > > thanks, joerg > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
