This content has been marked as final.
Show 3 replies
-
1. Re: JBoss 7: ResourceAdapter started two times when using a custom work manager.
jesper.pedersen Nov 20, 2013 4:19 AM (in response to evialle)Is this with WildFly 8.0.0.Beta1+ ?
-
2. Re: JBoss 7: ResourceAdapter started two times when using a custom work manager.
evialle Nov 20, 2013 6:08 AM (in response to jesper.pedersen)JBoss EAP 6.0.1.Alpha1
I think I found the cause: I used a ironjacamar.xml inside the RAR, causing a duplicate definition.
the first definition made in standalone.xml declare my custom bootstrap context
the second definition made in ironjacamar.xml did not delcare the custion bootstrap context, so default was used
As far as I understand, I can't use both. removing ironjacamar.xml do the trick.
-
3. Re: JBoss 7: ResourceAdapter started two times when using a custom work manager.
jesper.pedersen Nov 20, 2013 6:11 AM (in response to evialle)ironjacamar.xml is one activation, :resource-adapters: is a separate one.
So, use either one.