BTW I voted +1 for what is already in the patch.

-dain

On Aug 5, 2006, at 5:20 PM, Dain Sundstrom wrote:

Where's the property editor for bytes? Also can you add one for duration (e.g, ms, sec, minutes)

-dain

On Aug 5, 2006, at 4:24 PM, Hiram Chirino wrote:

Hi Everybody,

I'm looking for 3 PMC +1s so that I can commit the patch attached to:
http://issues.apache.org/jira/browse/XBEAN-36

It basically allows us to do things like:

 <x:memoryManager limit="1000000 bytes"/>
 <x:memoryManager limit="1000 k"/>
 <x:memoryManager limit="20 Meg"/>

By annotating the property with a custom property editor that
understands the "bytes", "k", "Megs" suffixes and knows how to create
the right value.

This would come in very handy in a couple of spots in the ActiveMQ
configuration.

--
Regards,
Hiram

Blog: http://hiramchirino.com

Reply via email to