Hi,

  I'm new to web services and have been trying to develop a web service that returns 
me a collection of custom defined value objects.

  I've got the web service deployed in a war file according to the instructions from 
the Sun tutorial for JAX-RPC and as long as the service returns a collection of 
standard types (like an ArrayList of Strings) it works fine. The problem is I would 
like to retrieve a collection of custom objects (an ArrayList of 
com.xxx.model.CustomClassObjects) and I get the following error:

ERROR [STDERR] Jul 10, 2004 2:06:27 PM 
com.sun.xml.rpc.server.StreamingHandler handle 
SEVERE: serialization error: no serializer is registered for 
  (class com.xxx.model.CustomClassObject, null)
serialization error: no serializer is registered for 
(class com.xxx.model.CustomClassObject, null)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841653#3841653

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841653


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to