• CORBA (visibroker) servlet throwing NullPointerException

    G'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...
    Profile Photo
    last modified by sconemix
  • Can not invoke methods on remote interface via RMI/IIOP

    I'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...
    Profile Photo
    last modified by idow
  • Restarting IIOP Service

    I'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...
    Profile Photo
    created by sheleemk
  • websphere can't call a method of entity bean from jboss .why

    codes are: InitialContext ctx = null; java.util.Properties props= new java.util.Properties(); props.put(javax.naming.Context.PROVIDER_URL,"localhost:1099/"); props.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY, "co...
    Profile Photo
    created by xiaoyi
  • websphere can't call a method of entity bean from jboss .why

    codes are: InitialContext ctx = null; java.util.Properties props= new java.util.Properties(); props.put(javax.naming.Context.PROVIDER_URL,"localhost:1099/"); props.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY, "co...
    Profile Photo
    created by xiaoyi
  • IR's initial reference

    As 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...
    Profile Photo
    last modified by heesch
  • 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...
    Profile Photo
    last modified by ahornby
  • To Disable JACORB in JBoss 3.2.1 - IONA ORB Client

    We 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...
    Profile Photo
    last modified by mjovane
  • CCM

    Hi all, hey, what about CORBA 3.0 and CCM?
    Profile Photo
    created by jpintoc
  • 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 ...
    Profile Photo
    created by osatien
  • 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...
    Profile Photo
    created by ppacch