Compiling an Event Notification Plug-In

To be able to compile the plug-in, the following external .jar files must be added to the project:

  • aims-spi.jar

  • ac-interfaces.jar

  • slf4j-api-2.0.12.jar

These .jar files are located in the cms_dir\aims.war\WEB-INF\lib directory where cms_dir represents the installation directory of ActivID CMS.

Important: The cms_portal directory, used in previous versions of ActivID CMS, no longer exists. With the migration to WildFly in ActivID CMS 6.0, that directory is now called aims.war.
Note: ActivID CMS includes the log4j bridge (log4j-over-slf4j-2.0.12.jar) on the server side, which means that users can use either slf4j or log4j in their code. However, the appender packages must be added to the logback.xml file to enable logging for the plugin package.