-
1. Re: Jboss WorkManager
Panagiotis Chavariotis Oct 18, 2016 4:22 AM (in response to Naveen Bandi)1 of 1 people found this helpfulLet me clarify some points first regarding JBoss WorkManager.
First of all you have to know that in EAP 6, the WorkManager is intended to be used with a JCA resource adapter.
It is not intended to be used as a general WorkManager.
A resource adapter can retrieve the WorkManager from BootstrapContext#getWorkManager().
I am afraid you have to implement a custom resource adapter which exposes the API that is required for your application,
and then have the resource adapter use the WorkManager API internally.
-
2. Re: Jboss WorkManager
Naveen Bandi Oct 18, 2016 11:48 AM (in response to Panagiotis Chavariotis)Thanks for the update,for my application i am looking to use server managed work manager.is common J work manager is supported in jboss eap 6.4,how to get work manager in eap 6.4 with common j work manager
if any example or reference please post the link .also how to do asynchronous calls in JBOSS without EJB.our appl'n dont want to use EJB.
-
3. Re: Jboss WorkManager
Panagiotis Chavariotis Oct 18, 2016 2:03 PM (in response to Naveen Bandi)I'm afraid CommonJ framework is not supported in JBoss EAP 6. It is not an official standard.