0 Replies Latest reply on Oct 13, 2005 6:04 AM by alexurquhart

    Newbie deploying a webservice

    alexurquhart

      I am a very newbie to JBOSS

      Trying to update a wsdl file to point to a different IP, I change the file in resources. I go to the main folder and compile using a create jar batch file.

      Look inside the jar and the changes are ok. Deplay the jar by copying to dploy folder gives

      05-10-13 11:55:58,281 DEBUG [org.jboss.ejb.EJBDeployer] create, CallCentreWebServiceJAR.jar
      2005-10-13 11:55:58,359 DEBUG [org.jboss.ejb.EJBDeployer] Verifying file:/C:/JBoss/jboss-4.0.2/server/default/deploy/CallCentreWebServiceJAR.jar
      2005-10-13 11:55:58,406 WARN [org.jboss.ejb.EJBDeployer] Verify failed; continuing


      And further down

      05-10-13 11:55:58,406 ERROR [org.jboss.deployment.MainDeployer] could not create deployment: file:/C:/JBoss/jboss-4.0.2/server/default/deploy/CallCentreWebServiceJAR.jar
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.


      Could anyone help.

      Alex