[
https://issues.jboss.org/browse/JBRULES-3508?page=com.atlassian.jira.plug...
]
Vinod Kiran Paidimarry edited comment on JBRULES-3508 at 5/24/12 2:11 PM:
--------------------------------------------------------------------------
pull request has been accepted and merged by Mark Proctor on 24/May.
was (Author: vinodkiran):
pull request has been accepted and merged by mark on 24/May.
drools-spring.xsd does not have the changes done for JBRULES-3474
-----------------------------------------------------------------
Key: JBRULES-3508
URL:
https://issues.jboss.org/browse/JBRULES-3508
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: drools-spring
Affects Versions: 5.4.0.Final
Reporter: Vinod Kiran Paidimarry
Assignee: Mark Proctor
drools-spring.xsd does not have the changes done for JBRULES-3474
Changes done for resolving JBRULES-3474 (Allow to start knowledge agent scanning from
drools spring configuration) are not reflected in drools-spring.xsd.
*drools-spring-1.6.0.xsd*
{quote}
<xsd:element name="resource-change-scanner">
<xsd:complexType>
<xsd:attribute name="id" use="required"
type="xsd:ID"/>
<xsd:attribute name="interval" use="optional"
type="xsd:integer"/>
<xsd:attribute name="enabled" use="optional"
type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
{quote}
*drools-spring.xsd* _(notice that the enabled attribute is missing)_
{quote}
<xsd:element name="resource-change-scanner">
<xsd:complexType>
<xsd:attribute name="id" use="required"
type="xsd:ID"/>
<xsd:attribute name="interval" use="optional"
type="xsd:integer"/>
</xsd:complexType>
</xsd:element>
{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira