[Yanel-commits] rev 22575 - public/yanel/trunk/src/contributions/resources/calendar/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Sat Feb 10 01:19:57 CET 2007


Author: michi
Date: 2007-02-10 01:19:55 +0100 (Sat, 10 Feb 2007)
New Revision: 22575

Modified:
   public/yanel/trunk/src/contributions/resources/calendar/src/java/org/wyona/yanel/impl/resources/CalendarResource.java
Log:
log message clarified

Modified: public/yanel/trunk/src/contributions/resources/calendar/src/java/org/wyona/yanel/impl/resources/CalendarResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/calendar/src/java/org/wyona/yanel/impl/resources/CalendarResource.java	2007-02-10 00:04:32 UTC (rev 22574)
+++ public/yanel/trunk/src/contributions/resources/calendar/src/java/org/wyona/yanel/impl/resources/CalendarResource.java	2007-02-10 00:19:55 UTC (rev 22575)
@@ -71,7 +71,7 @@
         org.wyona.yarep.core.Repository dataRepo = getRealm().getRepository();
 
         if (dataRepo.exists(new org.wyona.yarep.core.Path(getPath()))) {
-            log.error("DEBUG: ICS exists!");
+            log.error("DEBUG: ICS exists: " + new org.wyona.yarep.core.Path(getPath()));
             if(viewId == null) {
                 View view = new View();
                 //view.setResponse(false);
@@ -87,10 +87,13 @@
             }
         }
 
+
         String eventsPath = getRTI().getProperty("events-path");
         if (eventsPath == null) {
             eventsPath = getPath();
         }
+        log.error("DEBUG: Generate calendar from XML based events: " + eventsPath);
+
         org.wyona.yarep.core.Path[] children = dataRepo.getChildren(new org.wyona.yarep.core.Path(eventsPath));
         //org.wyona.yarep.core.Path[] children = dataRepo.search("categories", categories);
 




More information about the Yanel-commits mailing list