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

Boris Kolpackov updated XERCESC-1703:
-------------------------------------

             Priority: Major  (was: Minor)
    Affects Version/s:     (was: 2.6.0)
                       3.1.0
        Fix Version/s: 3.1.0
           Issue Type: Bug  (was: Improvement)

Bug is still present in the 3.1.0 codebase. Would be nice to fix for 3.1.0.

> Bad error description reported by xerces
> ----------------------------------------
>
>                 Key: XERCESC-1703
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1703
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Validating Parser (XML Schema)
>    Affects Versions: 3.1.0
>         Environment: all platforms
>            Reporter: Anton Nikolaevsky
>             Fix For: 3.1.0
>
>
> xml:
> <date/>
> xsd:
> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
>     <xsd:element name="date" type="xsd:dateTime"/>
> </xsd:schema>
> Observed: error "Datatype error: Type:SchemaDateTimeException, Message:buffer 
> not initialized
> yet!."
> Expected error message: something like " '' is not a valid value for the type 
> {http://www.w3.org/2001/XMLSchema}dateTime";
> An exception is thrown at XMLDateTime.hpp[411] from 
> XMLDateTime::assertBuffer() invoked by XMLDateTime::initParser().

-- 
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: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to