[jboss-jira] [JBoss JIRA] (JGRP-1820) XML schema broken for AUTH
Bela Ban (JIRA)
issues at jboss.org
Sat Apr 26 10:24:33 EDT 2014
[ https://issues.jboss.org/browse/JGRP-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963954#comment-12963954 ]
Bela Ban commented on JGRP-1820:
--------------------------------
OK, so I added a new annotation {{@XmlAttribute}} which lists all attributes which need to be inserted into the generated schema. This doesn't include custom {{AuthToken}} subclasses, but covers all existing tokens in JGroups.
Partially backported to 3.4 as well.
> XML schema broken for AUTH
> --------------------------
>
> Key: JGRP-1820
> URL: https://issues.jboss.org/browse/JGRP-1820
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.4.1
> Reporter: Dennis Reed
> Assignee: Bela Ban
> Priority: Minor
> Fix For: 3.5
>
>
> The XML schema does not pass validation for AUTH.
> AUTH merges in properties for the pluggable auth_class, which are not currently included in the schema.
> For example the fixed_members_value when using FixedMembershipToken is not included in the schema and fails validation:
> <AUTH auth_class="org.jgroups.auth.FixedMembershipToken"
> fixed_members_value="localhost/7900">
> </AUTH>
--
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