• Connecting through corba

    Hi, Where can I find a tutorial/example using EJB+Corba in the JBoss? I'm trying using Delphi+Jboss(java). Thanks all Daniel
    Profile Photo
    created by dppsp
  • Out of memory error when passing string argument

    I am trying to access EJBs in JBOSS via the CORBA interface. The client is a system using MICO. I can quite happily create a stateless session bean from its home and then call various methods with long or int params ...
    Profile Photo
    created by johnagibbons
  • JacORB version in JBoss-3.2.4

    Hi, Which version of JacORB will be in the final release of 3.2.4? I noticed JacORB 2.1 is in the head but 2.0 is still in the branch, is it going to stay that way? Cheers, Rich.
    Profile Photo
    last modified by rbegg
  • ClassCastException  or UndeclaredThrowableException while tr

    Functionality: Simple stateless session bean has methods, which return the non-serialized remote object. Problem 1: I have generated stubs and skeleton using rmic with iiop option and used the following property for ...
    Profile Photo
    last modified by nagurva
  • rmi/iiop stub download

    Jboss supports rmi/iiop. The implementation will download the rmi/iiop stubs automatically from server. How can I add rmi/iiop stubs generated by rmic directly to the CLASSPATH, avoiding downloading stubs' bytecode? I...
    Profile Photo
    last modified by weigq
  • Communicating to EJB through IIOP protocol in Java Client

    hi, i deployed a HelloBean ejb on Jboss 3.2.3 with jboss.xml modified to use invoker IIOP and stateless-rmi-invoker. But when i tried to invoke a client using the following code, i get an exception saying Exception ...
    Profile Photo
    created by nagurva
  • RMI-IIOP transactional support in JBOSS

    I have tried to run several Jboss examples in transactional mode. Unfortunately, it looks like Jboss is not sending transactional context on the RMI-IIOP call. Can anyone verify whether Jboss supports transactional c...
    Profile Photo
    last modified by bkath10612
  • CORBA delegate in JBoss

      "fruehbeck" wrote: Hi, I have the following Problem: I have to pass IDL-References to a CORBA-Gateway I cannot change. So I think the correct way to pass Object-References is to create CORBA-delegates. Now I...
    Profile Photo
    last modified by fruehbeck
  • EJB accessed by CORBA client written in Forte

    Hi everybody, I have deployed an IIOP enabled stateless session EJB on JBOSS. I must access EJB's methods from a CORBA client written in Forte. My questions are : Should I generate IDL interfaces of my EJB or they are...
    Profile Photo
    created by stanimir
  • corba client iiop  calling ejb

    Hi everybody, I have deployed an IIOP enabled EJB on JBOSS. My Corba client tries to get the InitialContext in the following manner : Properties prope = new Properties(); prope.put(Context.INITIAL_CONTEXT_FACTORY,"co...
    Profile Photo
    last modified by shaileshp
  • When an IIOP enabled EJB calls a method on another RMI EJB

    Hello, I have 2 EJB. The first one is an IIOP enabled EJB deployed on server/all/deploy. The second one is an RMI EJB deployed on server/default/deploy. The first one uses a BusinessDelegate to call a method on the se...
    Profile Photo
    last modified by stanimir
  • Problem with a CORBA client calling an EJB

    Hi everybody, I have deployed an IIOP enabled EJB on JBOSS. My Corba client tries to get the InitialContext in the following manner : Properties prope = new Properties(); prope.put(Context.INITIAL_CONTEXT_FACTORY,"c...
    Profile Photo
    last modified by stanimir
  • Problem when deploying a Corba enabled EJB

    Hi, I have created an EJB that could be called from CORBA Clients. My jboss.xml file include the following tags <invoker-bindings> <!--default invoker for stateless session beans using JRMP--> <invok...
    Profile Photo
    last modified by stanimir
  • running all tests no problem running single test FAILURES, w

    Hello, I am trying to do isoluated tests with IIOP acces to EJB in Windows 2000 environment JBoss 3.2.3. I have downloaded all sources and build everything, in shell one Jboss has been started with: build run-jboss a...
    Profile Photo
    created by pwijntjes
  • Corba client calling a remote EJB

    Hi everybody, I have deployed a stateless session EJB on JBoss and want to make available this bean to CORBA clients. Is there any extra work to be done on the EJB, the deployment descriptors (jboss.xml), the JBoss se...
    Profile Photo
    last modified by stanimir
  • WEBLOGIC IIOP Configuration Problem

    org.omg.CORBA.INTERNAL: IJTPFW_CAT:4: ERROR: Cannot execute delegate bootstrap constructor minor code: at com.beasys.Tobj_Bootstrap.getDlg(Tobj_Bootstrap.java:135) at com.beasys.Tobj_Bootstrap.(Tobj_Bootstrap.java:179...
    Profile Photo
    created by lking28
  • null value marshall problem with JacORB

    I am using JBoss 3.2.2 RC4. Everytime when I try to send a null value e.g. of a String to the client I receive an unknown exception. A workaround is to send empty Strings. But if the client sends a null value of a Str...
    Profile Photo
    last modified by flitzie
  • Examples of JBoss/IIOP clients written in C++

    The MICO 2.3.10 release, which should be out very soon, will include some examples of JBoss clients written in C++. I contributed the examples myself. While MICO 2.3.10 is not released, you can find these examples in ...
    Profile Photo
    last modified by reverbel
  • Problem returning a transfer object

    I'm trying to develop a Session EJB which will be used for invocations over IIOP. I have set up a test client and have managed to call a method that returns a String object. However, when i try to call a method that r...
    Profile Photo
    last modified by sepali
  • ClassCasEXception

    While running java client for iiop deployed ejb it gives ClassCasEXception but when same bean deployed for rmi same client run sucessfully where i am gong wrong help me out
    Profile Photo
    created by shaileshp