Displaying classic rule projects in the Business console

If you are using classic rule projects, you can activate a property to display them in the Business console.

About this task

You can use one of the following ways to view your classic rule projects in the Business console.

Restriction: The Business console provides minimal support for classic rule projects. Many features are not available, including deployment, testing, and simulation. You can only view and modify the rule artifacts.

Procedure

  • Add a property in a preferences.properties file, in the package com.ibm.rules:
    1. Create a preferences.properties file in <EAR>/decisioncenter.war/WEB-INF/lib/teamserver-iweb-core.jar/com/ibm/rules.
    2. Add the following property:
      decisioncenter.web.core.EnableClassicRuleProjectSupport=true 
    3. Package the preferences.properties file in the Decision Center EAR file.
    4. Redeploy the Decision Center EAR file and start your application server.
  • Or, you can also add the following argument in the Java™ Virtual Machine that you use to start the application server:
    Dcom.ibm.rules.decisioncenter.enableClassicRuleProjectSupport=true