You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/01/23 09:43:25 UTC

svn commit: r498957 - in /incubator/tuscany/java/samples/sca/helloworldws: pom.xml src/main/webapp/WEB-INF/web.xml

Author: antelder
Date: Tue Jan 23 00:43:18 2007
New Revision: 498957

URL: http://svn.apache.org/viewvc?view=rev&rev=498957
Log:
Change helloworldws sample to use offline mode

Modified:
    incubator/tuscany/java/samples/sca/helloworldws/pom.xml
    incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml

Modified: incubator/tuscany/java/samples/sca/helloworldws/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldws/pom.xml?view=diff&rev=498957&r1=498956&r2=498957
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldws/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldws/pom.xml Tue Jan 23 00:43:18 2007
@@ -114,7 +114,7 @@
                 <configuration>
                     <!-- Set to true to embed external jars for extensions in the WAR -->
                     <!-- Set to false to leave external jars for extensions to be resolved from maven repository -->
-                    <loadExtensionDependencies>false</loadExtensionDependencies>
+                    <loadExtensionDependencies>true</loadExtensionDependencies>
                     <extensions>
                         <dependency>
                             <groupId>org.apache.tuscany.sca.services.bindings</groupId>

Modified: incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml?view=diff&rev=498957&r1=498956&r2=498957
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml Tue Jan 23 00:43:18 2007
@@ -23,6 +23,11 @@
 <web-app>
   <display-name>Tuscany HelloWorld Web Service Sample</display-name>
 
+  <context-param>
+     <param-name>tuscany.online</param-name>
+     <param-value>false</param-value>
+  </context-param>
+
   <listener>
      <listener-class>org.apache.tuscany.runtime.webapp.TuscanyContextListener</listener-class>
   </listener>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org