Log in to follow, share, and participate in this community.
Thread IIOP Stateful SessionBean
IIOP Stateful SessionBeanThe config. doesnt exist in JBoss 3.2.1. <configuration-name>IIOP Stateful SessionBean</configuration-name> What to use instead of it ?
Thread How to get test suite for JBoss' IIOP service
How to get test suite for JBoss' IIOP serviceHi, 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...
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...
CORBA 2.0 friendly EJBHallo 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 ...
Thread Connecting with CORBA to JBoss EJB - problem with Strings
Connecting with CORBA to JBoss EJB - problem with StringsI 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...
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-...
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...
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...
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...
Accessing a stateful session beanI'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....
Develop Corba client within JBossHi 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...
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...
I want to use CORBA on Eclipse and JBossIs 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.
External CORBA server and JacORBHello 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...
Problems with MICO on JBossSomeone 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!
Thread client has unmarshalling problem with IDL struct from JBoss
client has unmarshalling problem with IDL struct from JBossI 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...
InterfaceRepository of EJBHow 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...
Thread Problems accessing a Forte/UDS IIOP service from a stateless
Problems accessing a Forte/UDS IIOP service from a statelessHi 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 ...
Chunk overflow errorI'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...