jdbc-policies

Purpose

Indicates that policies are stored in a JDBC database.

Note:

This element cannot be used with remote projects because remote projects have no access to the data source.

Contained by

Attribute

Attribute Description Type Default Options Use
name Specifies the name of the project within the JDBC repository. xs:string   optional 

Example

<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://www.volantis.com/xmlns/mcs/project"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  name="WelcomeProject">
  <jdbc-policies name="myproject"/>
  <assets base-url="."/>
</project>

Related topics