Loïc ALBERTIN created GERONIMO-6432:
---------------------------------------

             Summary: JAXWS API: javax.xml.ws.spi.FactoryFinder look at the 
wrong properties file to find the factory implementation
                 Key: GERONIMO-6432
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6432
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: specs, webservices
            Reporter: Loïc ALBERTIN


Hi,

I think there is a copy/paste mistake in class javax.xml.ws.spi.FactoryFinder 
for jaxws api 2.1 and 2.2.
In method "static Object find(String factoryId, String fallbackClassName)" you 
should look at <java-home>/lib/jaxws.properties for a Factory implementation 
but you look at <java-home>/lib/jaxrpc.properties instead.
https://github.com/apache/geronimo-specs/blob/trunk/geronimo-jaxws_2.2_spec/src/main/java/javax/xml/ws/spi/FactoryFinder.java#L185

Regards,
Loïc

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to