You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Anton Nikolaevsky (JIRA)" <xe...@xml.apache.org> on 2007/05/15 11:09:17 UTC

[jira] Created: (XERCESC-1703) Bad error description reported by xerces

Bad error description reported by xerces
----------------------------------------

                 Key: XERCESC-1703
                 URL: https://issues.apache.org/jira/browse/XERCESC-1703
             Project: Xerces-C++
          Issue Type: Improvement
          Components: Validating Parser (Schema) (Xerces 1.5 or up only)
    Affects Versions: 2.6.0
         Environment: all platforms
            Reporter: Anton Nikolaevsky
            Priority: Minor


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


[jira] Updated: (XERCESC-1703) Bad error description reported by xerces

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ 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-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Closed: (XERCESC-1703) Bad error description reported by xerces

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-1703.
------------------------------------

    Resolution: Fixed
      Assignee: Boris Kolpackov

The fix is in SVN.

> 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
>            Assignee: Boris Kolpackov
>             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-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org