[Zorba-coders] [Bug 1010746] Re: animation.xq test crashes using Windows installer

2012-06-13 Thread Chris Hillery
Very soon (certainly before 2.7) we need to figure out how to ship the image module without bundling ImageMagick. That means documenting that the user must install it, and doing the best that we can to find it. Also, the image module should fail gracefully with a clear error if the user tries to

[Zorba-coders] [Bug 866886] Re: Zorba for Windows cannot make HTTPS requests

2012-06-13 Thread Chris Hillery
Zorba is actually able to make https requests by default on Windows now, I'm nearly sure. I believe this may have been done internally by de- activating curl's default verify peer certificates behaviour. There is a separate bug, bug 867136, which tracks making this a runtime option instead of a

[Zorba-coders] [Bug 1003635] Re: CURL libraries for windows don't have SSL support

2012-06-13 Thread Chris Hillery
Rodolfo, if libsasl.dll is the only problem, then this bug can be resolved as fix committed (and the milestone can be changed to Zorba 2.5). -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1003635

[Zorba-coders] [Bug 867136] Re: Verifying CA root certificates should be run-time option

2012-06-13 Thread Chris Hillery
If and when we fix this, we should document the discussion on bug 866886 about downloading the base server certificates on Windows. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867136 Title:

[Zorba-coders] [Bug 924055] Re: adapt group-by to latest spec

2012-06-13 Thread Carlos Manuel Lopez
** Changed in: zorba Status: New = Incomplete ** Changed in: zorba Status: Incomplete = In Progress ** Branch linked: lp:~zorba-coders/zorba/new-groupby -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/add-exi-module into lp:~zorba-coders/zorba/zorba-experimental

2012-06-13 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/add-exi-module into lp:~zorba-coders/zorba/zorba-experimental failed. Below is the output from the failed tests. experimental build started for lp:~zorba-coders/zorba/add-exi-module. Check out http://add-exi-module.zorba-xquery.com/ in half an hour

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/add-exi-module into lp:~zorba-coders/zorba/zorba-experimental

2012-06-13 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/add-exi-module into lp:~zorba-coders/zorba/zorba-experimental has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/add-exi-module/+merge/105950 --

[Zorba-coders] [Bug 989490] Re: on ubuntu 12.04, Java and/or JNI not found

2012-06-13 Thread David Graf
Hello Chris You can close this bug. We don't have this problem anymore. The java modules are working properly on Ubuntu 12.04 since a while. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/989490

[Zorba-coders] [Bug 897823] Re: Wrong PHP library name on macosx

2012-06-13 Thread William Candillon
** Changed in: zorba Status: New = Fix Released ** Changed in: zorba Milestone: 2.7 = None -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/897823 Title: Wrong PHP library name on

[Zorba-coders] [Bug 921638] Re: Access function signatures in XQDoc

2012-06-13 Thread William Candillon
** Changed in: zorba Status: New = 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/921638 Title: Access function signatures in XQDoc Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 1012539] [NEW] Need to monitor EC2 boxes

2012-06-13 Thread Chris Hillery
Public bug reported: We have at least two EC2 machines that serve live data - one runs try .zorba-xquery.com (I believe), and the other runs the various experimental websites. We need to have monitoring on these boxes which will alert us when they are not functioning appropriately. ** Affects:

[Zorba-coders] [Bug 1012539] Re: Need to monitor EC2 boxes

2012-06-13 Thread Chris Hillery
(Need to first define what functioning appropriately means - probably some URLs that should always respond in a particular way.) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1012539 Title:

[Zorba-coders] [Bug 867345] Re: Built-in Atom schema

2012-06-13 Thread Chris Hillery
William - did Dana say to remove the milestone marker for this bug? If not, please put it back. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867345 Title: Built-in Atom schema Status in

[Zorba-coders] [Bug 989490] Re: on ubuntu 12.04, Java and/or JNI not found

2012-06-13 Thread Chris Hillery
Not sure how to mark this - don't know if we actually fixed it or not (although we probably did). But, I'll just go with Invalid. ** Changed in: zorba Status: New = Invalid -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

[Zorba-coders] [Bug 989490] Re: on ubuntu 12.04, Java and/or JNI not found

2012-06-13 Thread David Graf
Hello Chris, Unfortunately, telling you to close the bug was a bad idea. This morning, I found an additional issue. When compiling zorba or sausalito on a clean ubuntu 12.04, I get this: -- --- Module: util-jvm--- -- Looking for JNI -- Looking for Java -- Building Zorba without util-jvm

