The EAR profile supports Resource Adapter Archive files (RAR or .rar)
in a JDeveloper project. However, JDeveloper does not support creating or editing
RAR
files. A RAR file is typically provided by an Enterprise Intelligence
Server (EIS) vendor, similar to a JDBC driver. J2EE developers may need to package
a RAR file into their EAR file if their J2EE application makes use of the EIS
services supported by the RAR.
The ra.xml
file is the deployment descriptor for the RAR file
for the Java Connector Architecture (JCA) which was introduced in J2EE 1.3.
For more information, see:
http://www.javasoft.com/j2ee/download.html#connectorspec
To add a RAR to an EAR deployment profile:
.rar
) file that you want
to assemble and package with the EAR file.
At deploy-time, the EAR file's application.xml
contains a <connector>
element which is automatically added to the RAR file.