The prediction that an EJB can not work as a CORBA client is absolutely wrong. 
You can use an MDB to receive the message from another process and then use a 
Java CORBA client to call a remote CORBA server even located in another 
company. The only requirement is the interoperability of the CORBA ORBs 
deployed at both sides. A good approach is to use the same ORB at both sides 
(e.g. standard Java IIOP ORB or same product).
The client ORB .jars have to be deployed in the JBoss lib/ext directory.

I hope this helps for your further design.

If you got no replies on a hard request in the future I can recommend  
www.infutura.com which provides professional online support  (unfortunately not 
free, but you define the price).

Regards
Jack

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901462#3901462

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901462


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to