[JBoss-user] Linux JVM JBoss issues?

2003-11-09 Thread Brian Wallis
JBoss 3.2.1 Linux 2.4.20/Mandrake 9.1 Sun J2SDK 1.4.1_01 600Mhz Pentium 3 (gateway) Oracle 8.1 (for Entity beans, JMS and Quartz scheduler) This is perhaps a bit premature as I have not managed to isolate my problem yet but I'd like to ask if anyone has seen anything like this before. We have

[JBoss-user] Timer MBeans Scheduling

2003-11-09 Thread Rama Rao
Dear All, We are developing a web based application which has 3 Timer Mbeans to be scheduled. We have scheduled each of them with a time interval of 10 min. The process involved in processing each request(when they are triggered) is very cpu and memory intensive (involves native calls). All the

[JBoss-user] getting multiple JMX attributes

2003-11-09 Thread Ionel GARDAIS
Hi, When developping a MBeanService component, how to get multiple attributes from a -service.xml file ? for example, how to do something like : attribute name=usedParams attribute name=aParamjohn/attribute attribute name=aParamdoe/attribute attribute name=aParamfoo/attribute attribute

Re: [JBoss-user] getting multiple JMX attributes

2003-11-09 Thread julien viet
You will assign a string array with : attribute name=UsedParamsjohn,doe,foo,bar/attribute see org.jboss.util.propertyeditor.StringArrayPropertyEditor Hi, When developping a MBeanService component, how to get multiple attributes from a -service.xml file ? for example, how to do something