Re: Problems with Proxies

2012-05-18 Thread Markenson França
I have used the @ExtraTypes annotation on the interface that extends RequestFactory and has worked fine for me. ex: @ ExtraTypes ({SubOne.class, SubTwo.class, SubThree.class}) public interface extends YourRequestFactory RequestFactory { } Atenciosamente, Markenson Paulo França 2012/5/16

Problems with Proxies

2012-05-17 Thread Geoff Gibbs
I'm trying to create a proxy for a class containing a collection of classes that all extend from a generic abstract class: Here's the model structure: @Entity public class Container { public SetSuperType? getContent(); } @Entity public abstract class SuperTypeT {} @Entity public class