Thread How do I set the JNDI name for EJB 2 in JBoss 7.1?
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...
JBOSS 6 EJB3.0 ProblemsHi, 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 ...
Thread HTTP Session Propagation with EJB Request for logging
HTTP Session Propagation with EJB Request for loggingI 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...
Thread Local bean reference to self creates new bean instance for every call
Local bean reference to self creates new bean instance for every callThis 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"...
InitialContext.lookup() retorna nullBuenas 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...
Thread StreamGobbler with javax.resource.spi.work.Work inside EJB
StreamGobbler with javax.resource.spi.work.Work inside EJBHey 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...
Thread Common id between @Asynchronous method and a caller's Future<V>?
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...
Article Is it possible to deploy ejb in JBOSS 7 AS ??
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
Problem running EJB with jbossHi, 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...
LookUp remote EJB from local EJBHello 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...
Thread Any specific instructions for running EJB 2.1 on AS7?
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...
Thread Unable/failed to create activation spec for MDB 2.0
Unable/failed to create activation spec for MDB 2.0Hello 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...
Thread Issue when accessing nonserialized java object in stateless session bean
Issue when accessing nonserialized java object in stateless session beanI'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...
Thread ejb timer service - delayed timers after shutdown
ejb timer service - delayed timers after shutdownHello, 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...
Thread Problem: no security manager rmi class loader disabled
Problem: no security manager rmi class loader disabledHi 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...