The chosen transaction strategy requires access to the JTA TransactionManager
package com.evnit.fmis Entity Code: @Entity @Table(name = "sec_group", schema = "dbo", uniqueConstraints = @UniqueConstraint(columnNames = "grp_shortdescription")) public class SecGroup implements...
View ArticleLight-weight message bus with EJB 3.1 like functionality for Spring
Hey folks, I recently published a very efficient (intra-JVM) message bus similar to Google Guava but more powerful and feature rich and a lot faster. I developed this neat component for a project that...
View Articlerefresh-home-on-connect-failure no catching NoSuchObjectException
Hello, I have a problem with the refresh-home-on-connect-failure attribute. My front end use an remote ejb which I declare like this: Code: <jee:remote-slsb id="contingentService"...
View ArticleHow to create simple EJB project with JBoss server!
Dear all, I am being frustrated with EJB. I am Java web development but have not used EJB before. Now, I want to create simple EJB project with JBoss 6.1.0.Final (download from...
View Articleorg.springframework.ejb.access.EjbAccessException: EJB home .. has no no-arg...
In our WebSphere Application cluster environment, an EJB can be invoked successfully in one cluster member (server1), but failed in another cluster member (server2). If server2 is started before...
View ArticleServer returns exception when I look up EJB for second time
Hello Spring Board. I have a Tomcat and Spring MVC running on the frontend side while my EJBs are running on a JBoss AS 7.1. My (stateful) EJB class is not annotated as a singleton. Anyway, when I try...
View ArticleWhy @Configure and load time weaving doesn't work with EJB 2 ?
Hello, I want(ed) to create an aspect on an EJB method because our services are coded inside the EJB. So I know now the business should be delegated out of the EJB into a dedicated Service object....
View Article