Thread Out of memory error when passing string argument
Out of memory error when passing string argumentI 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 ...
JacORB version in JBoss-3.2.4Hi, 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.
Thread ClassCastException or UndeclaredThrowableException while tr
ClassCastException or UndeclaredThrowableException while trFunctionality: 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 ...
rmi/iiop stub downloadJboss 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...
Thread Communicating to EJB through IIOP protocol in Java Client
Communicating to EJB through IIOP protocol in Java Clienthi, 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 ...
RMI-IIOP transactional support in JBOSSI 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...
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...
Thread EJB accessed by CORBA client written in Forte
EJB accessed by CORBA client written in ForteHi 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...
corba client iiop calling ejbHi 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...
Thread When an IIOP enabled EJB calls a method on another RMI EJB
When an IIOP enabled EJB calls a method on another RMI EJBHello, 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...
Problem with a CORBA client calling an EJBHi 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...
Problem when deploying a Corba enabled EJBHi, 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...
Thread running all tests no problem running single test FAILURES, w
running all tests no problem running single test FAILURES, wHello, 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...
Corba client calling a remote EJBHi 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...
null value marshall problem with JacORBI 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...
Thread Examples of JBoss/IIOP clients written in C++
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 ...
Problem returning a transfer objectI'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...
ClassCasEXceptionWhile 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