Weblogic / EjbGen: worker manager configuration.
Posted
by Guillaume
on Stack Overflow
See other posts from Stack Overflow
or by Guillaume
Published on 2010-04-19T08:51:45Z
Indexed on
2010/04/19
8:53 UTC
Read the original article
Hit count: 279
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 ?
© Stack Overflow or respective owner