OsgiLocator doesn´t  locate SAX driver by META-INF/services/org.xml.sax.driver
------------------------------------------------------------------------------

                 Key: SMX4KNL-238
                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-238
             Project: ServiceMix Kernel
          Issue Type: Bug
    Affects Versions: 1.1.0
            Reporter: Juanjo Vazquez
            Priority: Blocker
             Fix For: 1.1.0


In jaxp-api-1.4, class XMLReaderFactory::createXMLReader, says:

"// 2. if that fails, try META-INF/services/"
String      service = "META-INF/services/" + property;

but this doesn´t work and the SAX driver is not located.

Although, String service = property works instead. It seems that OsgiLocator is 
able to locate a service registered with "org.xml.sax.driver" as his key.

A patch is provided.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to