You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2011/06/18 16:28:06 UTC

svn commit: r1137191 - /incubator/clerezza/trunk/parent/rdf.storage.web/src/main/resources/OSGI-INF/serviceComponents.xml

Author: reto
Date: Sat Jun 18 14:28:06 2011
New Revision: 1137191

URL: http://svn.apache.org/viewvc?rev=1137191&view=rev
Log:
CLEREZZA-569: configurable networking timeout with default value of 3000 ms (fix)

Modified:
    incubator/clerezza/trunk/parent/rdf.storage.web/src/main/resources/OSGI-INF/serviceComponents.xml

Modified: incubator/clerezza/trunk/parent/rdf.storage.web/src/main/resources/OSGI-INF/serviceComponents.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.storage.web/src/main/resources/OSGI-INF/serviceComponents.xml?rev=1137191&r1=1137190&r2=1137191&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/rdf.storage.web/src/main/resources/OSGI-INF/serviceComponents.xml (original)
+++ incubator/clerezza/trunk/parent/rdf.storage.web/src/main/resources/OSGI-INF/serviceComponents.xml Sat Jun 18 14:28:06 2011
@@ -12,7 +12,7 @@
                    cardinality="1..n" policy="dynamic" bind="bindWeightedTcProvider" unbind="unbindWeightedTcProvider"/>
 		<reference name="parser" interface="org.apache.clerezza.rdf.core.serializedform.Parser"
 		cardinality="1..1" policy="static" bind="bindParser" unbind="unbindParser"/>
-		<property name="org.apache.clerezza.rdf.storage.web.network-timeout" value="3000" type="Integer"/>
+		<property name="network-timeout" value="3000" type="Integer"/>
 	</scr:component>
 
 </components>