[JBoss JIRA] Created: (JBXB-243) backward compatibility issue with wildcard unresolved handlers (in WS)
by Alexey Loubyansky (JIRA)
backward compatibility issue with wildcard unresolved handlers (in WS)
----------------------------------------------------------------------
Key: JBXB-243
URL: https://jira.jboss.org/jira/browse/JBXB-243
Project: JBoss XML Binding (JBossXB)
Issue Type: Bug
Affects Versions: JBossXB-2.0.2.Beta5
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: JBossXB-2.0.2.GA
During one of the refactorings after 2.0.2.Beta4 backward compatibility was broken for wildcard unresolved element handlers. This is related to parentParticle argument passed into setParent callback. Which after the refactoring became the wildcard while previously it used to be the parent element (wildcards never appeared as arguments in callbacks).
The change actually makes sense and can be justified. What has to be corrected to resolve this issue is RtElementHandler (which is used as the default superclass for unresolved element handlers), i.e. the way it checks whether the current term in setParent belongs to a wildcard.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months