You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org> on 2010/08/05 06:33:19 UTC

[jira] Assigned: (XERCESJ-1463) XMLSchemaValidator.findSchemaGrammar() is not called for substitution groups.

     [ https://issues.apache.org/jira/browse/XERCESJ-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Glavassevich reassigned XERCESJ-1463:
---------------------------------------------

    Assignee: Michael Glavassevich

> XMLSchemaValidator.findSchemaGrammar() is not called for substitution groups.
> -----------------------------------------------------------------------------
>
>                 Key: XERCESJ-1463
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1463
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: XML Schema 1.0 Structures
>    Affects Versions: 2.10.0
>            Reporter: Michael Glavassevich
>            Assignee: Michael Glavassevich
>            Priority: Minor
>
> The performance improvement made in XERCESJ-1406 removed an unconditional call to findSchemaGrammar() which seemed unnecessary but was ensuring that grammars be loaded for substitution groups. The SubstiutionGroupHandler is accessing the grammar bucket directly so will not find a declaration if it hasn't already been loaded. Need to push the findSchemaGrammar() call down to it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org