Author: kurtstam
Date: 2010-03-25 22:08:57 -0400 (Thu, 25 Mar 2010)
New Revision: 602
Modified:
trunk/distribution/src/main/release/install/build.xml
trunk/docs/docbook/userguide/src/main/module/uddi.xml
Log:
RIFTSAW-158, changing UDDI lookup default to false.
Modified: trunk/distribution/src/main/release/install/build.xml
===================================================================
--- trunk/distribution/src/main/release/install/build.xml 2010-03-26 00:52:23 UTC (rev
601)
+++ trunk/distribution/src/main/release/install/build.xml 2010-03-26 02:08:57 UTC (rev
602)
@@ -269,9 +269,11 @@
<replace file="${deploy.dir}/riftsaw.sar/bpel.properties"
token="bpel.uddi.registration=false"
value="bpel.uddi.registration=true"/>
+ <!-- uncomment to set UDDI lookup default to true
<replace file="${deploy.dir}/riftsaw.sar/bpel.properties"
token="bpel.uddi.lookup=false"
value="bpel.uddi.lookup=true"/>
+ -->
<replace file="${deploy.dir}/jbossesb-registry.sar/esb.juddi.xml">
<replacetoken><![CDATA[juddi.seed.always">false]]></replacetoken>
<replacevalue><![CDATA[juddi.seed.always">true]]></replacevalue>
Modified: trunk/docs/docbook/userguide/src/main/module/uddi.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/module/uddi.xml 2010-03-26 00:52:23 UTC (rev
601)
+++ trunk/docs/docbook/userguide/src/main/module/uddi.xml 2010-03-26 02:08:57 UTC (rev
602)
@@ -105,7 +105,7 @@
</row>
<row>
<entry>bpel.uddi.lookup</entry>
- <entry>boolean (true)</entry>
+ <entry>boolean (false)</entry>
<entry>
If set to true, the creating process of the partner channel will do a lookup
by serviceName in the
UDDI, and a WSDL Endpoint is retrieved. This WSDL Endpoint is the then used to
obtain the WSDL. This
Show replies by date