Hello Sedna Team, Having just added a 5th XQuery Library Module (and consequently a 5th unique module namespace) to my Sedna XQuery application, the executor now raises ERROR SE5100 - Error in Scheme part - parameter limit exceeded when attempting to run a query which imports this new module.
The new module has no functions defined in it -- it is just a place-holder for adding new functionality to my application. The query which produces this error is something like this: module namespace ns1 = "http://www.ns1.com/"; import module namespace ns2 = "http://www.ns2.com/"; import module namespace ns5 = "http://www.ns5.com/"; declare namespace ns4 = "http://www.ns4.com/"; ns1:hello-world()& The new namespace uses prefix ns5. Modules ns1 and ns2 import both another common module (prefix ns3, uri http://www.ns3.com). The application is running Sedna development build 3.2.43 (with Java Driver on 32-bit Linux). The Java Driver exception details are reported as follows: ru.ispras.sedna.driver.DriverException SEDNA Message ERROR SE5100 Error in Scheme part. Details parameter limit exceeded Can you please explain what causes this error? Also please say what is the limit on the number of modules that can be imported in a Sedna XQuery module. (Is it 5 or thereabouts?) Thanks for your help -- I'm somewhat stuck at this point now with this problem. Justin Johansson ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Sedna-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sedna-discussion
