The integration code for executing a custom work item is plain old Java.
So anything you can implement or invoke using Java code can be used to
implement a work item. So using EJBs in the integration code shouldn't
be a problem.
Kris
borg wrote:
How are pluggable working items implemented? Can they (or tasks in
general)
be implemented as EJBs?