[Zorba-coders] [Bug 989490] Re: on ubuntu 12.04, Java and/or JNI not found

2012-06-13 Thread Chris Hillery
In order: 0) It certainly makes sense to consolidate on a single FindJNI.cmake, if in fact we need our own at all. The right place for it is in util-jvm. It will be necessary to ensure that other modules use that version as well, probably by extending the util-jvm use file to extend

[Zorba-coders] [Bug 989490] Re: on ubuntu 12.04, Java and/or JNI not found

2012-06-13 Thread David Graf
Hey Chris (Also - what was the reason you changed JAVA_AWT_INCLUDE_DIRECTORIES to JAVA_AWT_INCLUDE_PATH? That doesn't seem to make sense.) That's a typo. Thanks for telling me. 2) I don't like these changes, although I'm not sure of the alternative. IMHO the existing FindJNI code with all of

[Zorba-coders] [Bug 988411] Re: date:current-dateTime daylight saving

2012-06-13 Thread Matthias Brantner
*** This bug is a duplicate of bug 988412 *** https://bugs.launchpad.net/bugs/988412 ** This bug has been marked a duplicate of bug 988412 date:current-dateTime daylight saving ** Changed in: zorba Milestone: None = 2.5 ** Changed in: zorba Status: New = Fix Committed -- You

[Zorba-coders] [Bug 989490] Re: on ubuntu 12.04, Java and/or JNI not found

2012-06-13 Thread David Graf
Hey Chris After reading your last comments, I decided to bypass the problem differently. Without changing FindJNI.cmake. I generate the JAVA_HOME variable with a bash script and set it before searching the JNI stuff. Here is the code: 1 === modified file

[Zorba-coders] [Bug 1008082] Re: Crashing Transform Expression

2012-06-13 Thread Dana Florescu
** Changed in: zorba Importance: Critical = High -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1008082 Title: Crashing Transform Expression Status in Zorba - The XQuery Processor: New

[Zorba-coders] [Bug 932314] Re: fn:distinct-values bug

2012-06-13 Thread Dana Florescu
** Changed in: zorba Importance: Critical = High -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/932314 Title: fn:distinct-values bug Status in Zorba - The XQuery Processor: New Bug

[Zorba-coders] [Bug 1010748] Re: libsasl.dll missing from Windows installer

2012-06-13 Thread Dana Florescu
** Changed in: zorba Status: Fix Committed = Fix Released ** Changed in: zorba Milestone: 2.7 = 2.5 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1010748 Title: libsasl.dll missing

[Zorba-coders] [Bug 972855] Re: Simplestore is not compiling on windows

2012-06-13 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/972855 Title: Simplestore is not compiling on windows Status in Zorba - The

[Zorba-coders] [Bug 963091] Re: Zorba 2.2.0 fails to build with gcc 4.7 (missing includes)

2012-06-13 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/963091 Title: Zorba 2.2.0 fails to build with gcc 4.7 (missing includes) Status

[Zorba-coders] [Bug 962216] Re: stack queue module

2012-06-13 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/962216 Title: stack queue module Status in Zorba - The XQuery Processor: Fix

[Zorba-coders] [Bug 967284] Re: XQDoc doesn't support invalid XML entities

2012-06-13 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/967284 Title: XQDoc doesn't support invalid XML entities Status in Zorba - The

[Zorba-coders] [Bug 928629] Re: XMLBeans module

2012-06-13 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/928629 Title: XMLBeans module Status in Zorba - The XQuery Processor: Fix

[Zorba-coders] [Bug 962220] Re: full-text module

2012-06-13 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/962220 Title: full-text module Status in Zorba - The XQuery Processor: Fix

[Zorba-coders] [Bug 942011] Re: translator should flatten a tree of StringConcatExprs

2012-06-13 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/942011 Title: translator should flatten a tree of StringConcatExprs Status in

[Zorba-coders] [Bug 946986] Re: Unbalanced ')' in regex seg faults

2012-06-13 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/946986 Title: Unbalanced ')' in regex seg faults Status in Zorba - The XQuery

[Zorba-coders] [Bug 948879] Re: --uri-path doesn't work with fetch:content()

2012-06-13 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/948879 Title: --uri-path doesn't work with fetch:content() Status in Zorba - The

