logo       

svn commit: r526603 - /xml/xindice/trunk/java/src/org/apache/xindice/server: msg#00017

Subject: svn commit: r526603 - /xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java
Author: vgritsenko
Date: Sun Apr  8 14:26:04 2007
New Revision: 526603

URL: http://svn.apache.org/viewvc?view=rev&rev=526603
Log:
fix NPE in case collection is not compressed

Modified:
    
xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java

Modified: 
xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java?view=diff&rev=526603&r1=526602&r2=526603
==============================================================================
--- 
xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java
 (original)
+++ 
xml/xindice/trunk/java/src/org/apache/xindice/server/rpc/messages/GetResource.java
 Sun Apr  8 14:26:04 2007
@@ -25,6 +25,7 @@
 import org.apache.xindice.server.rpc.RPCDefaultMessage;
 import org.apache.xindice.util.SymbolSerializer;
 import org.apache.xindice.xml.TextWriter;
+import org.apache.xindice.xml.dom.CompressedDocument;
 
 import org.w3c.dom.Document;
 
@@ -78,15 +79,16 @@
             int timestamp = ((Integer) message.get("timestamp")).intValue();
             */
 
-            Document doc = (Document)obj;
-            if (/*( timestamp != -1) &&*/ (symbolSerializer != null)) {
+            // Document might be compressed (with bytes) or not. In a latter 
case, convert to string.
+            Document doc = (Document) obj;
+            if (/*( timestamp != -1) &&*/ symbolSerializer != null && 
((CompressedDocument) doc).getDataBytes() != null) {
                 result.put(RESULT,
                            symbolSerializer.convertFromDocument(doc, 
timestamp));
             } else {
                 result.put(RESULT, TextWriter.toString(doc));
             }
         } else {
-            Document doc = (Document)obj;
+            Document doc = (Document) obj;
             result.put(RESULT, TextWriter.toString(doc));
         }
 





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
audio.irate.dev...    yellowdog.gener...    ietf.ips/2002-0...    xfree86.fonts/2...    busybox/2003-07...    emacs.jdee/2004...    linux.mandrake....    hardware.microc...    user-groups.lin...    science.analysi...    version-control...    db.filemaker.de...    cluster.openmos...    mail.eyebrowse....    text.xml.xerces...    kde.devel.kwrit...    finance.moneyda...    gcc.regression/...    network.routing...    os.freebsd.deve...    recreation.radi...    qnx.openqnx.dev...    python.xml/2002...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe