This was posted against beta 2 but I never saw any response - do custom
serializers work in beta 3? I have deployed a customer serializer and get
the following when I try to access my service:

       stackTrace: java.lang.NullPointerException
       at
org.apache.axis.description.ServiceDesc.createOperationForMethod(ServiceDesc
.java:794)
It appears that TypeMapping doesn't get set, presumably from WSDDService
during initialisation.

Can anyone confirm whether or not this is a known bug or am I doing
something wrong in my deployment descriptor (extract below)? The same
descriptor but using the standard BeanSerializer works fine.

      <typeMapping
        xmlns:ns="http://www.sonusnet.com/model";
        
qname="ns:ManagedEntityKey"
        type="java:com.sonus.model.ManagedEntityKey"
      
  serializer="com.sonus.service.ManagedEntitySerializerFactory"
        
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
        
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
      />
Thanks,

Scott.

Reply via email to