Skip to Content.
Sympa Menu

notify-dpml - r921 - in trunk/main: central/src/docs/metro/tasks/components central/src/docs/metro/tasks/components/context planet/http/demo

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r921 - in trunk/main: central/src/docs/metro/tasks/components central/src/docs/metro/tasks/components/context planet/http/demo
  • Date: Sat, 14 Jan 2006 22:51:58 +0100

Author: mcconnell
Date: 2006-01-14 22:51:56 +0100 (Sat, 14 Jan 2006)
New Revision: 921

Modified:
trunk/main/central/src/docs/metro/tasks/components/context/entries.xml
trunk/main/central/src/docs/metro/tasks/components/index.xml
trunk/main/planet/http/demo/build.xml
Log:
fixing broken links

Modified:
trunk/main/central/src/docs/metro/tasks/components/context/entries.xml
===================================================================
--- trunk/main/central/src/docs/metro/tasks/components/context/entries.xml
2006-01-14 20:43:25 UTC (rev 920)
+++ trunk/main/central/src/docs/metro/tasks/components/context/entries.xml
2006-01-14 21:51:56 UTC (rev 921)
@@ -37,8 +37,8 @@
the container to resolve a service instance type assignable
to
the <tt>Widget</tt> interface. May not be used in
conjunction
with the class, method, or value attributes or nested values.
- Supported uri schemes include: <tt>service:[interface]</tt>
- and <tt>registry:[path]</tt>.
+ Supported uri schemes include:
<tt><strong>lookup:</strong>[interface]
+ </tt> and <tt><strong>registry:</strong>[path]</tt>.
</td>
</tr>
<tr>

Modified: trunk/main/central/src/docs/metro/tasks/components/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/tasks/components/index.xml
2006-01-14 20:43:25 UTC (rev 920)
+++ trunk/main/central/src/docs/metro/tasks/components/index.xml
2006-01-14 21:51:56 UTC (rev 921)
@@ -107,7 +107,7 @@
<td>Declaration of a default parameters instance.</td>
</tr>
<tr>
- <td><tt><a href="context.html">context</a></tt></td>
+ <td><tt><a href="context/index.html">context</a></tt></td>
<td>Declaration of the component initial context state.</td>
</tr>
</table>

Modified: trunk/main/planet/http/demo/build.xml
===================================================================
--- trunk/main/planet/http/demo/build.xml 2006-01-14 20:43:25 UTC (rev
920)
+++ trunk/main/planet/http/demo/build.xml 2006-01-14 21:51:56 UTC (rev
921)
@@ -50,14 +50,14 @@
<component type="net.dpml.http.impl.SocketListener"
key="socketListener" collection="hard"
activation="false">
<context>
- <entry key="httpServer"
uri="service:net.dpml.http.spi.HttpService"/>
+ <entry key="httpServer"
uri="lookup:net.dpml.http.spi.HttpService"/>
<entry key="port" value="8080"/>
</context>
</component>
<component key="context" type="net.dpml.http.impl.HttpContextImpl"
collection="hard">
<context>
- <entry key="server" uri="service:net.dpml.http.spi.HttpService"/>
- <entry key="requestLog"
uri="service:org.mortbay.http.RequestLog"/>
+ <entry key="server" uri="lookup:net.dpml.http.spi.HttpService"/>
+ <entry key="requestLog"
uri="lookup:org.mortbay.http.RequestLog"/>
<entry key="tempDirectory"
value="$${java.io.tmpdir}/http/context"/>
<entry key="contextPath" value="/"/>
<entry key="gracefulStop" value="true"/>
@@ -68,13 +68,13 @@
<entry key="name" value="resource-handler"/>
<entry key="dirAllowed" value="true"/>
<entry key="allowedMethods" value="GET"/>
- <entry key="httpContext"
uri="service:net.dpml.http.spi.HttpContextService"/>
+ <entry key="httpContext"
uri="lookup:net.dpml.http.spi.HttpContextService"/>
</context>
</component>
<component key="notFoundHandler"
type="net.dpml.http.impl.NotFoundHandler" collection="hard">
<context>
<entry key="name" value="not-found-handler"/>
- <entry key="httpContext"
uri="service:net.dpml.http.spi.HttpContextService"/>
+ <entry key="httpContext"
uri="lookup:net.dpml.http.spi.HttpContextService"/>
</context>
</component>
</parts>




  • r921 - in trunk/main: central/src/docs/metro/tasks/components central/src/docs/metro/tasks/components/context planet/http/demo, mcconnell at BerliOS, 01/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page