Hi,
I have a session bean that uses Bean managed txns. This bean has one business method that simply delegates the control to a POJO which takes care of all the processing. Here this POJO starts and closes transactions (UserTransaction).
Now the question is can I span new threads in the POJO so that I can create a new thread when I need to service 40 or 50 tasks at a time.
I am using EJB2.1 on J2EE 1.4.
Please advice.
Regards.