Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Types for MappingResult

The LDAPDataConnector, RDBMSDataConnector and StoredIdConnector can be configured using native Spring syntax. This allows for a much greater level of control of the subsidiary components. This is done via the springResources attribute in place of the various existing attributes and elements used otherwise.

...

In practice, for V3.0 The LDAP Data Connector may be supplied with beans of the following type:

And the RDBMS Data Connector may be supplied with beans of the following type

The Stored Id Data Connector, should be supplied with a bean of type DataSource

Other data connector types ignore the springResources attribute.