From: Wolfgang M. M. <wol...@us...> - 2004-04-14 12:17:31
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/xquery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20167/src/org/exist/xquery Modified Files: XQueryContext.java Log Message: Improved page organization in dom.dbx to fix known XUpdate issues. Index: XQueryContext.java =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/xquery/XQueryContext.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** XQueryContext.java 25 Mar 2004 12:50:50 -0000 1.9 --- XQueryContext.java 14 Apr 2004 12:17:23 -0000 1.10 *************** *** 369,373 **** modules.put(module.getNamespaceURI(), module); ! LOG.debug("module " + module.getNamespaceURI() + " loaded successfully."); } catch (ClassNotFoundException e) { LOG.warn("module class " + moduleClass + " not found. Skipping..."); --- 369,373 ---- modules.put(module.getNamespaceURI(), module); ! //LOG.debug("module " + module.getNamespaceURI() + " loaded successfully."); } catch (ClassNotFoundException e) { LOG.warn("module class " + moduleClass + " not found. Skipping..."); |