1 Reply Latest reply on Mar 29, 2006 3:50 AM by fheldt

    Problem passing Vector over the wire

    ken1

      Hello,

      I have written a WS that returns a java.util.Vector. The WS runs on JBoss.
      Running the client, JBoss AS too, says:

      WARN [TypeMappingDescription] Class not found: com.sun.java.Vector
      


      Then a lot of exceptions:
      ERROR [Call] Exception:
      org.xml.sax.SAXException: Deserializing parameter 'result': could not find deserializer for type {http://java.sun.com/jax-rpc-ri/internal}vector
      
      ...
      
      


      No idea what to do :(

      regards,
      ken