All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.j2ee1.4.etc.xml.ra.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<connector version="1.5" xmlns="http://java.sun.com/xml/ns/j2ee"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd">
  <description>rar sample</description>
  <display-name>rar sample</display-name>
  <vendor-name>OW2</vendor-name>
  <eis-type></eis-type>
  <resourceadapter-version>1.0</resourceadapter-version>
  <license>
    <license-required>false</license-required>
  </license>

  <resourceadapter>
    <resourceadapter-class>
      org.ow2.jonas.earsample.resourceadapters.ResourceAdapterImpl
    </resourceadapter-class>
    <!-- ResourceAdapter default configuration properties -->
    <config-property>
      <description>JNDI name</description>
      <config-property-name>jndiName</config-property-name>
      <config-property-type>
        java.lang.String
      </config-property-type>
      <config-property-value>
        eisName
      </config-property-value>
    </config-property>
    <config-property>
      <description>URL for EIS instance</description>
      <config-property-name>EisURL</config-property-name>
      <config-property-type>
        java.lang.String
      </config-property-type>
      <config-property-value>
        EIS_URL
      </config-property-value>
    </config-property>
  </resourceadapter>
</connector>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy