You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2011/03/16 09:37:29 UTC

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

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


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

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

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

Forrest Xia updated GERONIMO-5867:
----------------------------------

    Attachment:     (was: corbahellobean_web_ear.ear)

> 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
>
> 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

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

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ 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

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

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

Forrest Xia updated GERONIMO-5867:
----------------------------------

    Attachment: corbahellobean_ejb_ear.ear

> 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

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

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

Forrest Xia updated GERONIMO-5867:
----------------------------------

    Attachment: corbahellobean_web_ear.ear
                corbahellobean_ejb_ear.ear

Attach the test app here.
1. corbahellobean_ejb_ear.ear is deployed to server1, for example, glassfish
2. corbahellobean_web_ear.ear is deployed to server2, for example, geronimo

Then start corba call by visit a servlet in corbahellobean_web app.

> 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
>         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

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

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

Forrest Xia updated GERONIMO-5867:
----------------------------------

    Attachment: corbahellobean_web_ear.ear

> 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

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

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

Forrest Xia closed GERONIMO-5867.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

This problem is gone now. So close it.

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

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

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

Forrest Xia updated GERONIMO-5867:
----------------------------------

    Attachment:     (was: corbahellobean_ejb_ear.ear)

> 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
>
> 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