Transports and Interfaces: Siebel Enterprise Application Integration > EAI JMS Transport > Process of Configuring the OJMS Resource Adapter on the OC4J Container >

Verifying the Resource Adapter Configuration


You verify the resource adapter configuration in the application.xml file, which is found in the OracleAS_HOME/j2ee/OC4J_container/config directory. This is a step in Process of Configuring the OJMS Resource Adapter on the OC4J Container.

To verify the resource adapter configuration

  1. Open the application.xml file in a text editor.
  2. Verify that it contains the following:

    <resource-provider name="TestJmsRP" class="oracle.jms.OjmsContext">

    <description></description>

    <property name="datasource" value="jdbc/TestJmsDS" />

    </resource-provider>

Transports and Interfaces: Siebel Enterprise Application Integration Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.