1. Spring alternative to TimerService in EJB 3 stackoverflow.comWe're using EJB TimerService:s for controlling tasks that needs to be executed on demand or triggered via a cron expression some will run every night e.g. statistic collectors and some will ... |
2. Deploying a Spring app as ear to Glassfish v3 - Ambiguous DeploymentException "Module type not recognised" stackoverflow.comI am trying to deploy an .ear to Glassfish v3. The .ear is a "Spring" application made up of two modules:
|
3. Class cast exception when deploying EAR using Spring in Glassfish stackoverflow.comWhen redeploying an EAR (with no code changes made) to a Glassfish server (v3) without restarting Glassfish first, I get a ClassCastException when trying to instantiate a bean from the Spring ... |
4. Spring or CDI or EJB3 stackoverflow.comI am pretty new to the concept of dependency injection and we are currently writing an web app using JSF and maybe Primefaces. We are currently evaluating whether to use Spring ... |
5. Making EJB MessageDrivenBean work like DefaultMessageListenerContainer (JMS, OpenMQ) stackoverflow.comI am using the Spring |
6. Help on basic EJB lookup configuration on glassfish 3.1 forum.springsource.orgApr 29th, 2011, 07:17 AM #1 snxdev View Profile View Forum Posts Private Message Member Join Date Aug 2010 Posts 62 Help on basic EJB lookup configuration on glassfish 3.1 Hi, ... |
7. EJB3 + Spring2.5.3 + Glassfish + Netbeans forum.springsource.orgEJB3 + Spring2.5.3 + Glassfish + Netbeans Hello, I have a Enterprise Application using JSF(Facelets) and EJB3, developed with Netbeans. It works perfect. Now I need Spring Webflows and started to ... |
8. local EJB and glassfish forum.springsource.orglocal EJB and glassfish Hello everybody, sorry for my bad english. I am actually trying to access local EJBs with Spring. My application is running under glassfish. When I don't use ... |
10. Glassfish, Spring, EJB - EntityManagers java.net |