Order and Service Management (Communications Industry) (MOSC)

MOSC Banner

How to create Database Plugin

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center