[Zorba-coders] [Bug 944795] Re: XQDoc doesn't handle in URLs

2012-06-13 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/944795 Title: XQDoc doesn't handle in URLs Status in Zorba - The XQuery

[Zorba-coders] [Bug 928626] Re: no setting classpath in xsl-fo module

2012-06-13 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/928626 Title: no setting classpath in xsl-fo module Status in Zorba - The XQuery

[Zorba-coders] [Bug 1000478] Re: Build errors using Xcode 4.3.2

2012-06-13 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/1000478 Title: Build errors using Xcode 4.3.2 Status in Zorba - The XQuery

[Zorba-coders] [Bug 996084] Re: crash in Streamable*Item with file module

2012-06-13 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/996084 Title: crash in Streamable*Item with file module Status in Zorba - The

[Zorba-coders] [Bug 986377] Re: do not apply any updates on collection if it is to be truncated

2012-06-13 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/986377 Title: do not apply any updates on collection if it is to be truncated

[Zorba-coders] [Bug 988417] Re: block internal modules

2012-06-13 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/988417 Title: block internal modules Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 980463] Re: Using type_info::name() wrong

2012-06-13 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/980463 Title: Using type_info::name() wrong Status in Zorba - The XQuery

[Zorba-coders] [Bug 872958] Re: Need way to detect non-core modules in build

2012-06-13 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/872958 Title: Need way to detect non-core modules in build Status in Zorba - The

[Zorba-coders] [Bug 867234] Re: Zorba 2.0.1 fails to build

2012-06-13 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/867234 Title: Zorba 2.0.1 fails to build Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 869024] Re: Zorba crashes with getReference

2012-06-13 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/869024 Title: Zorba crashes with getReference Status in Zorba - The XQuery

[Zorba-coders] [Bug 867215] Re: --lib-module doesn't work with import with location hints

2012-06-13 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/867215 Title: --lib-module doesn't work with import with location hints Status

[Zorba-coders] [Bug 867229] Re: Undo of Create Collection doesn't work

2012-06-13 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/867229 Title: Undo of Create Collection doesn't work Status in Zorba - The

[Zorba-coders] [Bug 867144] Re: Python bindings not building on Windows in Debug mode

2012-06-13 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/867144 Title: Python bindings not building on Windows in Debug mode Status in

[Zorba-coders] [Bug 867130] Re: Need ASCII regex

2012-06-13 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/867130 Title: Need ASCII regex Status in Zorba - The XQuery Processor: Fix

[Zorba-coders] [Bug 867214] Re: Incorrect XQueryX error message

2012-06-13 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/867214 Title: Incorrect XQueryX error message Status in Zorba - The XQuery

[Zorba-coders] [Bug 859968] Re: Using put on an attribute produces an invalid Xdm instance and a segmentation fault

2012-06-13 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 subscribed to the bug report. https://bugs.launchpad.net/bugs/859968 Title: Using put on an attribute produces an invalid Xdm instance and

[Zorba-coders] [Bug 859522] Re: Assertion failed with document delete

2012-06-13 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 subscribed to the bug report. https://bugs.launchpad.net/bugs/859522 Title: Assertion failed with document delete Status in Zorba - The

[Zorba-coders] [Bug 859465] Re: Zorba fatal with two deactivate IC

2012-06-13 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 subscribed to the bug report. https://bugs.launchpad.net/bugs/859465 Title: Zorba fatal with two deactivate IC Status in Zorba - The

[Zorba-coders] [Bug 866987] Re: Error for XTDE1310 should contain picture string

2012-06-13 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/866987 Title: Error for XTDE1310 should contain picture string Status in Zorba -

[Zorba-coders] [Bug 859468] Re: Zorba fatal with two activate simple IC

2012-06-13 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 subscribed to the bug report. https://bugs.launchpad.net/bugs/859468 Title: Zorba fatal with two activate simple IC Status in Zorba - The

[Zorba-coders] [Bug 859467] Re: Zorba fatal with two activate Foreign Key

2012-06-13 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 subscribed to the bug report. https://bugs.launchpad.net/bugs/859467 Title: Zorba fatal with two activate Foreign Key Status in Zorba -

[Zorba-coders] [Bug 867221] Re: Nested element constructors cause loss of namespace bindings

2012-06-13 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/867221 Title: Nested element constructors cause loss of namespace bindings

[Zorba-coders] [Bug 925133] Re: replace string restriction with xs:boolean in csv-options.xsd

