Generating artifacts

Define business object definitions and their related artifacts in WebSphere Integration Developer for use with your connector project.

  1. To create a new business integration module, use the following procedure.
    1. In the Generate Artifacts window, next to the Module name field, click New.
    2. In the Integration Project window, select the default setting, Create a module project, and click Next.
    3. In the New Module window, type FlatFileChunksAssemblyModule in the Module Name field.
    4. Under Module Location, select the Use Default check box.
    5. Click Finish.
  2. In the Generate Artifacts window, select the Deploy connector with module check box.
  3. Select the default setting, Use discovered connection properties.
  4. Type the value for each of the required Flat Files properties.
    Figure 1. Generate Artifacts window
    This image is described in the surrounding text.
    1. In the Event Directory field, type the repository path name where the event files are stored. The event directory must be created on your local directory or the wizard will not be able to find inbound events.
    2. In the DataSourceJNDI Name field, type the JNDI name of the data source created on WebSphere Process Server. For purposes of this tutorial, use jdbc/FFDB as the DataSource JNDI Name.
    3. In the Event Table Name field, type the name of the table used by the adapter for event persistence. For purposes of this tutorial, use FFDB as the EventTableName.
    4. In the Split Criteria field, type a value to split event files based on either size or a delimiter. For purposes of this tutorial, use 1000000.
    5. In the Splitting Function Class Name field, type com.ibm.j2ca.utils.filesplit.SplitBySize. This class used to split files based on size.
  5. Click Finish.

Result

A new business integration module has been created and configured for inbound processing.

Terms of use |


(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)