5 Replies Latest reply on Apr 23, 2015 3:14 AM by marcgise

    @webserice annotaion issue in jboss eap 6

    dbattala

      Hi Guys

       

      I 'm migrating our application from jboss 4 to jboss 6 , in the application we have used @webservice annotation which was working well in jboss 4 but we are getting the following error when i tried

      to deploy in jboss eap 6 .Could anyone please let me know what could be issue here

       

      Any help will be greatly appreciated

       

       

      15:48:12,324 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.deployment.unit."cp.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."cp.war".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment "cp.war"

      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) [jboss-as-server-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8]

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]

      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21]

      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]

      at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]

      Caused by: java.lang.RuntimeException: JBWS024071: @WebService annotation not found on com.dnb.cp.integration.ssi.api.ScoreEngineExternalManager