Skip to Content.
Sympa Menu

notify-dpml - r1017 - in trunk/main/planet: http/demo web/server

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: carelparadis AT mail.berlios.de
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1017 - in trunk/main/planet: http/demo web/server
  • Date: Sat, 4 Feb 2006 06:58:09 +0100

Author: carelparadis
Date: 2006-02-04 06:58:00 +0100 (Sat, 04 Feb 2006)
New Revision: 1017

Modified:
trunk/main/planet/http/demo/build.xml
trunk/main/planet/web/server/build.xml
Log:
Fix wrong activation policies declared into two build files.

Modified: trunk/main/planet/http/demo/build.xml
===================================================================
--- trunk/main/planet/http/demo/build.xml 2006-02-03 18:23:01 UTC (rev
1016)
+++ trunk/main/planet/http/demo/build.xml 2006-02-04 05:58:00 UTC (rev
1017)
@@ -52,7 +52,7 @@
</context>
</component>
<component type="net.dpml.http.impl.SocketListener"
key="socketListener" collection="hard"
- activation="false">
+ activation="demand">
<context>
<entry key="httpServer" lookup="net.dpml.http.spi.HttpService"/>
<entry key="port" value="8080"/>

Modified: trunk/main/planet/web/server/build.xml
===================================================================
--- trunk/main/planet/web/server/build.xml 2006-02-03 18:23:01 UTC (rev
1016)
+++ trunk/main/planet/web/server/build.xml 2006-02-04 05:58:00 UTC (rev
1017)
@@ -48,7 +48,7 @@
</state>
</state>
</type>
- <component xmlns="metro" type="net.dpml.web.server.Server"
activation="true" collection="hard"/>
+ <component xmlns="metro" type="net.dpml.web.server.Server"
activation="system" collection="hard"/>
<catalog xmlns="metro" title="Test Catalog">
<fileset dir="${basedir}">
<include name="**/target/classes/main/**/*.type"/>




  • r1017 - in trunk/main/planet: http/demo web/server, carelparadis, 02/04/2006

Archive powered by MHonArc 2.6.24.

Top of Page