ReflectionServiceFactoryBean.isValidMethod() rejecting all the valid methods  
------------------------------------------------------------------------------

                 Key: CXF-128
                 URL: http://issues.apache.org/jira/browse/CXF-128
             Project: CeltiXfire
          Issue Type: Bug
          Components: JAX-WS Runtime
            Reporter: jimma


When we try to create a service using the ReflectionServiceFactoryBean, we 
initialize all the WSDL Operations. This then calls the isValidMethod on each 
java method in the implementor class. This call gets forwarded to the 
JaxwsServiceConfiguration isOperation method where it fails to get the 
WebMethod Annotation from the implementor class and thereby rejecting all the 
valid methods. 
 


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to