Question:
After searching the web and reading the thread WorkManagerTaskExecutor documentation about how to use the CommonJ WorkManagerTaskExecutor, one important thing does still not work (in Websphere 6.1):

Within a WorkManagerTaskExecutor I want to access a conainter-managed DataSource via JNDI. Still, I can't get it going.

Within the rest of the web application I am able to lookup the datasource without problems. Maybe I'm wrong thinking that a WorkManager implementation provides access to those resources.

Thanks.