[jboss-user] [EJB/JBoss] - Re: CORBA DSI server under JBoss

dimitris@jboss.org do-not-reply at jboss.com
Wed Jul 11 04:28:23 EDT 2007


You have mix things up. If you want to create a corba server object using whatever technique (e.g. DSI), the jboss/ejbs/invokers have nothing to do with it.

You can just reuse the ORB (i.e. jacorb) that already exists in jboss to create your corba server object, and wrap it with a JMX mbean so it becomes manageable/loadable in the jboss runtime.

For example, try to find out how the corba naming service is implemented in jboss. (essentially another corba servant).

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

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



More information about the jboss-user mailing list