Follow this procedure when installing on an AE platform,
if you are using AEd, then see Installing
a BRBeans jar file on AEd - overview
-
Extract the file of SQL statements that was generated in Installing
the BRBeans <.jar file>. This file can be found in the
WAS_HOME\installedApps\BRBeans<DBtype>.ear\BRBeans<DBtype>.jar
file as META-INF/Table.ddl
.
-
Use the SQL statements to create the database tables. For example, if
you are using DB2, launch a DB2 command window and type the following:
db2 connect to <database-name>
db2 -tf <fully-qualified-path-to-Table.ddl>
You have successfully created the database tables.
This is the last of the steps necessary to install Business Rules
Beans for use with WebSphere AE. To familiarize yourself with it, you can
test it out with the Samples provided in Part
VII.