glassfish « EJB « Spring Q&A





1. Spring alternative to TimerService in EJB 3    stackoverflow.com

We'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.com

I am trying to deploy an .ear to Glassfish v3. The .ear is a "Spring" application made up of two modules:

  1. domain.jar (entities, persistence)
  2. service.jar (business logic with spring bean config).
I'm creating the ...

3. Class cast exception when deploying EAR using Spring in Glassfish    stackoverflow.com

When 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.com

I 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.com

I am using the Spring DefaultMessageListenerContainer to gain some dynamic benefits in setting the MessageSelector value since I am using the Glassfish OpenMQ which is not that advanced in that regards. Let's ...

6. Help on basic EJB lookup configuration on glassfish 3.1    forum.springsource.org

Apr 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.org

EJB3 + 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.org

local 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 ...