Register connection factories in osgi service registry
------------------------------------------------------
Key: GERONIMO-5170
URL: https://issues.apache.org/jira/browse/GERONIMO-5170
Project: Geronimo
Issue Type: New Feature
Security Level: public (Regular issues)
Components: connector, osgi, persistence
Affects Versions: 3.0
Reporter: David Jencks
Assignee: David Jencks
Fix For: 3.0
The aries jpa implementation tries to look up jta-datasource and
non-jta-datasource in jndi using the osgi jndi service scheme. If we stuff all
our connectio n factories in the service registry this ought to work.
We can consider using this for ee jpa too, but this would be a significant
change in behavior in terms of visibility. The osgi service registry is global
whereas the current lookup is confined to the DAG of ancestors of the jpa
module.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.