This link is to an email describing the same problem:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg47648.html

Here is the function prototype in my application's endpoint interface:
public CustomerDetails[] getCustomers(int person) throws RemoteException;

The CustomerDetails object is a simple bean with public getters and setters, 
attributes are just ints and Strings.

The object serializes properly when a function only returns a single object instance 
rather than an array.

Here is the JBoss console output:
Caused by: java.io.IOException: No serializer found for class 
com.uecommerce.telacct.ws.CustomerDetails in registry [EMAIL PROTECTED]
        at 
org.apache.axis.encoding.SerializationContextImpl.serializeActual(SerializationContextImpl.java:1461)
        at 
org.apache.axis.encoding.SerializationContextImpl.serialize(SerializationContextImpl.java:880)
        at 
org.apache.axis.encoding.ser.ArraySerializer.serialize(ArraySerializer.java:410)
        at 
org.apache.axis.encoding.SerializationContextImpl.serializeActual(SerializationContextImpl.java:1430)
        at 
org.apache.axis.encoding.SerializationContextImpl.serialize(SerializationContextImpl.java:880)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:270)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:447)
        at 
org.apache.axis.message.SOAPElementAxisImpl.output(SOAPElementAxisImpl.java:1478)
        at 
org.apache.axis.message.SOAPBodyAxisImpl.outputImpl(SOAPBodyAxisImpl.java:152)
        at 
org.apache.axis.message.SOAPEnvelopeAxisImpl.outputImpl(SOAPEnvelopeAxisImpl.java:604)
        at 
org.apache.axis.message.SOAPElementAxisImpl.output(SOAPElementAxisImpl.java:1478)
        at org.apache.axis.MessagePart.writeTo(MessagePart.java:294)
        ... 39 more


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

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


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to