EJBModuleImpl.getEJBs() always return an empty array
----------------------------------------------------
Key: GERONIMO-1652
URL: http://issues.apache.org/jira/browse/GERONIMO-1652
Project: Geronimo
Type: Bug
Components: core, OpenEJB
Versions: 1.1
Reporter: Chris Cardona
Calling EJBModuleImpl.getEJBs() always returns an empty String[] because of a
wrong generated query. Here is an example query:
"geronimo.server:J2EEServer=geronimo,J2EEApplication=geronimo/daytrader-derby-tomcat/1.1-SNAPSHOT/car,EJBModule=null,j2eeType=EntityBean,*"
The correct query should have been:
"geronimo.server:J2EEServer=geronimo,J2EEApplication=geronimo/daytrader-derby-tomcat/1.1-SNAPSHOT/car,EJBModule=daytrader-ejb-1.1-SNAPSHOT.jar,j2eeType=EntityBean,*"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira