This content has been marked as final.
Show 1 reply
-
1. Re: IJ020060 - Unable to deploy resource archive - Migrating from Jboss 4.2 to 7.0
andey Apr 13, 2017 9:32 AM (in response to samk12)- The reason of this error is that JBoss doesn't see that property, probably it does not exist. It is a simple configuration issue.
- User is configured their own resource adapter, It need to be cross checked having property called
server
and the RA hasserver
property. - User need to run the
RA validator
on it according to http://www.ironjacamar.org/doc/userguide/1.2/en-US/html/ch07.html#validator_introduction , it lists all properties that the RA has.
- You need to check the configuration using the RAR info tool from
IronJacamar
. - You need to use
IJ 1.2.6
.
You need to check http://www.ironjacamar.org/doc/userguide/1.2/en-US/html/ch10.html#tools_rarinfo which will show the configuration, The information about the resource adapter is generated using the following command:
~~~
./rar-info.sh myeis.rar
~~~
Here is sample application link gtihub at[1] to check if anything missing during configuring the resource adapter.
[1]jboss7Sample/project/ear/src/main/application at master · nickman/jboss7Sample · GitHub