You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/04/06 11:04:08 UTC

svn commit: r645215 - /incubator/tuscany/branches/sca-java-1.2/samples/feed-aggregator-webapp/src/main/resources/FeedAggregator.composite

Author: lresende
Date: Sun Apr  6 02:04:05 2008
New Revision: 645215

URL: http://svn.apache.org/viewvc?rev=645215&view=rev
Log:
Updating FeedAggregator services uri port

Modified:
    incubator/tuscany/branches/sca-java-1.2/samples/feed-aggregator-webapp/src/main/resources/FeedAggregator.composite

Modified: incubator/tuscany/branches/sca-java-1.2/samples/feed-aggregator-webapp/src/main/resources/FeedAggregator.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/samples/feed-aggregator-webapp/src/main/resources/FeedAggregator.composite?rev=645215&r1=645214&r2=645215&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/samples/feed-aggregator-webapp/src/main/resources/FeedAggregator.composite (original)
+++ incubator/tuscany/branches/sca-java-1.2/samples/feed-aggregator-webapp/src/main/resources/FeedAggregator.composite Sun Apr  6 02:04:05 2008
@@ -23,10 +23,10 @@
     name="FeedAggregator">
 
 	<service name="rssSample" promote="RssAggregator">
-		<tuscany:binding.atom uri="http://localhost:8083/rssAggregator"/>
+		<tuscany:binding.atom uri="http://localhost:8080/rssAggregator"/>
 	</service>
 	<service name="atomSample" promote="AtomAggregator">
-		<tuscany:binding.atom  uri="http://localhost:8083/atomAggregator"/>
+		<tuscany:binding.atom  uri="http://localhost:8080/atomAggregator"/>
 	</service>	
 
     <component name="RssAggregator">



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