Indicates that policies are stored in a JDBC database.
This element cannot be used with remote projects because remote projects have no access to the data source.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
name | Specifies the name of the project within the JDBC repository. | xs:string | optional |
<?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>