2 Replies Latest reply on Sep 5, 2014 5:30 AM by lkrejci

    WARNING [config] Unable to process deployment descriptor for context '\TestPack'

    rmaheshvbs

      Hello,

       

      I've deployed a web service TestPack and I get the no error in the deployment except a warning as below in my jboss console

       

      10:35:36,877 INFO  [TomcatDeployment] deploy, ctxPath=/TestPack

      10:35:36,955 WARNING [config] Unable to process deployment descriptor for context '/TestPack'

      10:35:36,955 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/TestPack'

       

      I've given the below annotations in my code

       

      @WebService

      @WebContext( contextRoot="/TestPack" ) 

      @SOAPBinding(style = SOAPBinding.Style.RPC)

       

       

      My web.xml is as below

       

        <servlet>

          <display-name>TestPack</display-name>

          <servlet-name>TestPack</servlet-name>

          <servlet-class>com.trinovus.services.eft.EFTWebServiceStub</servlet-class>

       

       

        </servlet>

          <servlet-mapping>

          <servlet-name>TestPack</servlet-name>

          <url-pattern>/*</url-pattern>

        </servlet-mapping>

       

       

      My jboss-web.xml is as below

       

      <jboss-web>

         <context-root>/TestPack</context-root>

      </jboss-web>

       

      When I try to open my "http://localhost:9095/jbossws/services' it shows there are no end point. Can some one help me on this.

       

       

       

       

      Registered Service Endpoints

      There are currently no endpoints deployed