Re: Newbie Proxy problem

2004-03-23 Thread Mauricio Montblanch
be going wrong. Best regards, Edson Richter - Original Message - From: Mauricio Montblanch To: OJB Users List Sent: Friday, March 19, 2004 11:54 AM Subject: Newbie Proxy problem Hi I am trying to use a dynamic proxy in a 1:n relation (loading a list) but a I can 't figure out how

Re: Newbie Proxy problem

2004-03-23 Thread Edson Carlos Ericksson Richter
for your objects. Best regards, Edson Richter - Original Message - From: Mauricio Montblanch To: OJB Users List Sent: Tuesday, March 23, 2004 3:16 PM Subject: Re: Newbie Proxy problem Nop, it did not work, have you any example Edson Carlos Ericksson Richter

Re: Newbie Proxy problem

2004-03-23 Thread Edson Carlos Ericksson Richter
Richter To: OJB Users List Sent: Tuesday, March 23, 2004 3:48 PM Subject: Re: Newbie Proxy problem I'll try to do show in a sample: public class TestA { public int idA; public java.util.List allB; } public class TestB { public int idB; public int idReferenceToA; public TestA

Newbie Proxy problem

2004-03-19 Thread Mauricio Montblanch
Hi I am trying to use a dynamic proxy in a 1:n relation (loading a list) but a I can 't figure out how make it work (I get a java.lang.ClassCastException when I try to get the any object), can anyone give me a simple example of how to use a dynamic proxy. Detail Clases: Product