Designing Intelligent Event Processor (IEP) Projects

ProcedureTo Configure the IEP Service Engine to Use the JDBC Resources

  1. Log in to the NetBeans IDE.

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

  3. If the IEP Service Engine is not started, right-click sun-iep-engine and select Start.

  4. Right-click sun-iep-engine and select Properties.

    The Properties dialog box appears.

  5. In the Non XA Data Source Name property, enter the non-XA JDBC resource that you created (for example, jdbc/iepseOracleNonXA).

  6. In the XA Data Source Name property, enter the XA JDBC resource that you created (for example, jdbc/iepseOracleXA).

  7. In the Database Schema Name property, enter the user name of the IEP user (for example, IEPSEDB).

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

  8. Click OK.