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
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
_
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&
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
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
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
|