2012-06-13 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/925133 Title: replace string restriction with xs:boolean in csv-options.xsd

[Zorba-coders] [Bug 918159] Re: Add XQJ to validation queue

2012-06-13 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/918159 Title: Add XQJ to validation queue Status in Zorba - The XQuery

[Zorba-coders] [Bug 897825] Re: Wrong PHP library name on macosx

2012-06-13 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/897825 Title: Wrong PHP library name on macosx Status in Zorba - The XQuery

[Zorba-coders] [Bug 987830] Re: dismiss adding of the functions that do not have a return type

2012-06-13 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/987830 Title: dismiss adding of the functions that do not have a return type

[Zorba-coders] [Bug 978722] Re: change annotation prefix from ann to an

2012-06-13 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/978722 Title: change annotation prefix from ann to an Status in Zorba - The

[Zorba-coders] [Bug 955574] Re: http-client hangs if following a POST request

2012-06-13 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/955574 Title: http-client hangs if following a POST request Status in Zorba -

[Zorba-coders] [Bug 962255] Re: integrate into XQDoc the module dependency graph generation

2012-06-13 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/962255 Title: integrate into XQDoc the module dependency graph generation Status

[Zorba-coders] [Bug 955170] Re: Catch clause with URILiteral-based wilcard NameTest

2012-06-13 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/955170 Title: Catch clause with URILiteral-based wilcard NameTest Status in

[Zorba-coders] [Bug 955040] Re: XSL-FO module test added even if module is not built

2012-06-13 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/955040 Title: XSL-FO module test added even if module is not built Status in

[Zorba-coders] [Bug 928987] Re: XQJ integration with JavaAPI

2012-06-13 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/928987 Title: XQJ integration with JavaAPI Status in Zorba - The XQuery

[Zorba-coders] [Bug 955135] Re: err:XQDY0044 not caught by try-catch expressions.

2012-06-13 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/955135 Title: err:XQDY0044 not caught by try-catch expressions. Status in Zorba

[Zorba-coders] [Bug 925816] Re: URI resolver doesn't support Java URI format

2012-06-13 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/925816 Title: URI resolver doesn't support Java URI format Status in Zorba - The

[Zorba-coders] [Bug 951016] Re: integer comparison warning in integer.h

2012-06-13 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/951016 Title: integer comparison warning in integer.h Status in Zorba - The

[Zorba-coders] [Bug 931501] Re: improve error message for fn:format-number

2012-06-13 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/931501 Title: improve error message for fn:format-number Status in Zorba - The

[Zorba-coders] [Bug 921258] Re: URIs for files should be valid with one slash

2012-06-13 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/921258 Title: URIs for files should be valid with one slash Status in Zorba -

[Zorba-coders] [Bug 919747] Re: HTML Styling lost in doxygen documentation

2012-06-13 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/919747 Title: HTML Styling lost in doxygen documentation Status in Zorba - The

[Zorba-coders] [Bug 994919] Re: Typos in full-text module documentation and other places

2012-06-13 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/994919 Title: Typos in full-text module documentation and other places Status in

[Zorba-coders] [Bug 986580] Re: fs::lsdir() improvements

2012-06-13 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/986580 Title: fs::lsdir() improvements Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 996593] Re: http client throws error with no content-type header in http response

2012-06-13 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/996593 Title: http client throws error with no content-type header in http

[Zorba-coders] [Bug 1001477] Re: Error on xqdoc test for windows

2012-06-13 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/1001477 Title: Error on xqdoc test for windows Status in Zorba - The XQuery

[Zorba-coders] [Bug 994610] Re: Regex tests fail using latest ICU version

2012-06-13 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/994610 Title: Regex tests fail using latest ICU version Status in Zorba - The

[Zorba-coders] [Bug 992037] Re: Miscellaneous warnings on Windows

2012-06-13 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/992037 Title: Miscellaneous warnings on Windows Status in Zorba - The XQuery

[Zorba-coders] [Bug 988412] Re: date:current-dateTime daylight saving

2012-06-13 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/988412 Title: date:current-dateTime daylight saving Status in Zorba - The XQuery

[Zorba-coders] [Bug 906494] Re: default compile with D_FILE_OFFSET_BITS=64

2012-06-13 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/906494 Title: default compile with D_FILE_OFFSET_BITS=64 Status in Zorba - The

[Zorba-coders] [Bug 905050] Re: Crash on getKind() from TypeIdentifier()

