[ 
https://issues.apache.org/jira/browse/TUSCANY-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615545#action_12615545
 ] 

Jean-Sebastien Delfino commented on TUSCANY-2468:
-------------------------------------------------

Two more things:

- I think it would make sense to rename host-corba-jdk to host-corba-jse (as it 
really applies to the Java Standard Edition more than the Java Development Kit).

- We should have a few tests validating that the transaction and security 
context correctly flow through Corba invocations in a JEE environment (when 
using the ORB obtained in host-corba-jee), on the main JEE app servers 
currently supported by the Tuscany releases, including WebSphere and Geronimo 
and any JEE app server that people in the community are willing to test on.


> Need a new corba-host-jee module
> --------------------------------
>
>                 Key: TUSCANY-2468
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2468
>             Project: Tuscany
>          Issue Type: Wish
>          Components: Java SCA Misc Binding Extensions
>            Reporter: Jean-Sebastien Delfino
>             Fix For: Java-SCA-Next
>
>         Attachments: host-corba-jee-jira-2468-10-july.patch
>
>
> In addition to host-corba-jdk, I'd like to have a host-corba-jee module for 
> use in a JEE environment.
> That module should just get the ORB to use from JNDI, as follows:
> javax.naming.Context ctx = new javax.naming.InitialContext();
> org.omg.CORBA.ORB orb = 
> (org.omg.CORBA.ORB)javax.rmi.PortableRemoteObject.narrow(ctx.lookup("java:comp/ORB"),
>  org.omg.CORBA.ORB.class);
> This should work on all JEE servers, including JEE webapp environments.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to