apache zip has no FileName method.
[vamsas.git] / src / uk / ac / vamsas / client / simpleclient / SimpleDocBinding.java
index b65d00b..bb9b3bd 100644 (file)
@@ -118,7 +118,7 @@ public class SimpleDocBinding {
      return null;
     if (doc==null) {
      try { doc = getVamsasDocument(oReader); } 
-     catch (Exception e) { log.warn("Failed to get document from "+oReader.jfile.getName()); };
+     catch (Exception e) { log.warn("Failed to get document from "+oReader.jfileName); };
     }
     Vector docrefs = AppDataReference.getAppDataReferences(doc);
     if (docrefs==null)