Index: Collection.java =================================================================== RCS file: /home/cvspublic/xml-xindice/java/src/org/apache/xindice/core/Collection.java,v retrieving revision 1.52 diff -u -r1.52 Collection.java --- Collection.java 20 Mar 2004 13:43:23 -0000 1.52 +++ Collection.java 29 Oct 2004 20:51:09 -0000 @@ -563,6 +563,10 @@ return null; } + if( entry instanceof byte[] ) { + return null; + } + if (!(entry instanceof Document)) { throw new DBException(FaultCodes.COL_INVALID_RESULT, "Resource '" + key + "' in collection '" +