Uploaded image for project: 'Red Hat Decision Manager'
  1. Red Hat Decision Manager
  2. RHDM-49

Unable to build project if kbase and ksession names are identical

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.LA, 7.0.0
    • 6.x.x, 7.0.0.LA
    • Decision Central
    • None
    • CR1

      Building a project which contains a kmodule.xml where the name of the kbase and the ksession are the same fails with only a 'Build failed' popup.

      This builds:

      <kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <kbase name="main" default="true" eventProcessingMode="stream" equalsBehavior="identity">
          <ksession name="test" type="stateful" default="true" clockType="realtime"/>
        </kbase>
      </kmodule>
      

      This does not build:

      <kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <kbase name="main" default="true" eventProcessingMode="stream" equalsBehavior="identity">
          <ksession name="main" type="stateful" default="true" clockType="realtime"/>
        </kbase>
      </kmodule>
      

            manstis@redhat.com Michael Anstis
            rhn-support-mputz Martin Weiler (Inactive)
            Jan Hrcek Jan Hrcek (Inactive)
            Jan Hrcek Jan Hrcek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: