0 Replies Latest reply on Mar 31, 2009 7:28 AM by syvan

    @EndointConfig missing

    syvan

      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 ??

      thank yery match