1 Reply Latest reply on May 5, 2016 5:05 PM by mbeddedsoft

    JBossWorkTaskManager in JBoss 6.2

    oyo.noprada

      Hi,

       

      I'm currently working on updating from JBoss 6.0.5 to JBoss 6.2 EAP. Problem is in the previous implementation, I've used JBossWorkTaskManagerExecutor (org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor).

       

      I've been through several threads and knew that JBossWorkManagerTaskExecutor is already deprecated since Spring 4 and that JBoss doesn't plan on supporting this anymore but in my current requirement, is there a possibility of even configuring this as default?

       

      Several references I've found:

       

      Any help on going into the right direction is appreciated.

       

      Thanks!

        • 1. Re: JBossWorkTaskManager in JBoss 6.2
          mbeddedsoft

          Hello Oyo,

          Did you ever get an answer to your question or figure out a solution?

           

          I'm faced with a similar situation. Started new Spring MVC web application and I was using Spring 4.2.2 built in ThreadPoolExecutor and Scheduler but realized they did not work under Jboss AS7.

          I tried using the org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor but that didn't work for me either.


          Please let me know if you found a solution to the problem somewhere.