Yep ... when I noticed that we'd have to release again I pushed it though. It shouldn't cause any problems, it's a very small change that impacts just the sample, and it fixes one ugly error.

Joe


On 5/4/10 6:54 AM, Jeremy Hughes wrote:
I see you sneaked this one into the release branch ;-)

Jeremy

On 3 May 2010 19:03,<[email protected]>  wrote:
Author: jbohn
Date: Mon May  3 18:03:45 2010
New Revision: 940544

URL: http://svn.apache.org/viewvc?rev=940544&view=rev
Log:
merge 940451 from trunk - AriesTrader - Fix a bad reference to runTimeMode for 
runStats jsp

Modified:
    
incubator/aries/branches/0.1-incubating-RCx/samples/ariestrader/modules/ariestrader-web/src/main/resources/runStats.jsp

Modified: 
incubator/aries/branches/0.1-incubating-RCx/samples/ariestrader/modules/ariestrader-web/src/main/resources/runStats.jsp
URL: 
http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/samples/ariestrader/modules/ariestrader-web/src/main/resources/runStats.jsp?rev=940544&r1=940543&r2=940544&view=diff
==============================================================================
--- 
incubator/aries/branches/0.1-incubating-RCx/samples/ariestrader/modules/ariestrader-web/src/main/resources/runStats.jsp
 (original)
+++ 
incubator/aries/branches/0.1-incubating-RCx/samples/ariestrader/modules/ariestrader-web/src/main/resources/runStats.jsp
 Mon May  3 18:03:45 2010
@@ -117,7 +117,7 @@ if ( status != null )out.print(status);
                                                                </TR>
                                                                <TR>
                                                                        <TD colspan="2"><A 
href="docs/glossary.html">Run-Time Mode</A></TD>
-<TD colspan="3"><B><%= (TradeConfig.getRunTimeModeNames())[TradeConfig.runTimeMode] 
%></B></TD>
+<TD colspan="3"><B><%= 
(TradeConfig.getRunTimeModeNames())[TradeConfig.getRunTimeMode().ordinal()] %></B></TD>
                                                                </TR>
                                                                <TR>
                                                                        <TD colspan="2"><A 
href="docs/glossary.html">Order-Processing






--
Joe

Reply via email to