[ 
https://issues.apache.org/jira/browse/GERONIMO-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055358#comment-13055358
 ] 

David Jencks commented on GERONIMO-5066:
----------------------------------------

I have a working solution for exposing server side global datasources to app 
clients based on:
1. representing datasource definitions as naming References 
2. using an ObjectFactory service using aries jndi to turn these definitions 
into the osgi services needed to supply the datasource from jndi lookups
3. copying all the global jndi entries into the openejb global tree
4. using the openejb jndi transport to pull the datasource Reference back to 
the app client where it can be set up using step (2) just like all other 
datasources.

This is currently in the osgi-friendly code I periodically push.  I'll work on 
getting it committed to svn.

> Java EE 6 Global JNDI enhancments
> ---------------------------------
>
>                 Key: GERONIMO-5066
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5066
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: javaee6, Web Profile
>    Affects Versions: 3.0
>            Reporter: Rick McGuire
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> Enhancements for the java ee 6 global JNDI additions specified by JSR 316, 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to