• JBoss 7: Inject meta data in client side EJBContext and process it before security interceptor

    Hi, I m having a challenge when trying to achieve the following in AS 7   1. Inject some meta data in client side EJBContext. 2. Performing some setup on server side according to the metadata from the client, BE...
    Profile Photo
    created by gbridge0
  • How do I set the JNDI name for EJB 2 in JBoss 7.1?

    We are migrating an application from JBoss 5.1 to JBoss 7.1 (using cr1b).  It uses an EJB 2 stateless session bean.  For JBoss 5.1, the jndi name for the bean was specified in jboss.xml, but in 7.1, this app...
    Profile Photo
    last modified by duanesilkworth
  • JBOSS 6  EJB3.0 Problems

    Hi,   I am using jboss-6.0.0 for my application.   Which has  huge EJB 3.0 hits. Jboss processes the request properly for some time, but after some time I see following exception number of times ...
    Profile Photo
    last modified by amandeep_1987
  • HTTP Session Propagation with EJB Request for logging

    I have a distributed application with a Tomcat 6.x frontend and JBoss 7.1.x backed. JBoss is running in standalone mode and Tomcat is running in a seprate VM. For better log correlation I want each log log statement t...
    Profile Photo
    created by aconite
  • Can you run XDoclet in AS 7

    We are migrating from weblogic 9.2 to JBoss AS 7 and use XDoclet to build the ejb's. Can we run XDoclet in JBoss AS 7.
    Profile Photo
    last modified by mschwery
  • Local bean reference to self creates new bean instance for every call

    This problem is in AS 5.1.0.GA with a EJB3 stateless session bean. An example TestSelfRefBean has public methods called method1() and method2(). The code for method1() makes a call to method2() via a "local reference"...
    Profile Photo
    created by heapstor
  • InitialContext.lookup() retorna null

    Buenas tardes.   Estoy construyendo una aplicación en J2EE que corre sobre un JBoss 7, esta aplicación va a invocar los EJBs que estan desplegados en un JBoss 4.0.2. Al intentar hacer el lookup con...
    Profile Photo
    created by fadavidos
  • StreamGobbler with javax.resource.spi.work.Work inside EJB

    Hey all,   I have a Stateless EJB that does a "Runtime.getRuntime().exec" and uses a StreamGlobbers around the process inputStream and errorStream. Each one of the gobblers has a "javax.resource.spi.work.Work" r...
  • JBAS011843: Failed instantiate InitialContextFactory in a Session Bean

    Using there properies in a Session Bean to                 Properties env = new Properties();        &...
    Profile Photo
    last modified by bangau
  • Common id between @Asynchronous method and a caller's Future<V>?

    Is there any way to correlate the invocation of an @Asynchronous method and the Future<V> returned to the caller?   I was thinking to call Thread.currentThread() in the @Asynchronous method and somehow get...
    Profile Photo
    last modified by kwatsen
  • Is it possible to deploy ejb in JBOSS 7 AS ??

    Is it possible to deploy ejb in jboss 7 ?? if yes, Pls give me a simple steps to follow. It is urgent........... Thanks in anticipation
    Profile Photo
    last modified by muthutent
  • Dynamic provide user login & password via remote connection from different thread

    Hello   I create remote connections with EjbClientContext and use following CallBackHandler to provide user information:     class AuthenticationCallbackHandler implements CallbackHandler {  ...
    Profile Photo
    created by fargus
  • Problem running EJB with jboss

    Hi, I'm trying to run a java .ejb project with jboss. I have deployed my .ear in the jboss/server/default/deploy location. when i run it and try to access the LoginServlet, I get this exception. pls help.   e...
    Profile Photo
    last modified by jessie_84
  • Handling authentication failures during remote EJB invocation from client

    Hello, I am looking up and invoking a remote EJB from a standalone client using these instructions:   https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+client+using+JNDI   But when ...
    Profile Photo
    last modified by raylite3
  • LookUp remote EJB from local EJB

    Hello   Please help me with my problem.   I have many servers and one main server that should manage others. All servers is JBoss AS 7.1.1Final and deployed same ear file. Main server can administrate rem...
    Profile Photo
    last modified by fargus
  • Any specific instructions for running EJB 2.1 on AS7?

         Now that EJB 2.1 is supported in AS7, are there any specific instructions for running EJB 2.1 vs EJB3.1 on AS7?  I've been looking but haven't seen anything...
    Profile Photo
    last modified by mikemil
  • Unable/failed to create activation spec for MDB 2.0

    Hello all,   I am trying to deploy MDB 2.0 application which has two MDBs on Jboss app server 5.1.1v, on deployment getting the following exception. I appreciate and thank for your time and help.   IDE: Jb...
    Profile Photo
    last modified by venkat.521
  • Issue when accessing nonserialized java object in stateless session bean

    I'm using JBOSS AS 7 and jdk 1.7. In which i created a simple ejb project with session bean(BookCatalogBean) and a local plain java object(SimpleClass.java) which is not serialized. When i tried to call a method by in...
    Profile Photo
    last modified by bsudhananthan
  • ejb timer service - delayed timers after shutdown

    Hello,   I use EJB timer service in JBoss 6.1   I experience strange behaviour: - set up persistent timer with repetition (let's say 5 minutes) - while jboss is running, everything is fine, timer.getNext...
    Profile Photo
    created by mikedundee
  • Problem: no security manager rmi class loader disabled

    Hi all,   I have a created a Job (Quartz) which call an EJB ( it is a @Local EJB type ) I deployed the Job and my EJB into the same Jar. When the Job is started and call the EJB I get this error :   java...
    Profile Photo
    last modified by warxsg