• JBoss 5, EJB3 and C++ client

    Hi,   I am looking for an "A to Z" example how to connect a C and/or C++ client to a remote JBoss 5 server where are EJB3 beans deployed. Can somebody help me? Thank you.   SK
    Profile Photo
    last modified by somostetoikilato
  • Performance costs of having a transaction over multiple EJBs vs. one EJB

    I have a question about transaction performance and/or costs in following scenarios.   Environment: JBoss 7.1.1 / Oracle 11G / Java 6   Scenario A - 1 EJB:   I've created one EJB which saves a record...
    Profile Photo
    last modified by bvg
  • Unable to instantiate container with factories []

    Hi   I got a problem while invoking createEJBContainer() in POJO class.   public static void main(String[] args) throws NamingException {/*         AccountBeanClient obj...
    Profile Photo
    last modified by sabarinathsss
  • NameNotFoundException for EJB Handle of a Stateful Bean

    Hi folks !   Our design is like this:   A server keeps a cache of javax.ejb.Handle objects of Stateful Session EJBs. Clients get the handle by a key using something like:   javax.ejb.Handle handle -...
    Profile Photo
    created by femski1
  • Ejb proxy mechanism in Jboss 7.1.1

    Hello there,   We are doing a migration from Jboss 5.1 to Jboss 7.1.1 , which will be eventually deployed to EAP 6.x.x.  Most part of migration went fine.    EJB  2.1 is deployed, using t...
    Profile Photo
    last modified by jayan11in
  • EJB issues after deploy properly

    -
    Profile Photo
    last modified by dmrujas
  • where to configure JNDI in jboss AS 7.1.3 Final

    I understand that in jboss as 7.1.3 (EAP 6.0.1) , jboss.xml is no more supported.  Instead jboss-ejb3.xml is introduced and is used to override ejb-jar.xml or set the configurations specific to JBOSS AS7.   ...
    Profile Photo
    last modified by georgesg
  • javax.ejb.Schedule repeat same execution after restart

    Hi,   I'm using jboss AS 6.1, EJB 3.1, and create scheduer like this:   @Stateless public class Sched implements Serializable, SchedLocal {              ...
    Profile Photo
    last modified by smabreu
  • Jboss AS 7.1.3.Final Jboss Transaction API javax.transaction.UserTransaction

    We are doing migration of ejb2.1 based applications from jboss 4.3.ga to jboss 7.1.3.Final   In our code, we use something like below. So for Jboss 7.1.3 , how and where to perform this JTS configuration and wha...
    Profile Photo
    created by georgesg
  • EJB 2.1 in Jboss 7.1.3  javax.resource.ResourceException: IJ000459: Transaction is not active

    I am trying to migrate applications using ejb2.1 from jboss 4.3 to Jboss 7.1.3. final.  We are using Oracle 10g database and ojdbc6.jar as oracle driver. Attached is my standalone-full.xml for your reference. I a...
    Profile Photo
    last modified by georgesg
  • Migrating Stateful Bean from EJB 2 to EJB 3 (org.jboss.invocation.CannotProceedException)

    See ejb3 stateful session bean attached. Migrating from ejb2 to ejb 3 requires me to use a home interface for my bean. But i am getting a blank CannotProceedException with no further explanations on what is causing it...
    Profile Photo
    last modified by mbuamuh
  • jboss 4.3 to jboss as 7.1.3 migration - jndi configuration in ejb-ref & ejb-local-ref  elements in web.xml

    Below are the snippets of ejb jndi configuration in jboss 4.3 and the change i tried for jboss EAP 6 AS 7.1.3 Final.  So what is the exact change to be done for AS 7.1.3 Final in the web.xml of the web applicatio...
    Profile Photo
    last modified by georgesg
  • InitialContext for ejb lookup locally in Jboss as 7.1.3 Final

    I am migrating EJB2.1 from jboss 4.3 to Jboss 7.1.3 Final.   For RMI lookup , i am using "ejb client" project  and during this lookup i need to use provider url, package prefix and Initial Context Factory....
    Profile Photo
    last modified by georgesg
  • Unable to get Home Interface during EJB Lookup JBOSS 6.0.1 EAP

    We are in the process of migrating  from JBOSS 4.2.3.GA to JBOSS 6.0.1 EAP.  In this, we migrate ejb 2.1 applications as well to jboss 6.0.1.   I have made appropriate changes for the ejb 2.1 modules t...
    Profile Photo
    last modified by georgesg
  • RMI - JBoss runtime differences

    Hello,   I have an EJB deployed on AS 6.0.0. Final. When I try to invoke it from a client with JBoss 6 runtime, it works like a charm.   When I try to invoke it from an AS version 4.2.2.GA, I get a ClassCa...
    Profile Photo
    created by pi4630
  • EJB getting Initial Context Failed

    Am getting the below mentioned exception stack trace while initialization of the Initial context for the EJB 2.1 in our application. We are using JBOSS EAP 6.0.1.GA   In our application, we use the below piece o...
    Profile Photo
    last modified by georgesg
  • No Exception stack trace printed in server.log by org.jboss.ejb.plugins.LogInterceptor when invoked from browser

    Dear friends,     We are using Jboss 4.2.3 and both EJB2.1 and EJB3, this error is interceptored by EJB2.1 which configure in conf/standardjboss.xml, No stack trace get printed when invoke the same logic ...
    Profile Photo
    last modified by bondchan921
  • Container Configuration for Message Drive Bean for EJB 2.1 in JBOSS AS 6.0 EAP

    I am in the process of migrating the EJB2.1 application from JBOSS 4.3 eap to Jboss 6.0 EAP version 7.1.3 Final.   In this process, am migrating jboss.xml (for Jboss 4.3) contents to jboss-ejb3.xml (for Jboss 6...
    Profile Photo
    last modified by georgesg
  • how is the interceptor instance map to ejb bean instance ?

    Dear All,     We need modify audit trail in an extended interceptor, but have no ideal about how interceptor instance service bean instance,     from my test seems, 1 interceptor instance service...
    Profile Photo
    last modified by bondchan921
  • XAConnectionFactory not bound

    I deployed JBoss 4.0.3SP1. After JBoss is started, I see a lot of the following: 2006-03-01 10:10:14,634 ERROR [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Re connect failed: JMS provider failure detected: javax.na...
    Profile Photo
    last modified by tyu