You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shawn Jiang (JIRA)" <ji...@apache.org> on 2011/05/22 15:25:47 UTC

[jira] [Created] (GERONIMO-5969) Geronimo 3.0 does not support tag in of application client module.

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

[jira] [Assigned] (GERONIMO-5969) Geronimo 3.0 does not support tag in of application client module.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang reassigned GERONIMO-5969:
-------------------------------------

    Assignee: Shawn Jiang

> 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
>            Assignee: Shawn Jiang
>             Fix For: 3.0
>
>
> 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

        

[jira] [Resolved] (GERONIMO-5969) Geronimo 3.0 does not support tag in of application client module.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang resolved GERONIMO-5969.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

fixed with trunk#1126452

> 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
>            Assignee: Shawn Jiang
>             Fix For: 3.0
>
>
> 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

        

[jira] [Commented] (GERONIMO-5969) Geronimo 3.0 does not support tag in of application client module.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037719#comment-13037719 ] 

Shawn Jiang commented on GERONIMO-5969:
---------------------------------------

This jira depends on

https://issues.apache.org/jira/browse/OPENEJB-1557

> 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