• IIOP Stateful SessionBean

    The config. doesnt exist in JBoss 3.2.1. <configuration-name>IIOP Stateful SessionBean</configuration-name> What to use instead of it ?
    Profile Photo
    last modified by smike_lv
  • How to get test suite for JBoss' IIOP service

    Hi, I saw some benchmarks of IIOP test on JBoss. I want to build it by myselt to run on my JBoss 3.2.2 box, and to learn Corba Client Application with JBoss. Any help is appriciate. Thank you very much in advance...
    Profile Photo
    created by sunny_xu_ii
  • Stateful session bean/IIOP jboss-service.xml ??

    Hi, I'm trying to access a stateful session bean via IIOP using JBoss 3.2.1 in Windows 2K. I started run.bat -c -iiop and the logs complain that jboss-3.2.1/server/-iiop/conf/jboss-service.xml is missing? Also.. th...
    Profile Photo
    last modified by bautisch
  • CORBA 2.0 friendly EJB

    Hallo did anybody managed to write an CORBA-friendly EJB with complex types (IDL struct, sequences, ...) and accessed it with a CORBA 2.0 client? The problem is that IDL structs or sequences of CORBA-friendly EJB's ...
    Profile Photo
    last modified by flitzie
  • Connecting with CORBA to JBoss EJB - problem with Strings

    I am trying to connect to EJB on Jboss server via CORBA interface client. First of all, the bean itself is pretty simple: the functional part that I am testing now is just: public String hello() { System.out.println...
    Profile Photo
    last modified by frodo1
  • what is wrong with my IIOP ejb?

    I wrote a Session stateless bean, deploy to 'all' folder, and add lines below into EJB.XML. <configuration-name>Standard Stateless SessionBean</configuration-name> <invoker-bindings> <invoker-...
    Profile Photo
    last modified by yyanghhong
  • Persistent CosNaming?

    Hi Apologies if this is the wrong forum, I don't see an IIOP users forum. I have the situation in a current project where I need to poll a remote CORBA servers from within JBoss. I have a class implementing the Sche...
    Profile Photo
    created by nefilim
  • RMI/IIOP bug...

    I'm sorry I'm posting here... I just can't get how to submit a bug in sourgeforce... Well this is the old bug (I posted here one year ago and had been responded there is no such a bug :-) The bug is about overloaded...
    Profile Photo
    last modified by bugabundo
  • Throwing CORBA UserExceptions ?

    I would like to throw a simple CORBA UserException from my EJB. That's why I wrote an IDL file defining a CORBA UserException: exception FileNotFound { ::CORBA::WStringValue filename; }; and generated the Helper an...
    Profile Photo
    last modified by flitzie
  • Accessing a stateful session bean

    I'm trying to access a stateful session bean from a C# client application using Janeva (Borland). Janeva is basically a CORBA implementation for .Net platform, that allows us to access any CORBA server and any J2EE 1....
    Profile Photo
    last modified by jlsredondo
  • Develop Corba client within JBoss

    Hi I use JBoss 3.0.4 in our Telecom application (JBoss rules). My next challenge is to make client calls to two different ORBs from a Session Bean. The two ORBs are Orbacus 3.3.1 and ACE/TAO 1.3. I hope the RMI-IIOP s...
    Profile Photo
    created by bentjb
  • IDL #pragma ID differs from EJB-IR ?

    I noticed that the RepositoryID's stored in the IR of an EJB differs from the "#pragma ID" definition in the IDL files generated by Sun's "rmic -idl" compiler. But it seems that JBoss (3.2.1) uses the IDL #pragma ID d...
    Profile Photo
    created by flitzie
  • I want to use CORBA on Eclipse and JBoss

    Is it possible to develop java project whice is used CORBA on Eclipse and JBoss? If yes, please tell me how to use it. I am a beginner of CORBA, JBoss and Eclipse.
    Profile Photo
    last modified by makoto
  • External CORBA server and JacORB

    Hello colleagues. What I need is to start a RMI/IIOP server on PC other than JBoss , register this server using JBoss JNDI, and access it using JBoss ORB (JacORB), first externally and later from session beans. I fo...
    Profile Photo
    created by dankane
  • Problems with MICO on JBoss

    Someone knows how can I connect to a external MICO (CORBA) object on JBoss? Working with Tomcat it is ok but, on the JBoss, my servlet cannot find this object. Thanks for any help!
    Profile Photo
    created by dhouglas
  • Authenticate and authorise for Corba client

    How I can authorise Corba client?
    Profile Photo
    last modified by petrov
  • client has unmarshalling problem with IDL struct from JBoss

    I wrote an EJB that returns a simple IDL struct. The c++ client (mico 2.3.10) receives the result without any problems, but the unmarshalled values are wrong. I enabled hexdump in the jacorb.properties file to see the...
    Profile Photo
    created by flitzie
  • InterfaceRepository of EJB

    How can I add IDL files/class files into an InterfaceRepository? I used JacORB's idl compiler with -ir option and put the generated class files into my EJB.jar directory. Then I used JacORB's IRBrowser to look into t...
    Profile Photo
    last modified by flitzie
  • Problems accessing a Forte/UDS IIOP service from a stateless

    Hi there, I am trying to access an external IIOP service (in Forte/UDS application) using COS Naming service and JIDL from a stateles session-bean deployed in JBoss. This connection is successfull when running from ...
    Profile Photo
    last modified by manu+
  • Chunk overflow error

    I'm trying to return a large vector of objects from my session bean to remote client. I'm using rmi/iiop. Here's the error I'm running into: CORBA MARSHAL 1398079699 Maybe; nested exception is: org.omg.CORBA.MARSHAL...
    Profile Photo
    last modified by eileen407