From: qdotlu <nu...@jb...> - 2005-04-27 23:04:53
|
There is a situation that we would like to switch the JBoss default ORB to a 3rd party ORB implementation (the 3rd party ORB conforms to CORBA 2.3 specification also) by configuring the following 2 command line properties when starting up the JBoss AS: org.omg.CORBA.ORBSingletonClass= org.omg.CORBA.ORBClass= We don't know whether the transaction context and security context will be propagated as it used to be if the default server ORB is used. Please see the following simple diagram: RMI-IIOP (with foreign ORB) EJB1 in JBoss1 -------------------------------> EJB2 in JBoss2 Transaction/Security Context?? Could somebody confirm whether this will work or not? Thanks, -Zhijiang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875682#3875682 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875682 |