[Checkins] SVN: Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/configure.zcml Applications should storeDBReference and startservices themselves

Godefroid Chapelle cvs-admin at zope.org
Thu Oct 4 12:15:11 UTC 2012


Log message for revision 127912:
  Applications should storeDBReference and startservices themselves

Changed:
  U   Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/configure.zcml

-=-
Modified: Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/configure.zcml
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/configure.zcml	2012-10-04 12:14:15 UTC (rev 127911)
+++ Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/configure.zcml	2012-10-04 12:15:07 UTC (rev 127912)
@@ -2,14 +2,7 @@
     xmlns="http://namespaces.zope.org/zope"
     i18n_domain="five.taskqueue">
 
-    <include package="five.dbevent" />
-
 	  <subscriber
-	      for="zope.app.appsetup.interfaces.IDatabaseOpenedWithRootEvent"
-	      handler=".startup.databaseOpened"
-	   />
-
-	  <subscriber
         for="z3c.taskqueue.interfaces.ITaskService
 	           zope.container.interfaces.IObjectAddedEvent"
 	      handler=".service.setNameAndParent"



More information about the checkins mailing list