0 Replies Latest reply on Nov 4, 2003 11:33 AM by formenti

    Redeploy of a WS

      Hallo!
      I developed an EAR with a WSR. The web services are only interfaces to my
      session bean... all it work good!
      But when i modify and redeploy the ear JBoss says to me something like:

      AxisFault
      faultCode:
      {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
      faultSubcode:
      faultString: Tried to invoke method public java.util.Map
      [...].resolve(java.lang.String) with arguments java.lang.String. The
      arguments do not match the signature.; nested exception is:
      java.lang.IllegalArgumentException: object is not an instance of declaring
      class
      faultActor:
      faultNode:
      faultDetail:
      {http://xml.apache.org/axis/}stackTrace: AxisFault
      faultCode:
      {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
      faultSubcode:
      faultString: Tried to invoke method public java.util.Map
      [...].resolve(java.lang.String) with arguments java.lang.String. The
      arguments do not match the signature.; nested exception is:
      java.lang.IllegalArgumentException: object is not an instance of declaring
      class
      faultActor:
      faultNode:
      faultDetail:

      Maybe "object is not an instance of declaring class" i said... but i restart
      jboss and all works great! :)
      And this every redeploy...

      Any idea?
      Gio