Hi guys.
We're moving our software developed to run on BEA Weblogic 8.1 to
JBoss (we're running the latest 4.0.1sp1 and 3.2.6).
I've got an EAR, combining a simple JCA Adapter's RAR with Web application' WAR, working fine on Weblogic server. I've got the
ra.xml like the following:
also, I've a Weblogic-specific config named
weblogic-ra.xml:
I thought that deployment to JBoss can be as easy as with Weblogic, but unfortunetly, it failed. I have already checked the
doc, look at the examples, but with no luck. Deploying my EAR gives me nothing more then:
13:18:32,623 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.1sp1/server/default/deploy/zjca.ear
13:18:34,145 INFO [ResourceAdapter] Registration is not done -> stop
13:18:34,155 INFO [TomcatDeployer] deploy, ctxPath=/zjca, warUrl=file:/C:/jboss-4.0.1sp1/server/default/tmp/deploy/tmp32118zjca.ear-contents/zjca-exp.war/
13:18:35,477 INFO [EARDeployer] Started J2EE application: file:/C:/jboss-4.0.1sp1/server/default/deploy/zjca.ear
I'd be very thankful for any help, as I'm already broke my timeline for move to JBoss AS.
Thanks.