validationClasspath

The validationClasspath tells Unica Campaign the location of the class to use for validation with a Validation PDK plug-in.

Property Description
Description The path to the class that is used for custom validation.
Details

Use either a full path or a relative path. If the path is relative, the behavior depends on the application server that is running Unica Campaign. WebLogic uses the path to the domain work directory, which by default is

c:\bea\user_projects\domains\mydomain.

If the path ends in a slash (/ for UNIX or \ for Windows), Unica Campaign assumes that it points to the location of the Java plug-in class to be used.

If the path does not end in a slash, Unica Campaign assumes that it is the name of a .jar file that contains the Java class, as shown in the following example.

If the path is not set, Unica Campaign does not attempt to load a plug-in.

Example
/<CAMPAIGN_HOME>/devkits/validation/lib/validator.jar

This is the path on a UNIX platform that points to the JAR file that is packaged with the plug-in developer's kit.

Default

By default, no path is set:

<property name="validationClasspath" />

See also See validationClass for information about designating the class to use.