How to create Database Plugin
edited May 27, 2013 9:01PM in Order and Service Management (Communications Industry) (MOSC) 3 comments
1. Create a custom automation plugin2. Select the class as com.mslv.oms.automation.plugin.database.DatabasePlugin
3. Configure the XML template as following :
<implement xmlns="http://www.metasolv.com/OMS/AutomationMap/2001/11/23" xmlns:db="http://www.metasolv.com/Provisioning/database/DatabasePlugin/2006/02/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.metasolv.com/OMS/AutomationMap/2001/11/23 ./automationMap.xsd http://www.metasolv.com/Provisioning/database/DatabasePlugin/2006/02/28 ./databasePlugin.xsd" xsi:type="db:DatabasePlugin">
<db:configLocation>
<db:resource>META-INF/getEmployeesSP.xml</db:resource>
</db:configLocation>
<db:completionStatus>success</db:completionStatus>
</implement>
4. Create a new automated task that uses the custom automation plugin created in step 1 as the automation task.
3. Configure the XML template as following :
<implement xmlns="http://www.metasolv.com/OMS/AutomationMap/2001/11/23" xmlns:db="http://www.metasolv.com/Provisioning/database/DatabasePlugin/2006/02/28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.metasolv.com/OMS/AutomationMap/2001/11/23 ./automationMap.xsd http://www.metasolv.com/Provisioning/database/DatabasePlugin/2006/02/28 ./databasePlugin.xsd" xsi:type="db:DatabasePlugin">
<db:configLocation>
<db:resource>META-INF/getEmployeesSP.xml</db:resource>
</db:configLocation>
<db:completionStatus>success</db:completionStatus>
</implement>
4. Create a new automated task that uses the custom automation plugin created in step 1 as the automation task.
0