Define business object definitions and their related artifacts
in WebSphere Integration Developer for use with your connector project.
- To create a new business integration module, use the following
procedure.
- In the Generate Artifacts window, next
to the Module name field, click New.
- In the Integration Project window, select
the default setting, Create a module project, and click Next.
- In the New Module window, type FlatFileChunksAssemblyModule in
the Module Name field.
- Under Module Location, select the Use Default check
box.
- Click Finish.
- In the Generate Artifacts window, select the Deploy
connector with module check box.
- Select the default setting, Use discovered connection
properties.
- Type the value for each of the required Flat Files properties.
Figure 1. Generate Artifacts window
- 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.
- 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.
- 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.
- 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.
- In the Splitting Function Class Name field,
type com.ibm.j2ca.utils.filesplit.SplitBySize. This
class used to split files based on size.
- Click Finish.
Result
A new business
integration module has been created and configured for inbound processing.