Log in to follow, share, and participate in this community.
Thread java.lang.InterruptedException encountered under load
java.lang.InterruptedException encountered under loadI am load testing a web application running on JBoss EAP 5.2.0, with Seam 2.2.2 Final, and under moderate load (50-60% CPU utilization) I observe occasional exceptions like the one provided below. In summary, th...
mdb auto create queuesIs it possible to auto create queue (for mdb) from ejb-jar.xml descriptor in wildfly? Maybe there's a possibility emulate this behavior like here?: https://issues.jboss.org/browse/JBAS-6013
Thread EJB 3 Session Bean does not rolling back transaction
EJB 3 Session Bean does not rolling back transactionHi, I am using JBoss EAP 6.3 and HSQL DB. I was trying to test the transaction rollback for CMT bean. From my transaction aware method (Annotated with REQUIRED attribute), I persisted one entity bean t...
Thread javax.naming.NameNotFoundException for lookup to a session bean
javax.naming.NameNotFoundException for lookup to a session beanFirst of all I am very new to EJB and JBoss hence all the answers and advices are welcome thankfully ! I have used NetBeans 8.0.1 and develop an Enterprise application on JBoss 5.1.0 GA. The stateless s...
No EJB receiver available for handlingI don't really get why i'm i getting this type of error. I've searched and many of the solutions i've found doesn't solve my issue here. Exception in thread "main" java.lang.IllegalStateException: EJBCLIENT000...
Did not receive data from invm:0I am migrating applications from jboss 4.2 to jboss 6.2(JDK7)... I have almost done it. Now I am facing an issue. When I left the server idle for long time( More then 2 hours ) I got the server log like this: file is...
CDI issue with abstract class.Hi All, I may be in the wrong side of the stick, But I need to do this, Can anybody help me please. I have these classes... interface A{ void add(); &...
Thread Pros and cons of migrating from J2EE to JEE 7
Pros and cons of migrating from J2EE to JEE 7Hi All, Trying to figure out our deployment strategy to Wildfly. We have an application written with mostly J2EE stateless session beans and a couple of BMP (bean managed persistence) beans. I un...
Thread Remote Stateless Session Bean - Access to Caller Principal?
Remote Stateless Session Bean - Access to Caller Principal?Hello, I have a web application which is being considered to be ported to a Java FX 8 client. Currently our security is handled via the j_security_check login which will create a User Principal in the se...
Accessing EJB3 through mod_clusterHi, In standalone mode i have 3 nodes out of which 2 nodes are in cluster.Node1 and Node2 have stateless EJB and Node3 has client to access the clustered EJB. mod_cluster loadbalancer is installed on Apache h...
Thread @singleton EJB Concurrency Problem When use @Lock(LockType.WRITE)
@singleton EJB Concurrency Problem When use @Lock(LockType.WRITE)In Singleton ejb 3.2 specification is : If a method is of locking type WRITE, client access to all the singleton's methods is blocked until --------------------------------------------------------------...
issue to look up the ejb from jboss 7 to 7Hi, when i making the multiple request frequently or quickly to look up the ejb from jboss 7.1.1 to 7.1.1 some times its working fine but some times i am getting the exception is java.lang.IllegalArgumentExc...
not able to access ejb3 from axis2 clientHi , I am trying to access ejb3 deployed on one JBossAS 7 instance(Destination Server) from another JBossAS 7 instance(Client Server).EJB is deployed in destination server as WAR and the client is packaged in AXIS2.w...