0 Replies Latest reply on Oct 2, 2008 1:44 PM by sfisque

    web service endpoint context

    sfisque

      i have a web service deployed trivially via ejb3 jax-ws (a SLSB annotated with @WebService).

      i have had to make use of two jboss specific annotations:

      @SecurityDomain()
      @WebContext()

      my question is, is there a way to duplicate that functionality using xml descriptors, so that i can remove these annotations (we are trying to refactor the code to be completely container agnostic, if possible). the SLSB is deployed in a standalone jar file but if necessary it can be repacked into an ear file.

      TIA

      == stanton