2012-06-13 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/905050 Title: Crash on getKind() from TypeIdentifier() Status in Zorba - The

[Zorba-coders] [Bug 907624] Re: misleading error message on URIMapper::DENY_ACCESS

2012-06-13 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/907624 Title: misleading error message on URIMapper::DENY_ACCESS Status in Zorba

[Zorba-coders] [Bug 905039] Re: can't redefine Default Element And Type Namespace

2012-06-13 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/905039 Title: can't redefine Default Element And Type Namespace Status in Zorba

[Zorba-coders] [Bug 905028] Re: Base URI can't be set to undefined

2012-06-13 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/905028 Title: Base URI can't be set to undefined Status in Zorba - The XQuery

[Zorba-coders] [Bug 889478] Re: doc('') and xml: prefix

2012-06-13 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/889478 Title: doc('') and xml: prefix Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 863730] Re: static delete-node* functions don't raise ZDDY0012

2012-06-13 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/863730 Title: static delete-node* functions don't raise ZDDY0012 Status in Zorba

[Zorba-coders] [Bug 897004] Re: collection()

2012-06-13 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/897004 Title: collection() Status in Zorba - The XQuery Processor: Fix

[Zorba-coders] [Bug 905041] Re: can't redefine Default Function Namespace

2012-06-13 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/905041 Title: can't redefine Default Function Namespace Status in Zorba - The

[Zorba-coders] [Bug 904650] Re: some tests crash with plan serializer ON

2012-06-13 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/904650 Title: some tests crash with plan serializer ON Status in Zorba - The

[Zorba-coders] [Bug 866627] Re: xquery 1.1 conformance: failing schema import tests

2012-06-13 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/866627 Title: xquery 1.1 conformance: failing schema import tests Status in

[Zorba-coders] [Bug 936688] Re: Precompiled Headers on Windows

2012-06-13 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/936688 Title: Precompiled Headers on Windows Status in Zorba - The XQuery

[Zorba-coders] [Bug 950616] Re: XQuery 3.0 vs Zorba: has-children#0 not implemented

2012-06-13 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/950616 Title: XQuery 3.0 vs Zorba: has-children#0 not implemented Status in

[Zorba-coders] [Bug 954724] Re: Resolve PHP bug for Windows on Release 2.2

2012-06-13 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/954724 Title: Resolve PHP bug for Windows on Release 2.2 Status in Zorba - The

[Zorba-coders] [Bug 950615] Re: XQuery 3.0 vs Zorba: unparsed-text-lines not implemented

2012-06-13 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/950615 Title: XQuery 3.0 vs Zorba: unparsed-text-lines not implemented Status in

[Zorba-coders] [Bug 950618] Re: XQuery 3.0 vs Zorba: path not implemented

2012-06-13 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/950618 Title: XQuery 3.0 vs Zorba: path not implemented Status in Zorba - The

[Zorba-coders] [Bug 949910] Re: fn:has-children segfaults on comment nodes

2012-06-13 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/949910 Title: fn:has-children segfaults on comment nodes Status in Zorba - The

[Zorba-coders] [Bug 934607] Re: eval + plan serializer + optimizer bug

2012-06-13 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/934607 Title: eval + plan serializer + optimizer bug Status in Zorba - The

[Zorba-coders] [Bug 947627] Re: setting the static type of the context item is ignored

2012-06-13 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/947627 Title: setting the static type of the context item is ignored Status in

[Zorba-coders] [Bug 937120] Re: Improve error message for ||

2012-06-13 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/937120 Title: Improve error message for || Status in Zorba - The XQuery

[Zorba-coders] [Bug 935639] Re: Closing without releasing objects

2012-06-13 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/935639 Title: Closing without releasing objects Status in Zorba - The XQuery

[Zorba-coders] [Bug 933490] Re: Error ItemFactoryImpl::createBase64Binary with istream

2012-06-13 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/933490 Title: Error ItemFactoryImpl::createBase64Binary with istream Status in

[Zorba-coders] [Bug 930924] Re: Modifying Namespaces

2012-06-13 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/930924 Title: Modifying Namespaces Status in Zorba - The XQuery Processor: Fix

[Zorba-coders] [Bug 931580] Re: Upgrade SWIG API

2012-06-13 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/931580 Title: Upgrade SWIG API Status in Zorba - The XQuery Processor: Fix

  1   2   >