JBoss remoting won't automatically give you a CORBA interface, and I think also corba support is not build in the new remoting layer, yet. How a remoting layer would know how to map your execute() method arguments/retrun values/exceptions to CORBA and vice versa?
EJBs have an automatic java->idl mapping (rmi/iiop) but again this is very ugly when used from CORBA clients, so unless the EJB interface is extremely simple, this is of no use. In most cases the rmi/iiop interface is used for appserver-to-appserver interoperability. So if you want your server to expose a specific CORBA interface X, the best you can do is actually create a CORBA object implementation of the interface and have an MBean to control the lifecycle of such an object. Such an example in JBoss is the embedded CORBA Naming Service View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854823#3854823 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854823 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
