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

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

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

Jacek Laskowski commented on GERONIMO-1652:
-------------------------------------------

Could you please create a patch and attach it to the issue? Just do the following:

svn diff modules/openejb-core/src/main/java/org/openejb/EJBModuleImpl.java

Of course, a corresponding test case would be of help, too.

> 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