4 Replies Latest reply on Aug 31, 2013 2:50 PM by glm

    @Endpointconfig where is ?

      hello everone,

       

       

      I have a small problem with following:

      I would like to define an EndpointConfig in my EJB-Webservice like this :

       

       

      @Stateless

      @WebService

      @WebContext

      @EndpointConfig

      public class SearchService implements SearchServiceInterface {

      }

       

       

      but i have to import the org.jboss.ws.annotation.EndpointConfig and I cannot find this JAR-API anywhere in my JBoss.

       

       

      could you say me where I can find this jar in JBoss or how I can annotate an EndpointConfig ??

       

       

      thanks

        • 1. Re: @Endpointconfig where is ?
          lafr

          It depends what JBoss you're using, which version exactly.

           

          For JBoss AS 7.2.0-Final it's modules/system/layers/base/org/jboss/ws/api/main/jbossws-api-1.0.1.Final.jar.

          For older versions something like modules/org/jboss/ws/api/main/jbossws-api-1.0.?.Final.jar.

          For WildFly 8 it's modules/system/layers/base/org/jboss/ws/api/main/jbossws-api-1.0.2.Final.jar.

          • 2. Re: @Endpointconfig where is ?

            Hi, thanks for the reply

             

             

            I was using jboss 7.1.1 Final Brontes and I have not found, then moved to EAP 6.1 and not found again. Downloaded JBossws 4.2.0 Final and installed in EAP 6.1, despite having read that already comes with EAP 6.1 and still not found it again...

             

             

            What happens ?

             

             

            Thanks a lot...

            • 3. Re: @Endpointconfig where is ?
              jaikiran

              What exactly do you mean by not found? Frank, already listed the location of that jar in various versions. Do you mean that those jars aren't present in your installation?

              • 4. Re: @Endpointconfig where is ?

                I found the class in this package (was where Frank said it would be), thanks.Eclipse does not place this class in the classpath along with the others when we choose the application server.....

                 

                thanks a lot