• Does CORBA/IIOP access to EJB still work on Jboss 5.1?

    I'm trying to use that. My code is based on old informations from page http://www.jboss.org/jbossiiop/ My ejb3.0 app is very simple. One stateless bean with extra config in jboss.xml like below <invoker-bindings&g...
    Profile Photo
    last modified by krokodylowy
  • CorbaNamingService for EJB3 in AS trunk

    So I'm trying to write a RMI/IIOP client for an EJB that's deployed in JBossAS. I'm using META-INF/jboss.xml to enable the iiop invoker and that bit works seems to work fine. <?xml version="1.0" encoding="UTF-8"...
    Profile Photo
    last modified by jhalliday
  • Jboss7 IIOP-Client

    Hello together, investigating "getting started" for Jboss7 i have an example for an IIOP-Configuration: jboss-as-quickstart-master\jts\application-component-2(https://github.com/jboss-jdf/jboss-as-quickstart) ...
    Profile Photo
    created by garydux
  • How do we register EJB3 on IIOP name service

    Hi,   I found this impementation example to register a EJB3 stateless beam but it doesn't work :   @Remote({SebTest.class}) @RemoteBindings({@RemoteBinding(factory = RemoteBindingDefaults.PROXY_FACTORY_IMP...
    Profile Photo
    last modified by kurzseb
  • JBoss 5.1.0 and jacORB

    How can i develope a CORBA Server and deploy it on jboss 5.1.0.?
    Profile Photo
    last modified by swardi
  • Build Corba service from IDL in JBoss 4.3

    Hello, I need to expose a Corba service under JBoss AS 4.3.2 GA. I read that the right way to do it is exposing an EJB binded with the JBoss IORFactory, but I have the IDL dicribing my service as a project input, so...
    Profile Photo
    created by fmilizia
  • How can I get JBossNS to work as COS NAming service ?

    How can I get JBossNS to work as COS NAming service ?
    Profile Photo
    created by yanzheng
  • how to get started using CORBA in JBoss5.1.0.

    Do you have a simple example how to get started using CORBA in JBoss5.1.0. thanks for you reply!
    Profile Photo
    last modified by yanzheng
  • How do we use corba‘s name service  on jboss

    Hi everyone   i have a corba app which include client and sever . I want to use  jboss to manage my corba server application, because we donot want to use corba server as single service.  do i must use...
    Profile Photo
    last modified by yanzheng
  • JacOrb Migration 4.0.4 to 5.1

    Hello!   I am trying to migrate an existing application from a JBoss 4.0.4 to JBoss 5.1 GA. The application uses CORBA/JacORB to communicate with a remote client. The connection can not be established if I deplo...
    Profile Photo
    last modified by ronsen
  • CORBA servant MBean?

    There have been several posts recently asking how one might plug a CORBA servant into JBoss as a method to wrap EJB calls behind customized IDL or to just utilize extant servants "as is". Given this interest, it seems...
    Profile Photo
    last modified by jiwils
  • Libray clash

    In my project I have to use my OB.jar for ORB so I copied it to jboss-4.0.5.GA\lib\endorsed\ folder, because of this I am getting following error. I think its due to OB.jar clash with jacorb.jar How to resolve this pr...
    Profile Photo
    created by pawanadavid
  • Bidirectional GIOP

    Is it possible to configure JBoss for Bi-directional GIOP? Thanks, David
    Profile Photo
    created by kc7bfi
  • jboss:service=CorbaORB is not registered Exception

    Hi, I am using JBOSS-4.0.2 server for my J2EE application deployment. When i run the Jboss server, i am getting an Exception "[org.jboss.web.tomcat.tc5.TomcatDeployer] Unable to retrieve orbjavax.management.InstanceN...
    Profile Photo
    created by firstcontact
  • Configuration of Jboss with corba failed

    Hi all, I am trying to configure the jboss server (4.2.0) to use corba instead of RMI. So , I have done the following changes: - I modify the file jndi.properties by adding the following lines: java.naming.factory.in...
    Profile Photo
    created by fatma
  • Jboss with a Corba firewall

    Hi, I am using the firewall Lorica and I interface it with my jboss4.0.2 in order to control the access from the GUI to the jboss server. The firewall Lorica offers a CORBA service which is capable of tunneling CORBA ...
    Profile Photo
    created by fatma
  • CORBA_BAD_INV_ORDER running AS 5 IIOP tests with JDK 6

    There are some iiop test failures seen running the AS 5 testsuite with JDK 6 (hot topic these days). The exceptions occur during InputStream or OutputStream operations within the invoke() method in: ./iiop/src/main/or...
    Profile Photo
    last modified by shelly.mcgowan
  • Is JacORB.JAR in the bootclasspath?

    Hello, it seems I do not understand classloading of JBoss. Does have classes from jacorb.jar higher priority than from JREs rt.jar? Because we encouter problems when classes from JREs org.omg are used.
    Profile Photo
    last modified by lzap
  • SerializableORB

    WRT: http://jira.jboss.com/jira/browse/JBAS-5430 I've implemented a "SerializableORB" class such that we can add the ORB to the naming environment and still serialize the environment. https://svn.jboss.org/repos/jbo...
    Profile Photo
    created by adrian.brock
  • JBAS-4992: ORB reference prevents stateful session passivati

    Jira issue: http://jira.jboss.org/jira/browse/JBAS-4992 When configuring the jndi.properties to use the org.jboss.iiop.naming.ORBInitialContextFactory, stateful session beans that hold a reference to the java:comp/en...
    Profile Photo
    created by sguilhen