Providing Adapters on the X4 Server
To integrate the finished adapter package in 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.
- Unpack the generated
.zip
file underC:\X4\Server\<wildfly>\modules
. Add a reference to the adapter's module in the
X4-Extensions
module (de.softproject.x4.extensions
).- 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.
Please note that the adapter project and the provided adapter module cannot be used simultaneously on the same X4 Server.