“JBAS011232: Only one JAX-RS Application Class allowed” error while introducing WAR dependency for another WAR
I want to terminate a @MessageDriven
AMQ consumer from an EAR project’s code programmatically. The code of termination is like this:
JBoss EAP 6 – “Only one JAX-RS Application Class allowed” error while introducing WAR dependency for another WAR
I want to terminate a @MessageDriven
AMQ consumer from an EAR project’s code programmatically. The code is in a "main.ear"."admin.war"
, while the consumer class is in another.war
. Both main.ear
and another.war
are deployed in RedHat JBoss EAP 6.4 but separately.
JBoss EAP 6 – “Only one JAX-RS Application Class allowed” error while introducing WAR dependency for another WAR
I want to terminate a @MessageDriven
AMQ consumer from an EAR project’s code programmatically. The code is in a "main.ear"."admin.war"
, while the consumer class is in another.war
. Both main.ear
and another.war
are deployed in RedHat JBoss EAP 6.4 but separately.