From: Wolfgang M. M. <wol...@us...> - 2004-08-13 21:28:56
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/xquery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16322/src/org/exist/xquery Modified Files: JavaCall.java Log Message: Allow arrays to be passed to Java methods from XQuery. Index: JavaCall.java =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/xquery/JavaCall.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JavaCall.java 28 May 2004 10:54:12 -0000 1.3 --- JavaCall.java 13 Aug 2004 21:28:48 -0000 1.4 *************** *** 173,177 **** } } ! // LOG.debug("calling method " + bestMethod.toString()); Class paramTypes[] = null; boolean isStatic = true; --- 173,177 ---- } } ! LOG.debug("calling method " + bestMethod.toString()); Class paramTypes[] = null; boolean isStatic = true; |