Description of problem: There is no possibility how to set releaseId in beans.xml even though the namespace handler expects this element, so I think it is only missing in the kie-spring.xsd - https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/kie-spring/src/main/resources/org/kie/spring/kie-spring-6.0.0.xsd The namespace handler expects "releaseId" here https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/kie-spring/src/main/java/org/kie/spring/namespace/KieSpringNamespaceHandler.java Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The releaseId was necessary only to associate with the correct kmodule, due to separate XML files. Now that it is possible to declare kmodules directly in the spring context files this is no longer useful so I just removed it.
This BZ really doesn't need to be tested that the releaseId has been removed from kie-spring.xsd.