Author: sadeep
Date: Sat Jul 27 13:19:40 2013
New Revision: 1507635
URL: http://svn.apache.org/r1507635
Log:
SYNAPSE-838 - Updating the sample.
Modified:
synapse/trunk/java/repository/conf/sample/synapse_sample_470.xml
Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_470.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_470.xml?rev=1507635&r1=1507634&r2=1507635&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_470.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_470.xml Sat Jul 27
13:19:40 2013
@@ -29,14 +29,14 @@
<bean action="CREATE" class="samples.bean.Location" var="loc"/>
<bean action="SET_PROPERTY" var="loc" property="latitude"
value="{//m:latitude}" xmlns:m="http://services.samples"/>
<bean action="SET_PROPERTY" var="loc" property="longitude"
value="{//m:longitude}" xmlns:m="http://services.samples"/>
- <ejb class="samples.ejb.StoreLocator" beanstalk="demo"
method="getClosestStore" target="loc_id" jndiName="StoreLocatorBean/remote">
+ <ejb class="samples.ejb.StoreLocator" beanstalk="demo"
method="getClosestStore" target="store_id" jndiName="StoreLocatorBean/remote">
<args>
<arg value="{get-property('loc')}"/>
</args>
</ejb>
<ejb class="samples.ejb.StoreRegistry" beanstalk="demo"
method="getStoreById" target="store" jndiName="StoreRegistryBean/remote">
<args>
- <arg value="{get-property('loc_id')}"/>
+ <arg value="{get-property('store_id')}"/>
</args>
</ejb>
<!-- Prepare the response. -->