[jboss-jira] [JBoss JIRA] (JBRULES-3508) drools-spring.xsd does not have the changes done for JBRULES-3474

Vinod Kiran Paidimarry (JIRA) jira-events at lists.jboss.org
Thu May 24 14:10:18 EDT 2012


     [ https://issues.jboss.org/browse/JBRULES-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kiran Paidimarry resolved JBRULES-3508.
---------------------------------------------

    Resolution: Done


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

        


More information about the jboss-jira mailing list