A Rhino management sub task for creating a persistence instance that can be used by a database resource.

Ant Parameters
Attribute Description Required

name

Name of the persistence instance to create. This name must be unique.

type

Type of the persistence instance to create, eg. 'jdbc' or 'cassandra'.

No. Defaults to 'jdbc'.

datasourceclass

Fully-qualified class name the the datasource class to be used by the persistence instance.

Only if 'type' is 'jdbc'.

failonerror

Parameters available as nested elements
Element Description Required

configproperty

Identifies a configuration property of the datasource class. See com.opencloud.slee.mlet.ant.ConfigPropertyElement. Note that the {@code type} property of {@code ConfigPropertyElement} is mandatory for this task.

One {@code ConfigPropertyElement} must be specified per config property.

NonFatalBuildException throw conditions
  • This task will throw a NonFatalBuildException if a persistence instance with the same name already exists.

Previous page Next page
Rhino Version 2.6.1