[Zorba-coders] [Bug 867156] Re: Import schema segfaults

2012-06-12 Thread Dana Florescu
** Changed in: zorba Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867156 Title: Import schema segfaults Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 867156] Re: Import schema segfaults

2012-04-24 Thread Cezar Andrei
According to a Xerces developer ( see comment at https://issues.apache.org/jira/browse/XERCESC-1980 ) Xerces should not import the XMLSchema.xsd schema. Fix was added in translator to skip importing it. Query in conformance-dimentions fails now as in previous comment, it seems that there is a bug

[Zorba-coders] [Bug 867156] Re: Import schema segfaults

2012-04-20 Thread Cezar Andrei
The import to XMLSchema is not required, since Zorba knows about xs:string and the rest of built-in types used in this query. If I remove the import of XMLSchema.xsd still fails, but it looks like it's an error in the script logic, it's doing doc($file) for a file that doesn't exist: TR [0]:

[Zorba-coders] [Bug 867156] Re: Import schema segfaults

2012-04-17 Thread Cezar Andrei
I'll take a look at it. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867156 Title: Import schema segfaults Status in Zorba - The XQuery Processor: New Bug description: Starting program:

[Zorba-coders] [Bug 867156] Re: Import schema segfaults

2012-04-17 Thread Cezar Andrei
Zorba knows without any import about the built-in schema types but those are only a small subset of schema4schema. Depending on which set is used it is or is not required to import schema4schema. ** Changed in: zorba Assignee: Chris Hillery (ceejatec) = Cezar Andrei (cezar-andrei) -- You

[Zorba-coders] [Bug 867156] Re: Import schema segfaults

2012-04-16 Thread Chris Hillery
I'm not able to reproduce any crash, but I can't get the query to run. The query imports the XMLSchema schema directly:   import schema namespace xs = http://www.w3.org/2001/XMLSchema; at http://www.w3.org/2001/XMLSchema.xsd;; and this doesn't seem to work: