• 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
  • restful webservice with ejb3 persistence manager

    hello 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"?...
    Profile Photo
    last modified by ronny.ron
  • Mulitiple EJB3.0 JARs on JBoss7.1.3 - Named query not found

    Hello 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...
    Profile Photo
    last modified by nitin_jain
  • EJB to EJB call

    Hi,   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...
    Profile Photo
    last modified by sunil_dixit
  • Ejb lookup failure : No EJB receiver available for handling ... bla bla combination for invocation context org.jboss.ejb.client

    Hello all,   I am quite new in jboss AS development, so... sorry if my question is not very clever .   Actually, i am looking for an answer for a while, and I mass googled for that.   here, the trace...
    Profile Photo
    last modified by charlesjg
  • local and remote

    Is there anyway client side to figure out the ejb is local or remote?
    Profile Photo
    last modified by mallsub
  • Occasional ClassCastExceptions on ejb remote call from JBoss 7.1.1 to JBoss 4.2.2

    We experience seemingly random ClassCastExceptions on remote calls from JBoss 7.1.1 to JBoss 4.2.2. The problem affects appx. every 10th call on all our JB instances in this environment. We noticed that although the...
    Profile Photo
    last modified by apehm
  • java.lang.ClassNotFoundException: org.jboss.tm.LocalId

    We 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...
    Profile Photo
    created by tss
  • ModuleClassLoader (JBoss AS7), interfaces and Remote EJB

    Hi 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...
    Profile Photo
    last modified by grubi
  • javax.naming.NameNotFoundException: java:app/testcmp/Test!com.test.cmp.TestLocalHome

    Enviroment JBoss Version: JBoss AS 7.2.0.Alpha1-SNAPSHOT EJB Version : 2.0 Operating System:        Windows Startup Command: standalone.bat -c standalone-full.xml   jboss-deploy...
    Profile Photo
    last modified by srinivas.bijjam
  • Topic connection authentication

    Hi,   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(...
    Profile Photo
    last modified by asterisk
  • TimerService: Timer interval stops after retry

    Hello,   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, ...
    Profile Photo
    last modified by marioklaver
  • CMT, EJB 3.1 and JBoss 7.1.1

    Hi 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 ...
    Profile Photo
    last modified by mbohnen
  • 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...
    Profile Photo
    last modified by mikemil
  • Session EJB call from Tomcat to JBoss 5.1

    Dear 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...
    Profile Photo
    last modified by massios
  • Mark all Stateless EJBs as part of cluster using ejb3-interceptors-aop.xml

    Hello Forum,   I am running my application in a clustered environment. I would like to avoid annotating every stateless EJB with @Clustered annotation and rather make use of "ejb3-interceptors-aop.xml".   ...
    Profile Photo
    last modified by nitin_jain
  • Temporal coordination between client and message driven beans - best practices

    Hello,   I want to measure the performance for different jms providers using MDBs. The concept behind the benchmark framework, is that I am continuously sending and consuming messages in time intervals. For e.g....
    Profile Photo
    created by crytek