r.apache.org
> Subject: custom proxy manager
>
> Hi,
> I have a EJB3 which contains a new type.While trying to
> use this EJB3 I get a persistence exception saying "Unable to
> create a second class proxy object for the given type"
>
> Now I understand that I nee
Hi,
What is the new type?
-Patrick
--
Patrick Linskey
BEA Systems, Inc.
> -Original Message-
> From: Ritika Maheshwari [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 04, 2006 9:52 AM
> To: open-jpa-dev@incubator.apache.org
> Subject: custom proxy manager
>
>
Hi,
I have a EJB3 which contains a new type.While trying to use this EJB3 I
get a persistence exception saying
"Unable to create a second class proxy object for the given type"
Now I understand that I need to create a custom proxy manager for this new
type.Could you point me to a p