Re: [JBoss-user] Timer MBean cant handle notification dates in the past

2003-12-08 Thread Adrian Brock
jboss-3.2 implements jmx1.1 where this is not allowed. It is on the list of things to change for jboss-4/jmx1.2 http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=69394&group_id=22866&group_project_id=16850 Regards, Adrian On Mon, 2003-12-08 at 15:01, [EMAIL PROTECTED] wrote: > H

[JBoss-user] Timer MBean cant handle notification dates in the past

2003-12-08 Thread stscit04
Hi, I am trying to use the Timer MBean to notify parts of my application. Sun tells me about the expected behaviour: If the timer notification to be inserted has a date that is before the current date, the method behaves as if the specified date were the current date. The first notification is d

RE: [JBoss-user] Timer MBean

2002-04-23 Thread Eric Jain
> One more question is: I use JBoss 2.4.4, will it work? > If no, is there as similar way for JBoss 2.4.4? Can't help you there; jboss-service.xml will certainly be different. -- Eric Jain ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.

RE: [JBoss-user] Timer MBean

2002-04-23 Thread Loïc Lefèvre
Objet : RE: [JBoss-user] Timer MBean > How can I do to start the session bean > initialization just after the deployment of my > ear? Create a .sar file containing a simple class that implements org.jboss.varia.scheduler.Schedulable and calls your session bean from its perform method.

RE: [JBoss-user] Timer MBean

2002-04-22 Thread Eric Jain
> How can I do to start the session bean > initialization just after the deployment of my > ear? Create a .sar file containing a simple class that implements org.jboss.varia.scheduler.Schedulable and calls your session bean from its perform method. Create a jboss-service.xml file containing the f

[JBoss-user] Timer MBean

2002-04-22 Thread Loïc Lefèvre
Hello, I've written my first session bean that is automatically called by the timer service of JBoss. My question is: How can I do to start the session bean initialization just after the deployment of my ear? For now: I have to call a specific url (jsp) that call a method of my session bean runAt

[JBoss-user] Timer MBean

2001-07-23 Thread Saint-Martin Cecile
Hi, I have another question about MBean timer. If the same instance of an object register 2 times itself as a notification listener but with different 2 differents notification filters, what happen if it removes itself as notification listener? Does it have to removes itself 2 times? SAINT-MARTI

RE: [JBoss-user] Timer MBean

2001-07-20 Thread Saint-Martin Cecile
Thx, I have set filters and it works. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Burkhard > Vogel > Envoyé : vendredi 20 juillet 2001 13:19 > À : [EMAIL PROTECTED] > Objet : Re

Re: [JBoss-user] Timer MBean

2001-07-20 Thread Burkhard Vogel
IL PROTECTED]> Sent: Thursday, July 19, 2001 6:06 PM Subject: [JBoss-user] Timer MBean > Hello, > > I have wroten an entity EJB that implements NotificationListener of API > javax.management. > It register itself as a listener to a notification that occurs after one > minute. >

[JBoss-user] Timer MBean

2001-07-19 Thread Saint-Martin Cecile
Hello, I have wroten an entity EJB that implements NotificationListener of API javax.management. It register itself as a listener to a notification that occurs after one minute. It seems to work but all entities that have previously register themselves wake up each time a new notification is send