>  It’s a bug, but I only see the MILLISECOND value being used. I don’t see that javax.management.j2ee.statistics.TimeStatistic has these constants in the 4.0 branch, so where are you seeing that? 
 
Actually, it was removed from 4.x, should be ok now.
 
 

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dimitris Andreadis
Sent: Tuesday, January 24, 2006 5:27 AM
To: [email protected]
Subject: [JBoss-dev] jsr77 stats

 

I've noticed (4.x/HEAD) org.jboss.management.j2ee.StatisticsConstants.HOUR is actually "MILLISECOND"

 

Is that a bug or a feature :)

 

... 

 public final class StatisticsConstants
{
   public static final String HOUR = "MILLISECOND";
   public static final String MINUTE = "MINUTE"; 

... 

 

 

In fact, there is javax.management.j2ee.statistics.TimeStatistic the has those constants, why replicate them?

Reply via email to