Unable to implement database plugin
Hi,
We are using osm-7.2.2.2. We are trying to implement database plugin with the information available in developer's guide but we are facing issues.
This is what we did till now:
1) Created a seprate schema.
2) Executed create_database_objects.sql script which is avalable under SDK /samples.
3)Created a Data Source in weblogic and the test configuration was successfull.
4)Created a Standalone OSM cartridge.
5)Created a custom automation plugin and copied the getEmployee.xml into xml template which is available in SDK/samples.
6)Created an automated task which uses custom automation plugin by leaving custom plugin tab as blank as we are facing build errors.