Versions Compared

Key

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

...

Provided as a JAR file, a ConnId connector bundle implements a consistent generic layer between Syncope and external resources.

...

There is a connector bundle for each linkable external resource type. Obviously, a single connector bundle can be used to link more than one resources of the same type.

Here is the complete list of available ConnId bundles; if needed, new connector bundles can also be developed on-purpose.

Connector bundles can be added:

  1. only when creating new project from archetype, in project sources;
  2. for all deployment options,
  3. at project definition time;
  4. at run-time.

Add connector bundles

...

in project sources

Set different version for predefined bundles

 

Add non-predefined connector bundles

Connector bundles are added at project definition time by modifying the Maven project.

...

where bundles.directory is the directory path where the bundle JAR files are located and log.directory is the directory the log files will be created (paths must exist in advance).

Look for available ConnId bundles. 

Add bundles at run-time

Connector bundles can be added at run-time just performing the following two steps.

...