Error deploying mdb (ejb3 bean) into jboss 6 HornetQ server running in domain mode
Issue
- We have a message consumer MDB (xyz.jar) which is packed as a jar by IDE - STS (Spring Tool Suite) with the following structure:
xyz.jar
- com
- package
Consumer.class
- META-INF
jboss-deployment-structure.xml -> define dependency
MANIFEST.MF
- We have jboss 6 with HornetQ running on domain module, how can we deploy this jar into the server?
- use command line or use admin console?
- we tried command but failure with message below
[domain@***:9999 /] deploy xyz.jar --all-server-groups
{"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => "JBAS014654: Composite operation was rolled back"},"host-failure-descriptions" => [("**host_name**" => "JBAS014654: Composite operation was rolled back")]}
Environment
- JBoss Enterprise Application Platform (EAP) 6.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
