Log in to follow, share, and participate in this community.
Thread FATAL [org.jboss.serial.persister.RegularObjectPersister] er
FATAL [org.jboss.serial.persister.RegularObjectPersister] erHello, Current installation Windows XP Professional+SP2, Eclipse 3.2.1, MyEclipse 5.0.1GA, JBoss 4.0.5. I have small application with some complex relation. The application worked perfectly well on JBoss 4.0.4 with ...
send jms message after tx commitExample: after the invocation of a Person insertPerson() method on a @Stateless or @Service, i would like to broadcast this new person to a jms topic. But this notification should only happen if the transaction commit...
QuotaExceededError?I am new to WildFly and I am trying to setup WildFly 14 in a Windows VM with restricted resources (do not want to discuss about it ), i.e. the VM's main hard drive (C) has no space left. WildFly is setup in an...
Remote Client EJB Transactions in EAP 7.1Hi, Is it possible to use a JTA transaction manager (arjuna for example) on a standalone client application making remote EJB calls, such that if one EJB call fails, they can all be rolled back, or if the clie...
Thread "You cannot set autocommit during a managed transaction" Exception
"You cannot set autocommit during a managed transaction" ExceptionHi I'm using WildFly 12.0.0.Final with JDK 1.8 u171, while the EJB's being executed the system is returning the below exception Kindly advice: 2018-05-14 11:26:45,653 ERROR [stderr] (default task-6) ja...
Thread EJB-JAR Packaging with external dependencies
EJB-JAR Packaging with external dependenciesHi, I have a JavaProject (facet in eclipse), that I build as Foo-ejb.jar - the JavaProject is an EJB application (business logic only). To run, Foo-ejb.jar needs a library, say Bar.jar. Is it possibile...
Does JBOSS AS 7.1.x still support EJB2.0?Hello, I am trying to migrate the existing JBOSS AS 6.1.0 Final Version to JBOSS AS 7.1.3, since jboss AS 6.1.0 Final use EJB2.0 in my application, my question is does JBOSS AS 7.1.3 still support EJB2.0...
Error invoking ejbTimeoutI'm using JBoss4.2.1.GA and Seam2.0.0.GA for a POC project here. error: Error invoking ejbTimeout: java.lang.RuntimeException: java.lang.IllegalStateException: Attempted to invoke a Seam component outside the an in...
Thread How to define capacity planning for Enterprise app ?
How to define capacity planning for Enterprise app ?I have completed development a Enterprise application Using JAVAEE7 on wildfy 10 with 3 tier architecture . i am using JSF,primefaces CDI EJB JPA Bean validation , SOAP-ws. Currently we starting system testing (funct...
Remote EJB not working from WAR to EARHi, I've got two JBoss AS 7.1.1Final servers. One has a WAR file. The second has an EAR file. My goal is to have the WAR file use remote EJBs in the EAR file. Setup is as follows. I hav...
Jboss 4.2.3 EntityManager NullHi, I am upgrading EJB Entity Beans from version 2.1 to version 3.0 in Jboss 4.2.3GA. It has a plugin for EJB3. The issue is my session beans will still remain EJB 2.1 Session Beans. Wont be upgrading them. So When...
JBoss EJB Client handler missing argument?I am trying to set a new InitialContext in the following manner (which is pretty standard I believe):
private static InitialContext getInitialContext() throws NamingException {
I...
EJB Remote Client - reconnect - how toHi Given is a Stateless Session Bean running on server. A client connects remotely.
Properties jndiProps = new Properties();
jndiProps.put(Context.INITIAL_CONTEXT_F...
Why use EJB3 ?Hi all , I have confusion that why use EJB over cdi . From clustering , production specific is there any advantage of Using EJB ? Any one , who have real life application experience , pl...