"rdewell" wrote : This also is not multiple WAR (in one EAR) safe:
  | 
  | 
  |   |    private static boolean exists = false;
  |   |    
  |   |    protected AbstractSeamPhaseListener()
  |   |    {
  |   |       if (exists) log.warn("There should only be one Seam phase 
listener per application");
  |   |       exists=true;
  |   |    }
  |   | 

It is not even EAR/WAR and outside (totally different app) WAR safe.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947380#3947380

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947380


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to