Developyng plugins

Top  Previous  Next

In order to deploy plugins following operation must be performed :

1.A text file must be created containing the list of full class names and plugin types. I.E.

com.user.UserReport=plugin
com.user.RunChainAction=step.action, rule.action
com.user.UserRule=step.rule
com.user.UserRule2=step.rule, chain.rule

2.CLASSPATH must be set properly to path to defined plugins
3.The VM must be started using -Dplugins.properties=<URL> where URL paths to the file created before.