binding-jms-runtime does not work under OSGi
--------------------------------------------

                 Key: TUSCANY-3808
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3808
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA JMS Binding Extension
    Affects Versions: Java-SCA-2.x
            Reporter: Mike Edwards
            Assignee: Mike Edwards
             Fix For: Java-SCA-2.x


Currently, the binding-jms-runtime module does not work under OSGi.

The problem concerns the loading of the JNDI InitialContext in the class 
JMSResourceFactoryImpl of org.apache.tuscany.sca.binding.jms.provider, which at 
present results in a loadClass using the ThreadContextClassLoader using the 
name of the InitialContextFactory derived from a string in a properties file.  
This does not work under OSGi since all classes are in bundles and there is no 
access to the bundle holding the InitialContextFactory.



-- 
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