Weblogic / EjbGen: worker manager configuration.
- by Guillaume
I want to declare a worker manager to perform some work in managed thread.
Weblogic documentation tells that we can declare a global worker manager using the admin console or declare it in an ejb-jar.xml config file.
I want to use the second option. But my ejb-jar.xml is generated by the ejbgen tool.
There is no tag in ejbgen that would allow me to declare a worker manager.
So how should I create a local worker manager declaration ?