Installing the Basic Rule Compiler on Java 6 Web Servers

Standard Web Central installations contain the default version of the Basic Rule Compiler, which works for Java 5 application servers.

Application servers based on Java 6, such as WebLogic 10.3 or WebSphere 7.0, require the Java 6 - compatible version of the Basic Rule Compiler.

To deploy the Java 6 version of the Basic Rule Compiler:

  1. Copy the lib\archibus-basic-rule-compiler.jar file to the WEB-INF\lib folder.
  2. Modify the WEB-INF\config\context\core\core-infrastructure.xml file:

    by changing this line:

    <bean class="com.archibus.jobmanager.BasicRuleCompiler">

    to this line:

    <bean class="com.archibus.jobmanager.BasicRuleCompilerJava6">

  3. Restart the application server.