CORBA (visibroker) servlet throwing NullPointerExceptionG'day Guys, I am currently trying to get a servlet running inside JBoss321/tomcat. The servlet just initialises the orb and makes a call to a external CORBA server. I have removed jacorb.jar from the jboss install and...
Thread Can not invoke methods on remote interface via RMI/IIOP
Can not invoke methods on remote interface via RMI/IIOPI'm trying to run a simple iiop stateless session bean from the org.jboss.test.helloiiop example. I got the ._HelloHome_Stub using lookup and narrow, and managed to call it's create method and get a _Hello_Stub instan...
Restarting IIOP ServiceI've tried restarting the IIOP Service (ie invoking the stop() method followed by the start() method) via the JMX console, but I get a RuntimeException. Looking at the source code, it appears to be happening in the cl...
IR's initial referenceAs I unterstand when IIOP is loaded into JBoss a Corba naming service and an interface repository are running somewhere in the background. I can access the naming service from C++ or Java without any problems by usin...
IDL from EJB?I'm looking into using JBOSS and EJBs in conjuction with an existing C++ CORBA client application. I was wondering if JBOSS's IIOP support includes generating IDL for use by CORBA client programs. If so, how would I...
Thread To Disable JACORB in JBoss 3.2.1 - IONA ORB Client
To Disable JACORB in JBoss 3.2.1 - IONA ORB ClientWe are wondering how to disable JACORB (JBOSS 3.2.1) in order to use IONA ORB to connect ORBIX 2000. Our concern is if what we need to integrate IONA ORB client inside JBoss. Does someone has an example of a MBean ser...
Thread can any one help me with corba client in java?
can any one help me with corba client in java?i want to access a simple stateless bean (that access cmp beans) with corba client in java (yes in java) i have make the bean class and use it with rmic -idl Home and Bean. after it i use idlj -emitAll to compile the ...
Thread Interoperability CORBA Notification Service and JBOSS/EJB 2.
Interoperability CORBA Notification Service and JBOSS/EJB 2.Hello, On HP-UX 11.00 I have: A Notification EventChannel created with Iona E2A 5.1 but since it is standard it doesn't really matter), plus a set of processes which allows me to create and push CORBA Structured Even...