jpa jndi references can refer to gbeans in the web module, not just in parent
modules. This needs to work.
-----------------------------------------------------------------------------------------------------------
Key: GERONIMO-3134
URL: https://issues.apache.org/jira/browse/GERONIMO-3134
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: web
Affects Versions: 2.0-M5
Reporter: David Jencks
Assigned To: David Jencks
Fix For: 2.0-M6
Previously all the jndi references in a web app pointed to gbeans in the parent
ear, or to gbeans in completely separate modules. With jpa, a persistence unit
can be in a war, so jndi refs need to be able to point to gbeans in the war
child configuration. Since the ConfigurationManager doesn't know about these
child configurations, we need a different way to find them. I implemented a
list of artifactIds (normally one or two for javaee) that let the reference
traverse the tree of child configurations until it finds the right one.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.