• 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
  • message driven bean never gets called

    Hello!  I have problems with my message driven bean. My JBoss is Version 6.1. As described under https://community.jboss.org/wiki/HowToCreateJMSQueuetopicInAS6 I managed to create my queue "queue/searchtabQue...
    Profile Photo
    created by wadam1972
  • waiting topic/queue creation queue/A

    I am new to jboss and i know the basics   now  i want to  migrating from jboss3.2.8sp1 to jboss6.1.0 and see the console output as below   what's wrong with my configuration....   do i require...
    Profile Photo
    last modified by surendra.konna
  • Access EJB3 deployed on JBoss 5 from JBoss 7

    I have a lot of old services runing on 5.1.0 instances  ... I now want to use these services by lookup from within a EJB3.1 Bean deployed on AS7.1. Obviously I will have to become a AS5 remote client for this, b...
    Profile Photo
    last modified by jangalinski
  • DEPLOYMENTS MISSING DEPENDENCIES in Jboss-6.1.0

    I am getting the following error while deploying my ear file in Jboss-6.1.0... and i am using EJB 2.x this works fine in jboss-3.2.8.SP1...nw we are migrating to jboss-6.1.0...   how can i overcome these errors? ...
    Profile Photo
    created by surendra.konna