Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleCommon XML Elements
Include Page
DataConnectorCommonChildElements
DataConnectorCommonChildElements
Expand
titleProperties

These properties are shared by all (non view) users of velocity template rendering.

Name

Default

Controls

idp.velocity.runtime.strictmode

false

How errors in the template are handled. By default, non existant variables are silently passed through unconverted. See this link

idp.velocity.space.gobbling

bc

See this link.

Spring Configuration

If the springResource or springResourceRef attributes are specified, then the configuration of the data connector bean is delegated to the supplied resources. The system will create a factory for an HTTPDataConnector object, and look for beans in the Spring resource(s) supplied that match the types of properties supported by that type and its parent classes. Note that since these are not public, but implementation classes, they are subject to change, which creates some risk during non-patch upgrades, so you must take additional precautions to use this feature.

...