Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
changed the URLs in the app-context
Browse files Browse the repository at this point in the history
  • Loading branch information
olegz committed Aug 2, 2011
1 parent 4b67e56 commit f517e10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions location-finder-home/src/main/resources/app-context.xml
Expand Up @@ -49,15 +49,15 @@

<!-- CLOUD -->
<beans profile="cloud">
<int-http:outbound-gateway url="http://search-finder-form.cloudfoundry.com/service/searchForm?formName={formName}"
<int-http:outbound-gateway url="http://location-finder-form.cloudfoundry.com/service/searchForm?formName={formName}"
request-channel="searchFormReceiveChannel"
http-method="GET"
request-timeout="5000"
expected-response-type="java.lang.String">
<int-http:uri-variable name="formName" expression="payload"/>
</int-http:outbound-gateway>

<int-http:outbound-gateway url="http://search-finder.cloudfoundry.com/service/searchItem?itemName={itemName}"
<int-http:outbound-gateway url="http://location-finder.cloudfoundry.com/service/searchItem?itemName={itemName}"
request-channel="searchCriteriaOutputChannel"
http-method="GET"
request-timeout="5000"
Expand All @@ -71,15 +71,15 @@

<!-- LOCAL -->
<beans profile="local">
<int-http:outbound-gateway url="http://localhost:8080/search-finder-form/service/searchForm?formName={formName}"
<int-http:outbound-gateway url="http://localhost:8080/location-finder-form/service/searchForm?formName={formName}"
request-channel="searchFormReceiveChannel"
http-method="GET"
request-timeout="5000"
expected-response-type="java.lang.String">
<int-http:uri-variable name="formName" expression="payload"/>
</int-http:outbound-gateway>

<int-http:outbound-gateway url="http://localhost:8080/search-finder/service/searchItem?itemName={itemName}"
<int-http:outbound-gateway url="http://localhost:8080/location-finder/service/searchItem?itemName={itemName}"
request-channel="searchCriteriaOutputChannel"
http-method="GET"
request-timeout="5000"
Expand Down

0 comments on commit f517e10

Please sign in to comment.