[ 
https://issues.apache.org/jira/browse/XERCESC-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998783#comment-12998783
 ] 

Daniel Turcanu commented on XERCESC-1959:
-----------------------------------------

We work on Zorba XQuery engine (http://www.zorba-xquery.com), and we 
implemented a way to serialize the precompiled xquery code, so that the user 
doesn't have to compile his code every time. For serialization of schemas we 
use Xerces's internal serialization.
A user found this problem between 32 and 64 bit. Zorba can deal with this, 
because we serialize numbers as strings, so there is no problem with 32/64 or 
the endianess. If Xerces cannot solve this, then we will also have to limit 
machine interoperability.

> serializeGrammars does not work between 32 and 64 bit systems
> -------------------------------------------------------------
>
>                 Key: XERCESC-1959
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1959
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Validating Parser (XML Schema)
>    Affects Versions: 3.1.1
>         Environment: Win Vista 32 bit + VS 2010 express, Xerces-C 3.1.1 binary
> Ubuntu 10.10 64 bit, Xerces-C 3.1 installed
>            Reporter: Daniel Turcanu
>
> Serialization of schema grammar does not work between Windows 32 and Linux 64 
> bit. Serializing on one machine (with serializeGrammars) and deserializing on 
> the other (with deserializeGrammars) fails ungracefully.
> Serializing and deserializing on the same machine works fine.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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