...
1. Edit the default database configuration defined in the master-datasources.xml
file located at $CARBON<PRODUCT_HOMEHOME>/repository/conf/datasources
directory as below. Both the database configurations in registry.xml
and user-mgt.xml
refer this data source.
...
Copy the <OE-insallation-directory>/java/openedge.jar
to the $CARBON<PRODUCT_HOMEHOME>/repository/components/lib
directory. Here $CARBON<PRODUCT_HOMEHOME>
refers to the directory where you run the WSO2 ESB BRS instance.
Create Database
Automatic Database Creation
...
For Windows:
Code Block wso2server.bat -Dsetup
2. WSO2 ESB BRS is configured to run with the OpenEdge database.
...
1. For creating the tables manually, the OpenEdge script provided with the ESB BRS have to be modified.
Make a backup of the $CARBON<PRODUCT_HOMEHOME>/dbscripts/openedge.sql
under the name of openedge_manual.sql
.
...
Code Block |
---|
sqlexp -db CARBON_DB -S 6767 -user wso2carbon -password wso2carbon < $CARBON<PRODUCT_HOMEHOME>/dbscripts/openedge_manual.sql |
...
Excerpt | ||
---|---|---|
| ||
Instructions on how to set up WSO2 ESB BRS with OpenEdge database. |