[jboss-user] [Management, JMX/JBoss] - Number threads Scheduler Jboss

2008-05-19 Thread ctormo
Hi, I am currently using 4.0.4 GA version of JBoss AS. I am configuring the jboss-service.xml of a *.sar/META-INF/ folder, for that, I a defining several mbeans to be executed at a certain hour. When doing my tests I am realizing that there is only a single thread (Timer-X) in charge of this e

[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Delay

2007-09-12 Thread ctormo
you can check the solution here http://jira.jboss.org/jira/browse/JBAS-3282 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083414#4083414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083414 _

[jboss-user] [Management, JMX/JBoss] - Re: Hi plz help to configure to the server for client side J

2007-09-10 Thread ctormo
Try it like this: public class ResponseTimeCalculator extends ServiceMBeanSupport implements ResponseTimeCalculatorMBean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082589#4082589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Management, JMX/JBoss] - Re: gets stuck configuting log4j.xml

2007-09-07 Thread ctormo
I think you are just checking the deployment through the console instead of checking it out through your security.log file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082233#4082233 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Delay

2007-09-07 Thread ctormo
Forgot to say I am using JBoss AS 4.0.4.GA with the java jdk 1.5.0_10 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082230#4082230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082230

[jboss-user] [Management, JMX/JBoss] - Scheduler Delay

2007-09-07 Thread ctormo
Hi, I am currently implementing MBeans to schedule several classes. For that purpose, I am using the javax.management.timer.Timer class as timer. Here you can see an exemple: | | | | | | true | myClass | MyTypes | MyArgs | 01/01/1970 22:00 |