Geronimo 3.0 does not support <lookup-name> tag in <ejb-ref> of application 
client module.
------------------------------------------------------------------------------------------

                 Key: GERONIMO-5969
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5969
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: application client
    Affects Versions: 3.0
            Reporter: Shawn Jiang


In following cases,

<application-client>
...
<ejb-ref>
  ...
 <lookup-name>java:app/xxxx</lookup-name>
</ejb-ref>
<ejb-ref>
  ...
  <lookup-name>java:global/xxxx</lookup-name>
</ejb-ref>
...
</application-client>

actually, the app and global ejb ref is still intraVmJndiReference. Because the 
ref would be used in application client container VM.  sure we need to convert 
the corresponding app and global ejb intraVmJndiReference into 
ClientEjbReference  so that they could be used in application client VM.



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to