• loader-repository in enterprise application

    hi maybe it is a  silly question but I'm really new in JBoss and EJB and couldn't find answer anywhere I had problem with custom log4j configuration and finally sovle it with some suggested solutions. as a pa...
    Profile Photo
    created by matt2007
  • Load class from client on server

    hi is there any way to load class from client on server in runtime ? suppose we have a method in server side which has an argument like Class<?> class , and user who has access to server via Remote interface...
    Profile Photo
    last modified by matt2007
  • no security manager: RMI class loader disabled

    hi I'm using JBoss 5 and trying to call a bean's method which deployed on JBoss. My project outline is like this: -enterprise app    - ejbmodule      -statelessBean   &#...
    Profile Photo
    last modified by matt2007
  • Jboss EAP 6.1.0 alpha - Unable to Connect to Entity Bean from Another Entity Bean

    I am currently doing migration of ejb2.1 applications from Jboss 4.3 to Jboss 6.1.0 alpha EAP.   In my application, an entity bean named Package_Bean from which am getting reference to another local entity bean...
    Profile Photo
    last modified by georgesg
  • 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