Bug 761435
Summary: | SAXParseException configuring event listeners in spring | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise BRMS Platform 5 | Reporter: | Radovan Synek <rsynek> | ||||
Component: | BRE (Expert, Fusion) | Assignee: | Mario Fusco <mfusco> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | BRMS 5.3.0.GA | CC: | mproctor | ||||
Target Milestone: | --- | ||||||
Target Release: | BRMS 5.3.0.GA | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2025-02-10 03:14:30 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Radovan Synek
2011-12-08 10:36:25 UTC
probably because of bad position of elements; when listeners configured inside <drools:ksession> as shown above, current order required: agendaEventListener processEventListener workingMemoryEventListener but when configured through <drools:eventListeners> element and listeners attribute in <drools:ksession> element, order of event listeners does not matter. I think this is because of <xsd:all> resp. <xsd:sequence> inside drools-spring.xsd. It would by nice to unite both styles of configuration. reproducer added to pull request: https://github.com/droolsjbpm/droolsjbpm-integration/pull/12 Mario Fusco <mario.fusco> updated the status of jira JBRULES-3437 to Resolved Update status to ON_QA. Please verify them against ER6. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |