It looks like you have a Wildfly error so you might get better help on
their forums.  Based on the link you posted with your error it seems to be
related to CDI and the bean manager missing.

Cannot upload deployment: {"WFLYCTL0080: Failed services" =>
{"jboss.deployment.subunit.\"TestAppEar.ear\".\"TestEjbApp.jar\".POST_MODULE" =>
"org.jboss.msc.service.StartException in service
jboss.deployment.subunit.\"TestAppEar.ear
\".\"TestEjbApp.jar\".POST_MODULE: WFLYSRV0153: Failed to process
phase POST_MODULE of
subdeployment \"TestEjbApp.jar\" of deployment \"TestAppEar.ear\" Caused by:
java.lang.NoClassDefFoundError: Failed to link
de/adesso/tma/test/ejb/HelloWorldQueueMDB (Module
\"deployment.TestAppEar.ear.TestEjbApp.jar:main\" from Service Module
Loader): javax/jms
/MessageListener"},"WFLYCTL0180: Services with missing/unavailable
dependencies" =>
["jboss.deployment.unit.\"TestAppEar.ear\".weld.weldClassIntrospector
is missing
[jboss.deployment.unit.\"TestAppEar.ear\".beanmanager]","jboss.deployment.unit.\"TestAppEar.ear
\".*batch.environment is missing
[jboss.deployment.unit.\"TestAppEar.ear\".beanmanager*]"]}


On Tue, Feb 23, 2016 at 2:19 AM, THMayr <thomas.m...@adesso.de> wrote:

> Hi,
>
> I'm trying to integrate ActiveMQ 5.13.1 into WildFly 10.0.0 using the
> ActiveMQ reource adapter and a standalone ActiveMQ server. I configured the
> reosoure adapter in WildFliy standalone.xml similar as described in the
> posting
> https://developer.jboss.org/wiki/HowToUseOutOfProcessActiveMQWithWildFly
> <https://developer.jboss.org/wiki/HowToUseOutOfProcessActiveMQWithWildFly>
> . The only difference is that I don't refer to a module but instaead to the
> archive:
>
>
>
> The resource adaptger is deployed successfully as far as I can see on the
> console log of WildFly:
>
>
>
> When I deploy the EAR with the message driven bean, I get the folllowing
> error message:
>
>
>
> I checked, that the MDB class de.adesso.tma.test.ejb.HelloWorldQueueMDB
> is in the JAR module of the EAR. The bean is configured as follows:
>
>
>
> I don't have any confiruartions in the deployment descriptors ejb-jar.xml
> or
> jboss.xml. I'm not shure about the meaning
> of the parameter ?jms.rmIdFromConnectionId=true, which is appended to the
> server URL. I also didn't fine any information
> how to configure the <admin-objects> correctly (syntax of JNDI and queu
> names). I'm also not shure if I should create
> the queues manually in ActiveMQ before I deploy the EAR, or if they are
> created with the deoloyment.
>
> Any ideas what is missing?
>
> Thanks Thomas
>
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Integrate-ActiveMQ-5-13-1-into-WildFly-10-0-0-tp4708055.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to