Hello there! I'm exposing a system that has Hibernate as ORM solution. When exposing my services I get an error from the client due CGLIB enhancements, I know this is what really happens since the class signature is gonna be different from the one generated with the WSDL. My question is: Anyone who uses it, what's your solution? Initialize the whole Pojo? I tried opensession in view pattern but I get this error:
org.codehaus.xfire.XFireRuntimeException: Couldn't create type for property definedFilterNames on interface org.hibernate.SessionFactory: Cannot create mapping for java.util.Set, unspecified component type for interface 
java.util.Set

Any ideas?

Best Regards


Reply via email to