Thread how is the interceptor instance map to ejb bean instance ?
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...
XAConnectionFactory not boundI 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...
Thread restful webservice with ejb3 persistence manager
restful webservice with ejb3 persistence managerhello im trying to create a restful application with ejb annotations but the persistenceContext is always null when entering the websevice the web.xml looks like this: <?xml version="1.0" encoding="UTF-8"?...
Thread Mulitiple EJB3.0 JARs on JBoss7.1.3 - Named query not found
Mulitiple EJB3.0 JARs on JBoss7.1.3 - Named query not foundHello Forum, I am migrating an application from jboss-5.1.0.GA to jboss-eap-6.0.1 (AS 7.1.3.Final-redhat-4). When the EAR that contains multiple EJB3.0 specific JAR files (each EJB JAR file contains "p...
EJB to EJB callHi, I am trying to call secured ejb from non secured ejb but I am not able to propagate security information. Here is business case Client supply user name & password to EJB_A (i.e. remote call) an...
java.lang.ClassNotFoundException: org.jboss.tm.LocalIdWe have a caller server in jboss 4.3.0 - Server1 Callee server is in jboss 5.1.2 - Server2 Server1 Caller (within a transaction ) calls a stateless session bean in Server 2 : Fails with the fol...
Thread ModuleClassLoader (JBoss AS7), interfaces and Remote EJB
ModuleClassLoader (JBoss AS7), interfaces and Remote EJBHi everybody, I tries to implement a maintenance notification system for our web applications based on EJB. We have a web framwork, which knows all maintenances for all applications we have. The applic...
Topic connection authenticationHi, I have a problem with a JMS Topic connection. I use JBoss 5.1.0GA. Here is the code of my stateless EJB2 test session bean where the problem occurs: {code} InitialContext ctx = new InitialContext(...
Thread TimerService: Timer interval stops after retry
TimerService: Timer interval stops after retryHello, I posted this question already in another forum, but didn't get an answer. I don't know if this was because the question was asked on the wrong forum or it is just a diffult question. To find that out, ...
CMT, EJB 3.1 and JBoss 7.1.1Hi all! One more question from my side ... If I have a stateless service (Stateless Session Bean: SLSB) as facade (say GlobalService) which methods invokes several other services (again SLSBs, say FooService ...
Co-existence of EJB 2.1 and EJB 3.x?The tech stack on our app is very old: JBoss 4.2.3 Hibernate 2 EJB 2.1 (all stateless session beans) We have done some research on moving up to AS7. One of the problems is that our release win...
Session EJB call from Tomcat to JBoss 5.1Dear all, We want to make a session EJB call from a tomcat to a jboss 5.1 EAP. The tomcat by default does not have the client jars that are necessary for such a call in its lib directory. To solve this, we add...