From: Jens Ø. P. <oe...@gm...> - 2012-05-16 16:05:16
|
Hi, I ran into a util:catch() problem - seen this before, don't know why, but never mind. Cannot compile xquery: error found while loading module browse: Error while loading module browse.xqm: Access to deprecated functions is not allowed. Call to 'util:catch()' denied. Use the XQuery 3.0 try/catch expression in stead. This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release. [at line 66, column 9] (from FunctionSignature.java and FunctionFactory.java). However, the util:catch() function is still called in around 15 files in trunk; the roadmap also contains an outdated reference to it. Shouldn't this be fixed before 2.0? Cheers, Jens |