How 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