[ http://nagoya.apache.org/jira/browse/XERCESC-1177?page=history ]

Alberto Massari updated XERCESC-1177:
-------------------------------------

    Priority: Major

> Wrong overload chosen in XercesStep::serialize()
> ------------------------------------------------
>
>          Key: XERCESC-1177
>          URL: http://nagoya.apache.org/jira/browse/XERCESC-1177
>      Project: Xerces-C++
>         Type: Bug
>   Components: Build
>     Versions: 2.5.0
>  Environment: Operating System: All
> Platform: All
>     Reporter: David Dawkins
>     Assignee: Xerces-C Developers Mailing List

>
> I set XMLCh to wchar_t on Solaris 2.8, and got an error from this line
> in validators/schema/identity/XercesXPath.cpp, line 294:
>         serEng<<fAxisType;
> type of fAxisType is "unsigned short", and I think it was finding 
> this overload before:
>       XSerializeEngine::operator<<(const XMLCh&)
> which probably isn't what was intended.
> I changed the line to 
>         serEng<< (int) fAxisType;
> and line 299:
>         serEng>> (int) fAxisType;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to