[jboss-jira] [JBoss JIRA] (WFLY-2505) JGroups subsystem should REJECT relay configuration instead of DISCARD

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Fri Nov 15 18:14:05 EST 2013


    [ https://issues.jboss.org/browse/WFLY-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924202#comment-12924202 ] 

Richard Achmatowicz edited comment on WFLY-2505 at 11/15/13 6:13 PM:
---------------------------------------------------------------------

On the JGroups subsystem, did the following:
- added in transformers for WF8 -> AS 7.2.0, AS 7.1.3, AS 7.1.2 using ResourceTransformationDescriptionBuilder api

- reorganized test cases into more understandable groups:
-- tests for parsing / persisting current and legacy XML versions (SubsystemParsingTestCase)
-- tests for transformers (TransformersTestCase)
-- tests for features specific to the JGroups subsystem (SubsystemFeaturesTestCase)
-- tests for general access to subsystem resources (OperationsTestCase, OperationSequencesTestCase)

- renamed the input XML resources so it is easier to see what they represent:
subsystem-jgroups-1_1.xml (legacy 1.1 xsd XML file exhibiting all possible elements, attributes, etc which should parse / persist with no boot-time failures)
subsystem-jgroups-2_0.xml  (current 2.0 xsd XML file exhibiting all possible elements, attributes, etc which should parse / persist with no boot-time failures)
subsystem-jgroups-transform-2_0.xml  (2.0 xsd XML file exhibiting all possible elements, attributes, etc which should result in transformation with no rejections)
subsystem-jgroups-transform-2_0-reject.xml  (current 2.0 xsd XML file exhibiting elements, attributes which trigger transformer rejections)

                
      was (Author: rachmato):
    On the JGroups subsystem, did the following:
- added in transformers for WF8 -> AS 7.2.0, AS 7.1.3, AS 7.1.2 using ResourceTransformationDescriptionBuilder api

- reorganized test cases into more understandable groups:
-- tests for parsing / persisting current and legacy XML versions (SubsystemParsingTestCase)
-- tests for transformers (TransformersTestCase)
-- tests for features specific to the JGroups subsystem (SubsystemFeaturesTestCase)
-- tests for general access to subsystem resources (OperationsTestCase, OperationSequencesTestCase)

- renamed the input XML resources so it is easier to see what they represent:
subsystem-jgroups-1_1.xml (legacy 1.1 xsd XML file exhibiting all possible elements, attributes, etc)
subsystem-jgroups-2_0.xml  (current 2.0 xsd XML file exhibiting all possible elements, attributes, etc)
subsystem-jgroups-transform-2_0.xml  (2.0 xsd XML file exhibiting all possible elements, attributes, etc which should result in transformation with no rejections)
subsystem-jgroups-transform-2_0-reject.xml  (current 2.0 xsd XML file exhibiting elements, attributes which trigger transformer rejections)

                  
> JGroups subsystem should REJECT relay configuration instead of DISCARD
> ----------------------------------------------------------------------
>
>                 Key: WFLY-2505
>                 URL: https://issues.jboss.org/browse/WFLY-2505
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Clustering
>    Affects Versions: 8.0.0.Beta1
>            Reporter: Radoslav Husar
>            Assignee: Richard Achmatowicz
>             Fix For: 8.0.0.CR1
>
>
> https://github.com/wildfly/wildfly/blob/master/clustering/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/JGroupsExtension.java#L181
> Richard is taking this on along new transformer API shift.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list