I still say some thought is needed.
Here I trick the thread pool into instantiating more objects (and subsequently 
destroying them). So even the thread pool calls pre destroy. Question remains 
what to do with that 1 instance that stays in the thread pool on undeploy...
deploy...
  | 12:34:16,108 INFO  [StackedStatelessBean] post construct [EMAIL PROTECTED]
  | 12:34:16,109 INFO  [StackedStatelessBean] 2 is invoking next one
  | 12:34:16,112 INFO  [StackedStatelessBean] post construct [EMAIL PROTECTED]
  | 12:34:16,114 INFO  [StackedStatelessBean] 1 is invoking next one
  | 12:34:16,114 INFO  [StackedStatelessBean] post construct [EMAIL PROTECTED]
  | 12:34:16,114 INFO  [StackedStatelessBean] I'm done
  | 12:34:16,114 INFO  [StackedStatelessBean] pre destroy [EMAIL PROTECTED]
  | 12:34:16,116 INFO  [StackedStatelessBean] pre destroy [EMAIL PROTECTED]
  | undeploy...

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

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

Reply via email to