On Monday 19 April 2004 21:46, Mina Meitsi wrote: Noone interested in answering your questions :'(
> First, what is the current status of Logging in > Merlin? You will need to be a bit more specific about versions. In 3.2.5, only Logkit is supported, but in the upcoming 3.3 (with never-ending delays) Log4J is also supported. The Avalon Logging supports that you can create your on "bridge"/"wrapper" to any other logging framework of your choice. How hard that is depends on the flexibility of the underlying framework. Log4J took me about 10hours or so... > Second, is there any handy way to disable generation > of dynamic proxies? yes. There is a property for it, that you set in merlin.properties. However, I don't recall it rigth now... > Third, I currently have my own JMX component, where I > register the methods I want to expose (the component > generates interfaces and proxies dynamically for JMX). JMX is also something that is included in the upcoming 3.3 release. We have so far only done a Name-based system, where the management interface must reside in a separate interface class called <component-name>MBean, for instance MyComponentMBean. This is far from optimal, but was contributed by a user for quick adoption. The goal is to extend this to meta-info tags in the component. Any help, at any level would be greatly appreciated. Cheers Niclas -- +---------//-------------------+ | http://www.bali.ac | | http://niclas.hedhman.org | +------//----------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
