• tomcat deployer dependency on jboss-iiop.jar

    http://jira.jboss.com/jira/browse/JBAS-4927 To enable the dynamic stub generation from servlets/jsps we now depend on org.jboss.proxy.compiler.IIOPStubCompiler from the jboss-iiop.jar. I'm going to copy jboss-iiop.ja...
    Profile Photo
    last modified by dimitris
  • IIOP with IBM Orb in JBoss

    Hi, Jacorb is included in JBoss for IIOP, fine, but i can change it inside iiop-service.xml. However, i didnt find any example of this file with IBM ORB (available with AIX JVM). The JBoss class ORBSingleton talk ab...
    Profile Photo
    last modified by gbardou
  • Is there any tool can generate EJB from IDL file?

    I have an existing corba server, and I want to migrate it to JBoss by using JBoss IIOP. I have the IDL files, is there any tool can generate the EJB from IDL file? or is there any better way to do this migration? Th...
    Profile Photo
    created by kenny311
  • IIOP.NET over SSL on JBoss

    Can I use IIOP.NET over SSL on JBoss?? I´ve configurated Jboss to accept SSL and IIOP, I have an application EJB running on Jboss, and I am trying to do a client which it can communicate with EJB with SSL but a...
    Profile Photo
    last modified by altoin
  • Open socket to JBoss from C++

    Hi JBoss networkers, At first, hope this is the place to post, otherwise sorry... Im going to make an C++ application that should have an open socket connection to some server. Ive choosen JBoss for this. The point ...
    Profile Photo
    last modified by nikolajg
  • Is jacorb going to drop this obsolete avalon dependency?

    So I have to debug this problem I'm seeing in head: 2006-10-31 16:54:47,600 DEBUG [org.jboss.iiop.CorbaORBService] Starting failed jboss:service=CorbaORB java.lang.NullPointerException at org.apache.avalon.framewo...
    Profile Photo
    created by starksm64
  • Making RMI Lookup from JDk 1.5 to App server which is on 1.4

    Hi, In my application, I am using Swing client and my client is configured with JRE 1.5 and i am planning to use JBOSS AS 4.0.x which is certified with JDK 1.4 would there be any problem with tht RMI lookup e.t.c, if...
    Profile Photo
    created by srikanthsurapu
  • Problem accessing remote home interface via RMI/IIOP

    I successfully deploy a Stateless Session Bean in JBoss with iiop invoker (ServerBean, Server, ServerHome). In examples that I have seen the following is performed in client code to perform a lookup in jndi and to ret...
    Profile Photo
    last modified by stevenettles
  • Unable to connect corba client to session bean

    I need to be able to get CORBA clients talking to Sessions beans. So I have written a v simple session bean and corba client to test it out, I am using Jacorb for the client also in this test. Unfortunately I do not s...
    Profile Photo
    last modified by ghoyle
  • IIOP CSIv2 Kerberos authentication

    I was wondering if it was possible to use CVIv2 to authenticate a CORBA client using Kerberos authentication? I know it works with JacORB (I wrote the interceptors) but does it work with JBoss's interceptors? The code...
    Profile Photo
    last modified by kc7bfi
  • IIOP Layer Needs for JBoss5

    Lets dedicate this thread for discussion about any IIOP layer needs for JBoss 5. One item that has become evident is the reliance of JacORB on the dead Apache Avalon framework both for configuration as well as logging.
    Profile Photo
    created by anil.saldhana
  • adding IIOP support to JBossRemoting

    One of the tasks for JBossRemoting this next quarter is to add support for an IIOP transport (http://jira.jboss.com/jira/browse/JBREM-381). Wanted to see what suggestions you might have for integrating what we already...
    Profile Photo
    last modified by tom.elrod
  • Log4jLoggerFactory Configuration Via log4j.xml?

    The integration of JacORB's use of the Avalon logging framework with Log4j is accomplished through the use of the org.jboss.util.Log4jLoggerFactory class. In addition to wrapping Log4j-based loggers with Avalon logger...
    Profile Photo
    last modified by jiwils
  • IIOP.NET under SSL with SSL accelerator card

    Hello everybody!! I have an EJB application running on my server. It goes under iiop+ssl and all work. My client side uses IIOP.NET and it works too. After that, I installed a SSL accelerator card to encrypt and dese...
    Profile Photo
    last modified by viguera79
  • Bad performance when deploying EJBs on JBoss 4.0

    I?ve been working for a while with an IIOP-accessible EJB on JBoss 2.3.5. This EJB is been used by a .Net client (IIOP.NET is my CORBA implementation for .Net) and the performance has been quite acceptable. In order ...
    Profile Photo
    last modified by jlsredondo
  • Inner classes

    I have a value class that has an inner class. The deployment of ejb fails due to this. Where can I find a list of supported/unsupported types and when will inner classes be supported? Thanks [ERROR]@[17 Jan 2005 10:...
    Profile Photo
    last modified by bonoc
  • DO NOT POST USER QUESTIONS HERE

    This forum is for design discussions on JBoss IIOP, i.e. the CORBA integration. User questions will be deleted.[/b[ As a rule of thumb, if you are asking for help, you are asking a user question. For configuratio...
    Profile Photo
    created by adrian.brock
  • IIOP Deployment errors

    I am deploying an ejb that has a reference to a POJO. The deployment is failing w/ the following message at deploy time. Any ideas as to what is causing this? Thanks [ERROR]@[17 Jan 2005 12:35:12,281] [org.jboss.ejb...
    Profile Photo
    last modified by bonoc
  • CSIv2 or any security

    I know that 3.2.x doesn't support CSIv2. But I believe that 4.0.x does - correct? We are stuck on 3.2.3 for now. I am using IIOP.NET to connect a C# client to our secured ejbs (and there lies the problem). I need to s...
    Profile Photo
    created by bonoc
  • Proprietary CORBA server talking to JBoss

    Hi, I have a legacy CORBA Server that I want my Web App to talk to. The App is deployed on JBoss. When I try to resolve references to names registered in the legacy server, I am getting a NameNotFoundException. JBoss ...
    Profile Photo
    created by shilpajoismr