sshyran / genxdm

Automatically exported from code.google.com/p/genxdm
0 stars 0 forks source link

During validation, xsi:type resolution fails for bridges whose QName representation does not store prefixes #130

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some XML data models do not store prefix hints in their representation of 
QNames.  Our validator will fail to resolve the xsi:type value correctly for 
those models.

Original issue reported on code.google.com by joe.bays...@gmail.com on 30 May 2013 at 8:37

GoogleCodeExporter commented 8 years ago
r452.  From AttributeManager.intitialize method, we now use the call to 
attributeType.validate w/PrefixResolver rather than w/o a PrefixResolver.   
Also, the implementation of QNameType.validate(String, PrefixResolver, 
AtomBridge<A>) is now complete; previously, it threw an AssertionError 
indicating the lack of implementation.

Original comment by joe.bays...@gmail.com on 31 May 2013 at 2:54