Bugs item #1958604, was opened at 2008-05-06 11:07
Message generated for change (Comment added) made by southward
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1958604&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Kristen Southward (southward)
Assigned to: Nobody/Anonymous (nobody)
Summary: Performance Counter Creation Incomplete

Initial Comment:
I have the following wix source:

<util:PerformanceCategory Id="CounterCategoryWebService" Name="CardPayment 
FullRefund Operation" Help="Performance counters for the FullRefund operation 
in the CardPayment service">
                        <util:PerformanceCounter Language="english" 
Name="number of operations executed" Type="numberOfItems32" Help="number of 
operations executed"/>
                        <util:PerformanceCounter Language="english" 
Name="number of operations / sec" Type="rateOfCountsPerSecond32" Help="number 
of operations / sec"/>
                        <util:PerformanceCounter Language="english" 
Name="average time per operation" Type="averageTimer32" Help="average time per 
operation"/>
                        <util:PerformanceCounter Language="english" 
Name="average time per operation base" Type="averageBase" Help="average time 
per operation base"/>
                        <util:PerformanceCounter Language="english" Name="time 
taken per operation" Type="elapsedTime" Help="time taken per operation"/>
                    </util:PerformanceCategory> 

When i install used the msi produced, the Performance category is created 
successfully, however, each Performance Counter that is created is displayed 
using what appears to be an internal ID, e.g. 7920, rather than the name I have 
assigned.

Also the help text does not appear.

I am using v3.0.4014

----------------------------------------------------------------------

>Comment By: Kristen Southward (southward)
Date: 2008-05-06 11:32

Message:
Logged In: YES 
user_id=2075273
Originator: YES

Note have just tried with nightly 3.0.4102.0 and results were the same

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1958604&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to