The object that is causing the problem is a relatively simple implementation
of this interface:

public interface ServiceContainer<T> {
        T getInstance();
        int getVersion();
}

and is declared as ServiceContainer<Product> on the web service.

The WSDL seems to be getting generated properly, I have no idea why this is
causing such problems.

http://www.nabble.com/file/p14747455/halp-cat.jpeg 
-- 
View this message in context: 
http://www.nabble.com/Aegis-Collection-binding-problem-with-CGLib-generated-objects-tp14740824p14747455.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to