• ClientConnectionManager: created new conn to target 0.0.0.0:

    I have a Corba Servant which works if I access it by corbaloc. Currently I am running client and server at the same machine. xx.xx.xx.xx = my machines ip adress I registered the Servant at JBoss Naming service and go...
    Profile Photo
    last modified by wkam2
  • org.omg.CORBA.portable.UnknownException(configuring jboss fo

    I am facing a problem using statefull session beans and RMI-IIOP ; I have some classes extended from PortableRemoteObject and their Interfaces which extends Remote . When i try to return these Interface(as above) fr...
    Profile Photo
    created by millin
  • Out of the box init error - JBoss 4.0.0

    Hello, I'm receiving the following in my initial run of JBoss 4.0.0. Any ideas? Do I need to set something up for the 'configured listener host?' Rights issue somewhere? I'm running SDK 1.4.2_05 on Linux Mandrake 10....
    Profile Photo
    last modified by feigling
  • EJB remoting solution

    Can anyone have the success story of connect to EJB over rmi/iiop transport? Can I get the connection to EJB over "pure" corba iiop transport? (generating client stubs from IDL, initialize ORB, etc.) I try but get CO...
    Profile Photo
    created by yuryx
  • Exception in iiop while using Remote Interface as Statefull

    I am facing a problem using statefull session beans and RMI-IIOP; I have some classes extended from UnicastRemoteObject and their Interfaces which extends Remote. When i try to return these Interface(as above) from ...
    Profile Photo
    created by millin
  • Accessing the IDL?

    This may be a really stupid question, but it is not at all apparent to me. How can I get my hands on the IDL that is dynamically created for an IIOP enabled ejb? Or how can I get the IDL generated for an IIOP enable...
    Profile Photo
    last modified by pnwhitney
  • RMI IIOP Implementation over Statefull session Beans, Runtim

    I am using RMI IIOP over Statefull Session Beans My Bean edployed properly but i got following exception when client calls a Business method (Client part of calling bean is proper): org.omg.CORBA.portable.UnknownExc...
    Profile Photo
    created by millin
  • IIOP enabled session and Client program( a very common probl

    Hi all, i have searched out this forum for my question for one day.but i still can not get the answer. i have a session bean and i have configure it in jboss.xml so it can be accessed via iiop.I successfully deployed...
    Profile Photo
    created by still
  • Connecting a Delphi Client to JBoss

    Hello, We are planning to develop a system that will use Delphi & JBoss and I'd like to know if is possible or someone have already done that. We will use CORBA to integrate the client and the server. Can I have...
    Profile Photo
    last modified by wellington.pinheiro
  • JBoss' JacORB problem

    Hi, all I have to make a bridge between EJB-oriented system and CORBA-oriented one. The trouble is that EJB part runs on JBoss but CORBA - on Orbix2K. I chose JCA as solution architecture, but now I have a trouble: h...
    Profile Photo
    created by limnin
  • Custom RMI Valuetypes

    As noted in a previous post, I have experienced some difficulty getting Janeva and JBoss to interoperate. It seems that turning off the chunk_custom_rmi_valuetypes option in JacORB (to fix other issues) causes problem...
    Profile Photo
    last modified by horatio
  • Janeva 6 & JBOSS

    Has anyone gotten Janeva 6 to work with JBOSS? I'm trying to execute a method on a stateless session bean from my C# app, but I cannot seem to get anything to work.
    Profile Photo
    last modified by paper57
  • IIOP ans Security (a follow-up)

    Is there any update on when CSIv2 will be supported in JBoss ? It seems that JacORB 2.1 already supports it. Thanks Eugene Ivanov --------------ORIGINAL THREAD ---------------- On Fri, 29 Aug 2003, Francisco Reverb...
    Profile Photo
    created by yzkbug
  • JacORB 2.2

    Hi, will JacORB 2.2 be in JBoss 3.2.4? Cheers, Rich.
    Profile Photo
    created by rbegg
  • How to get TransactionCurrent object from jacorb ORB

    Hi, I need help in getting TransactionCurrent object in my application deloyed in JBoss. I tried to get it from the 'jacorb' name service. I am using the following code snippet. =====================================...
    Profile Photo
    created by nagurva
  • I cannot find MICO  jboss samples files

    I download Mico build but I do not see doc/mico/examples/interop/jboss as referred on this joboss page: http://www.jboss.org/developers/projects/jboss/IIOP In the doc folder in MICO there is just one file not rela...
    Profile Photo
    last modified by jonasj
  • Create bean in factory

    Hi. If I use IIOP protocol (JBoss 4.0 DR3) and create beans from my own factory I get CORBA::UNKNOWN exception (this exception translated from ClassCastException in JBoss core). Example: class MyFactoryBean ... ... ...
    Profile Photo
    created by olegsafonov
  • Nothing bound in the Corba naming service

    I tried to call a bean from a RMI-IIOP client using: java.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory java.naming.provider.url=corbaloc::localhost:3528/JBoss/Naming/root I managed to create the context...
    Profile Photo
    last modified by logofatu
  • Wrapper-Plugin to access EJBeans?

    Dear Developers, i have read that there is an alternative solution for CORBA-clients, which doesn't support OBV (valuetypes), to access an EJB via an wrapper-object. This wrapper-object is a normal CORBA-object with ...
    Profile Photo
    last modified by flitzie
  • Corba ClassCastException

    this is my jboss.xml <ejb-name>Hello</ejb-name> <jndi-name>HelloBean</jndi-name> <local-jndi-name>HelloLocal</local-jndi-name> <configuration-name>Standard Stateless Ses...
    Profile Photo
    created by djeq