You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Chris Cardona (JIRA)" <de...@geronimo.apache.org> on 2006/02/25 01:48:40 UTC

[jira] Updated: (GERONIMO-1652) EJBModuleImpl.getEJBs() always return an empty array

     [ http://issues.apache.org/jira/browse/GERONIMO-1652?page=all ]

Chris Cardona updated GERONIMO-1652:
------------------------------------

    Attachment: EJBModuleImpl.java

Replaced J2eeContextImpl.newContext(...) to J2eeContextImpl.newModuleContext(...)

> 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
>  Attachments: EJBModuleImpl.java
>
> 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