1 Reply Latest reply on Jan 27, 2009 5:45 PM by clebert.suconic

    Looking to configure custom ThreadPoolExecutor

    tmuldoon

      I'm hoping to extend the edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor to override the beforeExecute and/or afterExecute methods (to ensure that the log4j NDC threadLocal is reinitialized) within a JBoss (4.2.2) environment. While extending the class is easy, I'm hoping that someone can shed a little light regarding just how to "tell" JBoss to use my implementation. I unfortunately came up empty in my search of the JBoss forums.

      Thanks, Tom