Bug 996579 - ReleaseId element is missing in kie-spring.xsd
Summary: ReleaseId element is missing in kie-spring.xsd
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Core
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER2
: 6.0.0
Assignee: Mario Fusco
QA Contact: Ivo Bek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-13 13:19 UTC by Ivo Bek
Modified: 2014-08-06 20:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:11:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ivo Bek 2013-08-13 13:19:05 UTC
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:

Comment 1 Mario Fusco 2013-08-19 13:21:15 UTC
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.

Comment 5 Ivo Bek 2014-03-18 10:09:43 UTC
This BZ really doesn't need to be tested that the releaseId has been removed from kie-spring.xsd.


Note You need to log in before you can comment on or make changes to this bug.