IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Work with data handlers, faults and registries > Resource configurations for imports and exports

Limitations of binding resource configurations

A limitation of binding resource configurations is discussed.


Class does not implement correct interface message

A message that the class does not implement the correct interface may be issued after you create a resource configuration for a data binding, data handler or function selector. The messages you may see are as follows:

To resolve these errors, you must place your code in one of the following locations:

If you have a JAR file containing your classes, you can create a utility project by following these steps:

  1. From the menu, select File > Import > General > File System. The Import window opens.

  2. In the From directory field, enter the JAR file location. In the Into folder field, enter the module location.

  3. Click Finish. A message asks if you want to create a project and set it as a dependency on the module. Click Yes.

  4. A utility project is created with the correct classpath.

Alternately, if you are developing your classes in the IDE, you can either create your classes in the same module or create a Java EE utility project that specifies the same target runtime as the module. Then you should set the utility project as a dependency on the IBM Integration Designer module.


Configurations with non-configurable data bindings

In some cases, non-configurable data bindings may be used within the context of a configuration. In these cases, the normal sequence of pages in a wizard may differ.

Resource configurations for imports and exports