You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to this concept, and using WorkExecutorFactory for threads.
and I try to run this project in eclipse, when I click on "Execute 5 blocking tasks", I am getting NPE from executorFactory instance.
I am able to deploy JCA module(RAR) in my server, when I try to execute client it's getting same exception (java.lang.NullPointerException at WorkExecutorFactory instance of ThreadsResource class) , could you please explain the way to deploy and run work-manager in connectorz using JBoss EAP 6.1
Hi Adam,
I am new to this concept, and using WorkExecutorFactory for threads.
and I try to run this project in eclipse, when I click on "Execute 5 blocking tasks", I am getting NPE from executorFactory instance.
@Resource(name="jca/ExampleDS")
WorkExecutorFactory executorFactory;
what do you mean by "jca/ExampleDS", should I need to configure any JNDI for threads, how it need to be done.(any examples available?)
http://stackoverflow.com/q/20698084/1213738
could you please let me know if I am missing anything.
The text was updated successfully, but these errors were encountered: