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/03/21 06:53:05 UTC

[jira] [Assigned] (GERONIMO-5867) ejb corba call does not work

     [ https://issues.apache.org/jira/browse/GERONIMO-5867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang reassigned GERONIMO-5867:
-------------------------------------

    Assignee: Shawn Jiang

> ejb corba call does not work
> ----------------------------
>
>                 Key: GERONIMO-5867
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5867
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 3.0
>         Environment: ubuntu 10.04 x86
> oracle jdk 1.6.0_23
> geronimo build on 20110315
>            Reporter: Forrest Xia
>            Assignee: Shawn Jiang
>         Attachments: corbahellobean_ejb_ear.ear, corbahellobean_web_ear.ear
>
>
> When trying ejb corba remote call in a web component with configuration like this:
>     <web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1">
>     ....
>       <ejb-ref>
>         <ref-name>ejb/HelloBean</ref-name>
>         <ns-corbaloc>corbaloc::localhost:3700/NameService</ns-corbaloc>
>         <name>HelloRemote</name>
>         <css-link>server/IOR3</css-link>
>       </ejb-ref>
>     </web-app>
> Another app server is listening on port 3700 to serve corba call, I found geronimo 3.0-snapshot trunk does not initiate the remote corba call, instead it initiate a local ejb object to serve ejb operations.
> In summary, current g server trunk build does not support ejb corba remote call.

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