In SCA 2.4 codebase I see the following line while installing bundles in OSGi. Could you tell me its significance. Why you are doing
setProperty("commonj.sdo.impl.HelperProvider", "org.apache.tuscany.sdo.helper.HelperProviderImpl") I am working with 1.6 codebase and trying to load all Tuscany JARs in OSGi container from Java application. I want to ensure application and OSGi use same set of SDO classes. Will this setting help me anyway? Regards Raman