@WebMethod not working properly (in certain cases)
--------------------------------------------------

         Key: BEEHIVE-380
         URL: http://issues.apache.org/jira/browse/BEEHIVE-380
     Project: Beehive
        Type: Bug
  Components: Web Services (181)  
    Versions: V1Beta    
    Reporter: Michael Merz
 Assigned to: Michael Merz 
     Fix For: V1Beta


According to JSR-181, there are three situations where methods are considered 
web methods:
1) All methods of a service endpoint interfaces are automatically considered 
web methods (w/ or w/o @WebMethod annotation).
2) When a service implementation bean has:
  a) no designated @WebMethods at all, all methods are automatically considered 
web methods.
  b) at least one method that is annotated with @WebMethod, only annotated 
methods are considered web methods.

Case 2a) is broken.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to