1 Reply Latest reply on Feb 1, 2011 10:18 AM by florian79

    @WebMethodTransient

    florian79

      I am usingjboss-6.0.0.Final

       

      I try to deploy a statelessSessionBean as @WebService with two methods. Just one is annotated as @WebMethod but both will be deployed as WebService Endpoint....

       

      Normally just the methods, which are declared as @WebMethod should be deployed as WebService Endpoint (Thisis the JBOSS4 / JAXB behavior). Is it a jboss6 bug or is it possible to set a method to "WebMethodTransient" or something like that??