Re: [pool] JMX question

2015-06-05 Thread Gary Gregory
On Fri, Jun 5, 2015 at 8:45 AM, Phil Steitz wrote: > On 4/28/15 6:20 AM, Phil Steitz wrote: > > On 4/26/15 9:23 PM, Gary Gregory wrote: > >> In I see: > >> > >> private String jmxNameBase = DEFAULT_JMX_NAME_PREFIX; > >> > >> Shouldn;t that be: > >> > >> private String jmxNameBase = DEFAUL

Re: [pool] JMX question

2015-06-05 Thread Phil Steitz
On 4/28/15 6:20 AM, Phil Steitz wrote: > On 4/26/15 9:23 PM, Gary Gregory wrote: >> In I see: >> >> private String jmxNameBase = DEFAULT_JMX_NAME_PREFIX; >> >> Shouldn;t that be: >> >> private String jmxNameBase = DEFAULT_JMX_NAME_BASE; >> >> ? >> > There is a comment in the code indicating

Re: [pool] JMX question

2015-04-28 Thread Phil Steitz
On 4/26/15 9:23 PM, Gary Gregory wrote: > In I see: > > private String jmxNameBase = DEFAULT_JMX_NAME_PREFIX; > > Shouldn;t that be: > > private String jmxNameBase = DEFAULT_JMX_NAME_BASE; > > ? > There is a comment in the code indicating that we may want to combine these two properties in

[pool] JMX question

2015-04-26 Thread Gary Gregory
In I see: private String jmxNameBase = DEFAULT_JMX_NAME_PREFIX; Shouldn;t that be: private String jmxNameBase = DEFAULT_JMX_NAME_BASE; ? -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Ac