# # ChangeLog for /trunk/deployment/publiccaldav # # Generated by Trac 0.9.3 # 05/24/13 21:58:46 # 08/13/09 11:40:59 douglm [2342] * trunk: * trunk/bedework.importorder: * trunk/build.xml: * trunk/build/buildsh.xml: * trunk/build/buildwar.xml: * trunk/build/quickstart/build.xml: * trunk/build/quickstart/linux/bw: * trunk/build/quickstart/run-activemq.xml: * trunk/build/quickstart/run-crawler.xml: * trunk/build/quickstart/run-hsqldb.xml: * trunk/build/quickstart/run-indexer.xml: * trunk/build/quickstart/run-inoutscheduler.xml: * trunk/build/quickstart/run-logger.xml: * trunk/build/quickstart/run-tomcat.xml: * trunk/config/bwbuild/default/activemq.xml: * trunk/config/bwbuild/default/build.properties: * trunk/config/bwbuild/default/cal.options.xml: * trunk/config/bwbuild/default/cal.properties: * trunk/config/bwbuild/default/context.xml: * trunk/config/bwbuild/default/jndi.properties: * trunk/deployment/appjars.xml: * trunk/deployment/dumprestore/shellscr/appjars.xml: * trunk/deployment/indexer: * trunk/deployment/indexer/shellscr: * trunk/deployment/indexer/shellscr/appjars.xml: * trunk/deployment/indexer/shellscr/build.xml: * trunk/deployment/indexer/shellscr/resources: * trunk/deployment/indexer/shellscr/resources/bwrun.bat: * trunk/deployment/indexer/shellscr/resources/bwrun.sh: * trunk/deployment/indexer/shellscr/resources/log4j.xml: * trunk/deployment/inoutsched: * trunk/deployment/inoutsched/shellscr: * trunk/deployment/inoutsched/shellscr/appjars.xml: * trunk/deployment/inoutsched/shellscr/build.xml: * trunk/deployment/inoutsched/shellscr/resources: * trunk/deployment/inoutsched/shellscr/resources/bwrun.bat: * trunk/deployment/inoutsched/shellscr/resources/bwrun.sh: * trunk/deployment/inoutsched/shellscr/resources/log4j.xml: * trunk/deployment/publiccaldav/webapp/appjars.xml: * trunk/deployment/sysevlog: * trunk/deployment/sysevlog/shellscr: * trunk/deployment/sysevlog/shellscr/appjars.xml: * trunk/deployment/sysevlog/shellscr/build.xml: * trunk/deployment/sysevlog/shellscr/resources: * trunk/deployment/sysevlog/shellscr/resources/bwrun.bat: * trunk/deployment/sysevlog/shellscr/resources/bwrun.sh: * trunk/deployment/sysevlog/shellscr/resources/log4j.xml: * trunk/deployment/testsuite/shellscr/appjars.xml: * trunk/deployment/testsuite/shellscr/resources/bwruntest.sh: * trunk/deployment/usercaldav/webapp/appjars.xml: * trunk/deployment/webadmin/webapp/appjars.xml: * trunk/deployment/webpublic/webapp/appjars.xml: * trunk/deployment/websubmit/webapp/appjars.xml: * trunk/deployment/webuser/webapp/appjars.xml: * trunk/docs/README: * trunk/docs/README.txt: Import of a number of features under development into the trunk. This is the start of development for version 3.6 CalDAV: Now has no dependencies on core bedework classes. Involved a significant amount of refactoring. CalDAV implementations: are now a separate project. This project does have dependencies, as it should. JMS: Bedework now emits system events on a JMS notification queue. A number of listeners are being developed to move certain bedework functions outboard of the core engine. Currently we havea logging listener, the inbox/outbox scheduler and a partially built indexer. The JMS implementation is Apache activemq The detailed comments from the merged code follow: ------------------------------------------------------------------------------------------------------------------ CalDAV refactor: Remove BwDateTime from SysIntf Rename calfacade TimeRange to BwTimeRange Changed getFreeBusy to use ical4j Period Subsequent changes: New package org.bedework.caldav.util and class ParseUtil - copy of calfacade....util.cml.CalDavParseUtil Change all the SysIntf implementations to use the new parameters Also change CaldavBwIntf to use TimeRange for the freebusy url Move CalDAVConfig into the caldav code - remove from CalFacade New options factory class in caldav Move options file up a level into classes/properties from classes/calendar/properties Options don't fail if class not found - just warn Increment build version on CalDAV and WebDAV Add method to SysIntf to convert an iCal4j Calendar to its String form. Also move ComponentWrapper into rpiutil to make it available to CalDAV Remove use of BwDateTime from RetrievalMode and subclasses Add a test. Moved CalDAV implementations into a separate project - allowing CalDAV to be built separately from the bedework core. Move timnezones support out of CalFacade and into edu.rpi package Move some filtering classes and interfaces out of the bedework core and into external libraries and the CalDAV project. Entity type definitions: CalFacadeDefs and CalDAVEvent had competing definitions. Added the CalFacadeDefs version to edu.rpi.cmt.calendar.IcalDefs. Removed the CalDAVEvent versions. This means the values change for CalDAV but hey aren't stored anywhere. Make PropertyInfo separate class from PropertyInfoIndex. Move PropertyIndex into edu.rpi.cmt.calendar. Also move some of the information out of ProeprtyInfo into PropertyInfoIndex Moved most filter classes into caldav.util Copied a number of CalFacade filter classes into caldav.util.filter, renamed the Filter class to Filterhandler Misinterpreted tzid: All timeranges are expressed in UTC. The optional timezone following the filter is used for local (floating) datetime values. Requires access to timezone conversion - moved CalTimezones and CalTimezonesImpl into rpi util package. Created new project caldavimpl Moved google, domino, exchage and bedework implementations into that project ------------------------------------------------------------------------------------------------------------------ JMS Listeners Add new indexer project Add some administrative support methods to the core system. These provide paged retrieval of child name/paths for collections allowing crawlers and the like to wander around the data structure. Also add some options for the new indexer project which makes use of these Simplify notification classes and implement a jms notifications handler. This requires activemq to be running Implement a jms consumer which acts as a system events logger Redo in/outbox scheduler as a listener on a JMS queue Create a new deployable module for it. Change startup to start each separate module as well as the 'infrastructure' components. activemq run script now copies the activemq config out of the bedework build configuration ------------------------------------------------------------------------------------------------------------------ Indexing changes - many already in 3.5: When publishing, unindex the event from the user index and reindex in the public index. Further changes to fix lucene indexing of overrides. SIgnificant changes to indexing to handle issues with recurrence overides. Associated fix to BwEventAnnotation to fix bug with handling of overridden collections. ------------------------------------------------------------------------------------------------------------------ Other changes - many already in 3.5: subversion copy utility was adding timezones as a project. Remove unwanted project Remove above project from externals Fix new bug in CoreEvents - not checking for null timezone. Updated system parameters code to use and maintain a cached copy of the settings Add a refresh timeout to the syspars get Fix missing null check in CalFacadeUtil.eqobjval Fix bug renaming or moving collection objects. Fix bad owner check in CalSvcDb Fix problem setting cost in admin and submit client Fix 500 problem with freebusy url when no access to user Need a cdata around alias url when emitting collection for jsp/xml Fix search bug for user client. Not setting principal Set disabled flag for bad url in subscription Fix access routines - not correctly handling NONE access. - also add extra test Fix null-pointer in export action CalDAV: Better exception handling for getPrincipal synch around put/get in EvaluatedAccessCache Fix CalDAV so that references to an alias are filtered correctly Disable caching of collections in the hbm files. When deployed as separate aplications this is causing delays and invalid relations to appear. It may be possible to enable this if all applications share a common cache - e.g. jboss ear or with hibernate as part of the container. Remove unneccessary check on calendar access check in coreEvents.getEvent Remove use of <user-home>/bedework.build.properties 12/30/08 15:54:56 douglm [1998] * trunk: * trunk/build.xml: * trunk/config/bwbuild/default/cal.options.xml: * trunk/config/bwbuild/default/cal.properties: * trunk/deployment/appjars.xml: * trunk/deployment/build.xml: * trunk/deployment/caldavTest/shellscr/appjars.xml: * trunk/deployment/dumprestore/shellscr/appjars.xml: * trunk/deployment/freebusyAggregator/webapp/appjars.xml: * trunk/deployment/publiccaldav/webapp/appjars.xml: * trunk/deployment/testsuite/shellscr/appjars.xml: * trunk/deployment/tzsvr: * trunk/deployment/tzsvr/webapp: * trunk/deployment/tzsvr/webapp/appjars.xml: * trunk/deployment/tzsvr/webapp/build.xml: * trunk/deployment/usercaldav/webapp/appjars.xml: * trunk/deployment/webadmin/webapp/appjars.xml: * trunk/deployment/webconfig/webapp/appjars.xml: * trunk/deployment/webpublic/webapp/appjars.xml: * trunk/deployment/websubmit/webapp/appjars.xml: * trunk/deployment/webuser/webapp/appjars.xml: Allow build of timezones server in bedework 10/30/08 15:35:48 douglm [1938] * trunk/build/buildwar.xml: * trunk/build/loadDeployConfig.xml: * trunk/build/platforms: * trunk/build/platforms/jbossWar.xml: * trunk/build/platforms/tomcat5War.xml: * trunk/build/portals/jetspeed2War.xml: * trunk/config/bwbuild/.platform: * trunk/config/bwbuild/.platform/ear.properties: * trunk/config/bwbuild/.platform/standalone.properties: * trunk/config/bwbuild/.portal/common-resources/jetspeed2-portlet.psml: * trunk/config/bwbuild/default/build.properties: * trunk/config/bwbuild/default/cal.properties: * trunk/config/bwbuild/jboss/democal.properties: * trunk/config/bwbuild/liferay5/cal.properties: * trunk/config/configs/democal.properties: * trunk/config/configs/metadata.xml: * trunk/deployment/build.xml: * trunk/deployment/deployprops.xml: * trunk/deployment/freebusyAggregator/jboss: * trunk/deployment/freebusyAggregator/webapp/build.xml: * trunk/deployment/publiccaldav/jboss: * trunk/deployment/publiccaldav/webapp/build.xml: * trunk/deployment/resources/build.xml: * trunk/deployment/resources/common-context/WEB-INF/web.xml: * trunk/deployment/termination/jboss: * trunk/deployment/termination/webapp/build.xml: * trunk/deployment/usercaldav/jboss: * trunk/deployment/usercaldav/webapp/build.xml: * trunk/deployment/webadmin/jboss: * trunk/deployment/webadmin/portlet/jetspeed2-portlet.psml: * trunk/deployment/webadmin/webapp/build.xml: * trunk/deployment/webconfig/jboss: * trunk/deployment/webconfig/webapp/build.xml: * trunk/deployment/webpublic/portlet/jetspeed2-portlet.psml: * trunk/deployment/webpublic/webapp/build.xml: * trunk/deployment/websubmit/jboss: * trunk/deployment/websubmit/portlet/jetspeed2-portlet.psml: * trunk/deployment/websubmit/webapp/build.xml: * trunk/deployment/webuser/jboss: * trunk/deployment/webuser/portlet/jetspeed2-portlet.psml: * trunk/deployment/webuser/portlet/portlet.xml: * trunk/deployment/webuser/webapp/build.xml: Try to do the same for platforms (jboss, tomcat etc) as I just did for portals. The deployment directories are much simplified and the build process seems a bit clearer. 06/19/08 11:35:11 douglm [1895] * trunk/build.xml: * trunk/build/buildsh.xml: * trunk/build/buildwar.xml: * trunk/deployment/build.xml: * trunk/deployment/caldavTest/shellscr/appjars.xml: * trunk/deployment/caldavTest/shellscr/build.xml: * trunk/deployment/dumprestore/shellscr/appjars.xml: * trunk/deployment/dumprestore/shellscr/build.xml: * trunk/deployment/freebusyAggregator/webapp/appjars.xml: * trunk/deployment/freebusyAggregator/webapp/build.xml: * trunk/deployment/publiccaldav/webapp/appjars.xml: * trunk/deployment/publiccaldav/webapp/build.xml: * trunk/deployment/testsuite/shellscr/appjars.xml: * trunk/deployment/testsuite/shellscr/build.xml: * trunk/deployment/usercaldav/webapp/appjars.xml: * trunk/deployment/usercaldav/webapp/build.xml: * trunk/deployment/webadmin/webapp/appjars.xml: * trunk/deployment/webadmin/webapp/build.xml: * trunk/deployment/webconfig/webapp/appjars.xml: * trunk/deployment/webconfig/webapp/build.xml: * trunk/deployment/webpublic/webapp/appjars.xml: * trunk/deployment/webpublic/webapp/build.xml: * trunk/deployment/websubmit/webapp/appjars.xml: * trunk/deployment/websubmit/webapp/build.xml: * trunk/deployment/webuser/webapp/appjars.xml: * trunk/deployment/webuser/webapp/build.xml: Near completion of build rebuild. Each deployment fetches the extra jars it needs out of the project and places them in a well-known directory. Less copying of files takes place now. 06/18/08 09:49:05 douglm [1894] * trunk: * trunk/build.xml: * trunk/build/buildsh.xml: * trunk/build/buildwar.xml: * trunk/build/getJar.xml: * trunk/deployment/appjars.xml: * trunk/deployment/build.xml: * trunk/deployment/caldavTest/shellscr/build.xml: * trunk/deployment/dumprestore/shellscr/build.xml: * trunk/deployment/freebusyAggregator/webapp/build.xml: * trunk/deployment/publiccaldav/webapp/build.xml: * trunk/deployment/testsuite/shellscr/build.xml: * trunk/deployment/usercaldav/webapp/build.xml: * trunk/deployment/webadmin/webapp/build.xml: * trunk/deployment/webconfig/webapp/build.xml: * trunk/deployment/webpublic/webapp/build.xml: * trunk/deployment/websubmit/webapp/build.xml: * trunk/deployment/webuser/webapp/build.xml: * trunk/resources: * trunk/resources/struts-1.2.9: * trunk/resources/struts-1.2.9/tlds: * trunk/resources/struts-1.2.9/tlds/bedework.tld: * trunk/resources/struts-1.2.9/tlds/struts-bean.tld: * trunk/resources/struts-1.2.9/tlds/struts-html.tld: * trunk/resources/struts-1.2.9/tlds/struts-logic.tld: * trunk/resources/struts-1.2.9/tlds/struts-nested.tld: * trunk/resources/struts-1.2.9/tlds/struts-tiles.tld: * trunk/resources/struts-1.2.9/validator-rules.xml: More changes to the build process. Main build now pulls jars out of the archive and out of each projects bin directory. Also remove some unused ant build code. Not yet complete but close. 09/12/06 14:38:50 douglm [997] * trunk/build/buildwar.xml: * trunk/build/quickstart-build.xml: * trunk/config/configs/democal.properties: * trunk/deployment/build.xml: * trunk/deployment/deploy.properties: * trunk/deployment/freebusyAggregator/jetspeed/resources/web.xml: * trunk/deployment/freebusyAggregator/uportal2/build.xml: * trunk/deployment/freebusyAggregator/webapp/build.xml: * trunk/deployment/publiccaldav/webapp/build.xml: * trunk/deployment/usercaldav/webapp/build.xml: * trunk/deployment/webadmin/webapp/build.xml: * trunk/deployment/webconfig/webapp/build.xml: * trunk/deployment/webpublic/jetspeed/resources/web.xml: * trunk/deployment/webpublic/uportal2/build.xml: * trunk/deployment/webpublic/webapp/build.xml: * trunk/deployment/webuser/jetspeed/resources/web.xml: * trunk/deployment/webuser/uportal2/build.xml: * trunk/deployment/webuser/webapp/build.xml: * trunk/deployutil/src/org/bedework/deployment/ResolveFile.java: -------------------------------------------------------------------------------------------------------------------------- This set of updates switches the expected tomcat server to tomcat 5.5.17 -------------------------------------------------------------------------------------------------------------------------- For reference the changes needed are noted below. Later today we will have a binary quickstart which can be downloaded from bedework.org whilch will provide what we believe to be a correctly configured tomcat 5.5.17 Changes required to the tomcat instance were... Copy log4j and the hsqldb drivers from tomcat 5.0.28 cp path-to/jakarta-tomcat-5.0.28/common/classes/log4j.xml path-to/apache-tomcat-5.5.17/common/classes/log4j.xml cp path-to/jakarta-tomcat-5.0.28/common/lib/hsqldb-1.7.3.3.jar path-to/apache-tomcat-5.5.17/common/lib/hsqldb-1.7.3.3.jar In conf/web.xml change <param-name>listings</param-name> <param-value>false</param-value> to <param-name>listings</param-name> <param-value>true</param-value> to enable directory browsing. --------------------------------------------------------------------------------------------------- Other changes... More schedule changes Fixed initbedework.xml so it works again. Move freebusyAggregator config class into calfacade.configs Suppress inclusion of web.xml from source to remove warning messages Change democal.properties value from org.bedework.app.Events.web.xml=guest/web.xml to org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml Similarly for SoEDept which now has org.bedework.app.SoEDept.web.xml=war/WEB-INF/publicweb.xml and added to public and user caldav which have org.bedework.app.Pubcaldav.web.xml=war/WEB-INF/publicweb.xml org.bedework.app.Usercaldav.web.xml=war/WEB-INF/userweb.xml New global property org.bedework.global.deploy.on.tomcat=true This enables copying of context.xml files from the web application source. Added properties org.bedework.app.Events.tomcat.context.xml=war/META-INF/publiccontext.xml org.bedework.app.SoEDept.tomcat.context.xml=war/META-INF/publiccontext.xml org.bedework.app.UserCal.tomcat.context.xml=war/META-INF/usercontext.xml org.bedework.app.Pubcaldav.tomcat.context.xml=war/META-INF/publiccontext.xml org.bedework.app.Usercaldav.tomcat.context.xml=war/META-INF/usercontext.xml In addition the values of the context.root properties were changed to include a leading "/". This allows specifying a root context simply by omitting the value. 08/16/06 16:11:39 douglm [981] * trunk/deployment: -- 08/11/06 14:21:22 douglm [953] * trunk/bedework/build/buildsh.xml: * trunk/bedework/build/buildwar.xml: * trunk/bedework/build/libjars.properties: * trunk/bedework/config: * trunk/bedework/config/build.xml: * trunk/bedework/config/configs: * trunk/bedework/config/configs/democal.options.xml: * trunk/bedework/config/configs/democal.properties: * trunk/bedework/config/properties: * trunk/bedework/config/properties/default-bedework.properties: * trunk/bedework/config/resources: * trunk/bedework/config/resources/log4j.xml: * trunk/bedework/deployment/dumprestore/shellscr/build.xml: * trunk/bedework/deployment/freebusyAggregator/webapp/build.xml: * trunk/bedework/deployment/publiccaldav/webapp/build.xml: * trunk/bedework/deployment/usercaldav/webapp/build.xml: * trunk/bedework/deployment/webadmin/webapp/build.xml: * trunk/bedework/deployment/webconfig/webapp/build.xml: * trunk/bedework/deployment/webpublic/webapp/build.xml: * trunk/bedework/deployment/webuser/webapp/build.xml: * trunk/bedework/deployutil/src/org/bedework/deployment/ForEachAppTask.java: * trunk/bedework/lib/commons: * trunk/bedework/lib/commons/commons-beanutils-1.7.0.jar: * trunk/bedework/lib/commons/commons-beanutils-bean-collections-1.7.0.jar: * trunk/bedework/lib/commons/commons-beanutils-core-1.7.0.jar: * trunk/bedework/lib/commons/commons-codec-1.3.jar: * trunk/bedework/lib/commons/commons-collections.jar: * trunk/bedework/lib/commons/commons-digester-1.7.jar: * trunk/bedework/lib/commons/commons-fileupload.jar: * trunk/bedework/lib/commons/commons-httpclient-3.0.jar: * trunk/bedework/lib/commons/commons-logging.jar: * trunk/bedework/lib/commons/commons-ssl.jar: * trunk/bedework/lib/commons/commons-validator-1.3.0.jar: * trunk/bedework/lib/hibernate-3.1.2: * trunk/bedework/lib/hibernate-3.1.2/antlr-2.7.6rc1.jar: * trunk/bedework/lib/hibernate-3.1.2/asm-attrs.jar: * trunk/bedework/lib/hibernate-3.1.2/asm.jar: * trunk/bedework/lib/hibernate-3.1.2/cglib-2.1.3.jar: * trunk/bedework/lib/hibernate-3.1.2/dom4j-1.6.1.jar: * trunk/bedework/lib/hibernate-3.1.2/ehcache-1.1.jar: * trunk/bedework/lib/hibernate-3.1.2/hibernate3.jar: * trunk/bedework/lib/hibernate-3.1.2/jgroups-2.2.8.jar: * trunk/bedework/lib/hibernate-3.1.2/jta.jar: * trunk/bedework/lib/hsqldb-1.7.3.3.jar: * trunk/bedework/lib/ical4j-0.9.19-pre.jar: * trunk/bedework/lib/jakarta-oro-2.0.8.jar: * trunk/bedework/lib/jdbc: * trunk/bedework/lib/jdbc/README: * trunk/bedework/lib/log4j-1.2.8.jar: * trunk/bedework/lib/struts-1.2.9: * trunk/bedework/lib/struts-1.2.9/struts-1.2.9.jar: * trunk/bedework/lib/struts-1.2.9/tlds: * trunk/bedework/lib/struts-1.2.9/tlds/struts-bean.tld: * trunk/bedework/lib/struts-1.2.9/tlds/struts-html.tld: * trunk/bedework/lib/struts-1.2.9/tlds/struts-logic.tld: * trunk/bedework/lib/struts-1.2.9/tlds/struts-nested.tld: * trunk/bedework/lib/struts-1.2.9/tlds/struts-tiles.tld: * trunk/bedework/lib/struts-1.2.9/validator-rules.xml: * trunk/bedework/lib/tlds: * trunk/bedework/lib/tlds/bedework.tld: * trunk/bedework/lib/xalan-2-6-0.jar: deploy of bedework now runs to completion