Step by step
- Create Database Schemas
- Create Data Sources and DbAdapter connections
- Create SOA Application
GitHub: https://github.com/blog-jeqo/soa-dbadapter_polling
Create Databases
This POM define the database connection properties and the plugin configuration.Do this in both Applications: "SystemA_App" and "SystemB_App".
This will create two database schemas on Oracle XE Database. Could be any database supported by WebLogic JDBC DataSources.
Create Data Sources and DbAdapter connections
To do this we need to run the WLST scripts created on the "WLST_Scripts directory":
[SOA_HOME]/common/bin/wlst prepare_env_a.py
[SOA_HOME]/common/bin/wlst prepare_env_b.py
No comments:
Post a Comment