[JBoss-user] [Management, JMX/JBoss] - Re: Limiting no of threads in JBoss

2004-03-26 Thread dimitris
#x27;t use. This will keep the thread count low. Regards /Dimitris http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827554#3827554";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Management, JMX/JBoss] - Re: SNMP Adaptor

2004-03-09 Thread dimitris
I don't have first hand experience with AdventNet's product, but it certainly looks complete. The freely-available snmp-adaptor that comes with JBoss needs work and will probably be enhanced, if there is enough user interest (and spare time :), but always to the direction of covering the needs

[JBoss-user] [Management, JMX/JBoss] - SNMP Adaptor

2004-03-05 Thread dimitris
p JMX notification to SNMP traps, it will probably do the job. It doesn't support get/set functionality, though. In any case, it good to post requirements of yours to plan for furture enhancements. Regards /Dimitris http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824320#3

[JBoss-user] [Management, JMX/JBoss] - Re: use JMX for socket based client/server management

2004-03-05 Thread dimitris
implementation for free Clients don't need to run MBeanServers inside them, unless you need to manage them as well, but then it gets complicated. Regards /Dimitris http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824318#3824318";>View the original post http://www.jboss.

[JBoss-user] [Management, JMX/JBoss] - Re: Problems with MBean Attribute

2004-03-05 Thread dimitris
You've propably forgoten to have the gettter/setter appear also in Your MyInterfaceMBean interface, that should be implemented by your MyClass. If in doubt, read the JMX spec. Regards Dimitris http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824316#3824316";>Vi

[JBoss-user] [Management, JMX/JBoss] - Re: Duplicate code deployment possibilities

2004-03-01 Thread dimitris
If the code is basically the same, why not deploying it in a .jar file and then deploy 2 xml descriptors e.g. instance1-service.xml, instance2-service.xml, with the content you've mentioned? Just make sure there is no META-INF/jboss-service.xml in the .jar file. Regards /Dimitris Vie

[JBoss-user] [Management, JMX/JBoss] - Re: SnmpAgent startup sequence

2004-02-26 Thread dimitris
count attribute Also if the Notification payload is a hashmap, we can extract attribute values as follows: u:xxx it will use xxx as the key to extract the value. You can define your own extractor class, but then it gets complicated... Experiment with this and let me know Cheers /Dimitris Vie

[JBoss-user] [Management, JMX/JBoss] - Re: SnmpAgent startup sequence

2004-02-26 Thread dimitris
classes expose some attribute that are exported by the MBean (e.g. time passed since last data update). Then you can configure monitor mbeans to poll the attribute periodically and throw Notification when some condition is met. Hope that helps Ciao /Dimitris View the original post : http:/

RE: [JBoss-user] JBoss & Log4J

2003-02-14 Thread Alexopoulos Dimitris ([EMAIL PROTECTED])
Hello All! Couldn't you create a class that instantiates a Log4j Logger of your own? This way you could use log4j's method PropertyConfigurator.configure("pathToYourLog4jConfigFile"); and read always your configuration. Is it necessary to use the JBoss logger? Excuse me if I have misunderstood