Merge global context(jca) in KernelContextGbean into blueprint service
jcaContextProvider
-----------------------------------------------------------------------------------------
Key: GERONIMO-5874
URL: https://issues.apache.org/jira/browse/GERONIMO-5874
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: naming
Affects Versions: 3.0
Reporter: viola.lu
Assignee: viola.lu
Priority: Minor
Fix For: 3.0
Before 3.0, all resource are bound to global context with jca prefix. But in
3.0, now jca is exposed as blueprint service for use:
<service id="jcaContextProvider"
interface="javax.naming.spi.ObjectFactory">
<service-properties>
<entry key="osgi.jndi.url.scheme" value="jca"/>
</service-properties>
<bean class="org.apache.geronimo.naming.WritableURLContextFactory">
<argument>
<value>jca</value>
</argument>
</bean>
</service>
So have to update KernelContextGBean, bind all gbeans implemented
resourcesource interface to jcaContextProvider
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira