X4 Produktdokumentation

Adapter auf dem X4 Server bereitstellen


To include the finished adapter package into the X4 Server configuration, the compiled adapter classes and required external libraries are provided as Java archive (.jar file) on the application server.

The sample project within the ADK package already contains the corresponding Maven build, which generates the .jar file and descriptors already with the expected folder structure.

  1. Unpack the generated .zip file under C:\X4\Server\<wildfly>\modules

  2. Add a reference to the adapter's own module within the X4-Extensions module (de.softproject.x4.extensions). 

  3. Restart the X4 Server.
    The adapter will be available within the X4 Designer after the next connection with the X4 Server and can be then used in processes.

Note that the adapter project and the provided adapter module cannot be used simultaneously on the same X4 Server.