When trying to put an @Destroy method on an Application Scoped Component we get 
a WARN stack trace


  | 17:10:26,843 WARN [Component] Exception calling component @Destroy method: 
pluginContainerBootstrap
  | java.lang.IllegalStateException: no event context active
  |         at 
org.jboss.seam.web.ServletContexts.instance(ServletContexts.java:40)
  |         at 
org.jboss.seam.web.Parameters.getRequestParameters(Parameters.java:39) 
  | 
  | 

Basically, we want a method that will get called when our App gets 
undeployed/closed. Is there a way to do this?

Thanks

If you need more of the stack trace, just let me know.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062651
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to