Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

webservies with weblogic servicegen Non built in data type

843833May 13 2005 — edited Jul 19 2005
Hi
I am writing webservices for EJB methods.I am working on weblogic 8.1 server.I am building it using build.xml servicegen utility .One of my EJB methods return type is Map ...i think this is not supported by servicegen i am getting the following error
weblogic.xml.schema.binding.BindingException: Invalid class received: interface java.util
.Map loaded from file:/C:/j2sdk1.4.1_06/jre/lib/rt.jar!/java/util/Map.clas All classes that will be serialized or deserialized must be non-interface, non-abstract classes that provide a public default constructor

Please help me how to go about this.

Thanks
Chandu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2005
Added on May 13 2005
3 comments
142 views