-
Type:
Bug
-
Status: Verified (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 6.x.x, 7.0.0.LA
-
Component/s: Decision Central
-
Labels:None
-
Target Release:
-
Fix Build: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>
|
- is duplicated by
-
RHDM-69 No error message for kmodule.xml schema error
-
- Verified
-