Given the fact that a Java EE application is to develop, which has the purpose of a chat server, I encountered some problems.
I\'m trying to use Arquillian for some unit tests, however I can\'t find why they fail when deployed using Maven.
I have a Java EE 6 timer - which I schedule with a ScheduleExpression but I also want to have the possibility to run it \"now\" on e.g. button click. How can I achieve this?
I used to work with jboss 4.2.3 GA and there everything worked fine (at least calling the remote interface from the client side). Now I try to deploy that with Jboss 7.0.1 FINAL
I am looking for a template project a tutorial of how to build Spring 3 + EJB 3.1 + JPA 2 application. Any references or advices warmly appricated.
Glassfish 3.1.1 Jersey 1.8 I have the following stateless session bean exposed as a JAX-RS resource.VehicleResource is contained in a WAR, with the other EJBs in an EJB-JAR.The entire app is packaged
I am trying to create schedule event using EJB 3.1 @Schedule annotation. Everything works fine as long as I have the annotation inside my bean. Because I want to be able to change schedule in deploy t
I am consistently finding that my already-existing transaction is getting committed inside any method of an EJB marked @ejb.transaction type=\"Required\". Can this be correct?
Issue: When the listen method is invoked on ContentViewLog, the log and entity manager are null. BlogDetailBean(A bean used on a JSF2 page)
Given: simple JSF webapp (no Seam), having JSF beans calling few EJB\'s which in turn load and persist JPA entities. What I want to is to use @Singleton annotation for ejb\'s and inject EntityManager