Designing Intelligent Event Processor (IEP) Projects

ProcedureTo Configure the IEP Service Engine to Use the JDBC Resources

  1. Go to the NetBeans IDE.

  2. In the Services window, expand the Servers node, the GlassFish V2 node, the JBI node, and the Service Engines node.

  3. Right-click the sun-iep-engine node and choose Properties.

    The Properties dialog box appears.

  4. Set the Non XA Data Source Name property to the non-XA JDBC resource that you created (for example, jdbc/iepseOracleNonXA).

  5. Set the XA Data Source Name property to the XA JDBC resource that you created (for example, jdbc/iepseOracleXA).

  6. Set the Database Schema Name property to the user name of the IEP user (for example, IEPSEDB).

    In an Oracle database, the database schema name is identical to the user name.

  7. Click OK.