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

Reply via email to