Author: drewbai
Date: Fri Apr 24 02:39:27 2009
New Revision: 768130

URL: http://svn.apache.org/viewvc?rev=768130&view=rev
Log:
Fix build warnings caused by badly formed xml in BSL app.config and web.config.
Remove bad post build cmd in StockTraderWebApplicationModelClasses.csproj

Modified:
    
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config
    
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/StockTraderWebApplicationUIModelClasses/StockTraderWebApplicationModelClasses.csproj
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.config

Modified: 
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config?rev=768130&r1=768129&r2=768130&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config
 (original)
+++ 
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config
 Fri Apr 24 02:39:27 2009
@@ -149,7 +149,7 @@
       <customBinding>
         <binding name="Client_customBinding_M_Security_OPS_WS02">
           <security defaultAlgorithmSuite="Basic256" 
authenticationMode="AnonymousForCertificate" requireDerivedKeys="false" 
securityHeaderLayout="Lax" includeTimestamp="true" 
keyEntropyMode="CombinedEntropy" messageProtectionOrder="SignBeforeEncrypt" 
messageSecurityVersion="Default" requireSignatureConfirmation="true">
-            <localClientSettings cacheCookies="true" detectReplays="true" 
replayCacheSize="900000" maxClockSkew="00:05:00" 
maxCookieCachingTime="Infinite" replayWindow="00:05:00" 
sessionKeyRenewalInterval="10:00:00" sessionKeyRolloverInterval="00:05:00" 
reconnectTransportOnFailure="true" timestampValidityDuration="00:05:00" 
cookieRenewalThresholdPercentage="60" />
+            <localClientSettings cacheCookies="true" detectReplays="true" 
replayCacheSize="900000" maxClockSkew="00:05:00" 
maxCookieCachingTime="05:05:00" replayWindow="00:05:00" 
sessionKeyRenewalInterval="10:00:00" sessionKeyRolloverInterval="00:05:00" 
reconnectTransportOnFailure="true" timestampValidityDuration="00:05:00" 
cookieRenewalThresholdPercentage="60" />
             <localServiceSettings detectReplays="true" 
issuedCookieLifetime="10:00:00" maxStatefulNegotiations="128" 
replayCacheSize="900000" maxClockSkew="00:05:00" negotiationTimeout="00:01:00" 
replayWindow="00:05:00" inactivityTimeout="00:02:00" 
sessionKeyRenewalInterval="15:00:00" sessionKeyRolloverInterval="00:05:00" 
reconnectTransportOnFailure="true" maxPendingSessions="128" 
maxCachedCookies="1000" timestampValidityDuration="00:05:00" />
             <secureConversationBootstrap />
           </security>
@@ -201,8 +201,7 @@
         </behavior>
         <behavior name="OPS_ClientCertificateBehavior">
           <clientCredentials>
-            <clientCertificate findValue="BSL.Com" 
x509FindType="FindBySubjectName" storeLocation="LocalMachine" 
storeName="TrustedPeople">
-            </clientCertificate>
+            <clientCertificate findValue="BSL.Com" 
x509FindType="FindBySubjectName" storeLocation="LocalMachine" 
storeName="TrustedPeople" />
           </clientCredentials>
         </behavior>
       </endpointBehaviors>

Modified: 
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/StockTraderWebApplicationUIModelClasses/StockTraderWebApplicationModelClasses.csproj
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/StockTraderWebApplicationUIModelClasses/StockTraderWebApplicationModelClasses.csproj?rev=768130&r1=768129&r2=768130&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/StockTraderWebApplicationUIModelClasses/StockTraderWebApplicationModelClasses.csproj
 (original)
+++ 
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/StockTraderWebApplicationUIModelClasses/StockTraderWebApplicationModelClasses.csproj
 Fri Apr 24 02:39:27 2009
@@ -126,7 +126,7 @@
   </Target>
   -->
   <PropertyGroup>
-    <PostBuildEvent>copy "$(TargetPath)" ..\..\..\..\SharedLibraries
-copy "$(TargetDir)$(TargetName).pdb" 
..\..\..\..\SharedLibraries</PostBuildEvent>
+    <PostBuildEvent>
+    </PostBuildEvent>
   </PropertyGroup>
 </Project>
\ No newline at end of file

Modified: 
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.config
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.config?rev=768130&r1=768129&r2=768130&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.config 
(original)
+++ 
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.config 
Fri Apr 24 02:39:27 2009
@@ -168,7 +168,7 @@
       <customBinding>
         <binding name="Client_customBinding_M_Security_OPS_WS02">
           <security defaultAlgorithmSuite="Basic256" 
authenticationMode="AnonymousForCertificate" requireDerivedKeys="false" 
securityHeaderLayout="Lax" includeTimestamp="true" 
keyEntropyMode="CombinedEntropy" messageProtectionOrder="SignBeforeEncrypt" 
messageSecurityVersion="Default" requireSignatureConfirmation="true">
-            <localClientSettings cacheCookies="true" detectReplays="true" 
replayCacheSize="900000" maxClockSkew="00:05:00" 
maxCookieCachingTime="Infinite" replayWindow="00:05:00" 
sessionKeyRenewalInterval="10:00:00" sessionKeyRolloverInterval="00:05:00" 
reconnectTransportOnFailure="true" timestampValidityDuration="00:05:00" 
cookieRenewalThresholdPercentage="60"/>
+            <localClientSettings cacheCookies="true" detectReplays="true" 
replayCacheSize="900000" maxClockSkew="00:05:00" 
maxCookieCachingTime="00:05:00" replayWindow="00:05:00" 
sessionKeyRenewalInterval="10:00:00" sessionKeyRolloverInterval="00:05:00" 
reconnectTransportOnFailure="true" timestampValidityDuration="00:05:00" 
cookieRenewalThresholdPercentage="60"/>
             <localServiceSettings detectReplays="true" 
issuedCookieLifetime="10:00:00" maxStatefulNegotiations="128" 
replayCacheSize="900000" maxClockSkew="00:05:00" negotiationTimeout="00:01:00" 
replayWindow="00:05:00" inactivityTimeout="00:02:00" 
sessionKeyRenewalInterval="15:00:00" sessionKeyRolloverInterval="00:05:00" 
reconnectTransportOnFailure="true" maxPendingSessions="128" 
maxCachedCookies="1000" timestampValidityDuration="00:05:00"/>
             <secureConversationBootstrap/>
           </security>
@@ -201,8 +201,7 @@
         </behavior>
         <behavior name="OPS_ClientCertificateBehavior">
           <clientCredentials>
-            <clientCertificate findValue="BSL.Com" 
x509FindType="FindBySubjectName" storeLocation="LocalMachine" 
storeName="TrustedPeople">
-            </clientCertificate>
+            <clientCertificate findValue="BSL.Com" 
x509FindType="FindBySubjectName" storeLocation="LocalMachine" 
storeName="TrustedPeople"/>                     
           </clientCredentials>
         </behavior>
       </endpointBehaviors>


Reply via email to