1 Reply Latest reply on May 18, 2005 4:22 AM by thomas.diesler

    JBoss 4.0.0 Webservices Ear versus Jar Problem

    jggreenjr

      I have developed a webservice using JBoss 4.0.0 and the Axis 1.1. I currently have the webservice in a jar and deploying it is no problem. When I take the jar and place it in an ear, I get a deserializer not found error when calling one of the webservices. There are several methods in the webservice, and when deployed within an ear I am able to call all the other methods published without a problem.

      I have compared the WSDD that is generated by the Jar and the Ear and they are identical. I have even taken the jar out of the ear file and validated that the method in question runs with no deserializer problem.
      I am stumped as what to try next, other than to deploy as a jar instead of an ear. Has anyone else run into this problem? Any suggestions on what to try next?