jdbc-repository

Purpose

Refers to the project containing the device information in a JDBC datasource. This is the same datasource as the one defined in the local-repository element.

Contained by

Attribute

Attribute Description Type Default Options Use
project The name of the project xs:string none    required 

Example

<devices preload="false">
  <standard>
    <jdbc-repository project="NamedProject"/>
  </standard>
  <custom>
    <file-repository location="/custom/devicerepository/"/>
  </custom>
  <logging>
    <log-file>device_log.txt</log-file>
    <e-mail>
      ...
    </e-mail>
  </logging>
</devices>

Related topics