Issue in deploying inbound resource adapter in Jboss EAP 6.1
gopalakrishnan.a Jul 25, 2014 2:54 AMWhen trying to deploy the application in Jboss EAP 6.1.
The application uses MDB(Message Driven Bean) and Inbound Resource Adapter.
Getting the following error in the server console.
12:04:13,025 WARN [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016012: Deployment deployment "shares-eds-fares-intg.ear" contains CDI annotations but beans.xml was not found.
12:04:13,293 INFO [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-2) IJ020002: Deployed: file:/C:/Softwares/jboss-eap-6.1.0/jboss-eap-6.1/standalone/tmp/vfs/deploymenta45fd183278a
5d18/inbound-adapter.rar-dde3db3052d8e9d0/contents/
12:04:13,307 INFO [org.jboss.web] (ServerService Thread Pool -- 62) JBAS018210: Register web context:
12:04:14,572 INFO [org.jboss.as.server] (ServerService Thread Pool -- 32) JBAS018559: Deployed "shares-eds-fares-intg.ear" (runtime-name : "shares-eds-fares-intg.ear")
12:04:14,573 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.ra.inbound-adapter (missing) dependents: [service jboss.deployment.subunit."shares-eds-fares-intg.ear"."as-message-bean-mdb.jar".component.SharesMessageBean.CREATE]
12:04:14,644 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
12:04:14,644 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
12:04:14,646 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) started (with errors) in 19302ms - Started 497 of 594 services (8 services failed or
missing dependencies, 88 services are passive or on-demand)
How to fix this issue.
What are all configurations needs to be done for mdb and resource adapter(inbound resource adapter) in Jboss EAP 6.1
How to configure ironjacamar.xml for Inbound resource adapter?. Where we will able to see samples for Inbound resource adapter.
Thanks in Advance.