You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "viola.lu (JIRA)" <ji...@apache.org> on 2011/03/28 03:56:05 UTC

[jira] [Resolved] (GERONIMO-5874) Merge global context(jca) in KernelContextGbean into blueprint service jcaContextProvider

     [ https://issues.apache.org/jira/browse/GERONIMO-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viola.lu resolved GERONIMO-5874.
--------------------------------

    Resolution: Fixed

commit changes @ #1085292

> 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