[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-16 Thread [EMAIL PROTECTED]
vfaid, ask in the EJB3 forum

JakeC - not with the EJB3 timer, but it is with the Quartz timer.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4113229#4113229

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113229
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-11 Thread JakeC
Is possible to use @Asynchronous to create a non-persistent timer? I know it is 
an RTFM, but I can't find the right M to RTF. :-( All I ever see is EJB3 
Timers persist by default, but nothing on how to override that default 
behavior.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4112130#4112130

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112130
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-10 Thread vfaid
I know that EJB3 Timer is persistent but is-it normal that JBoss add new 
timeout in its database each times the application is deployed? 

I haven't the problem with Glassfish.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4111652#4111652

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111652
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-09 Thread [EMAIL PROTECTED]
No, this is a feature of EJB3 timer - read a book or the spec!

Quartz or the Java SE timer are non-persistent by default.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4111447#4111447

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111447
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-07 Thread vfaid
@damianharvey:

Sorry, you had right. The calls were due to  EJBTimer timeout's that was saved 
by JBoss during previous deployment. Is it a bug of JBoss?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4111233#4111233

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111233
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-06 Thread damianharvey
Are you using the hot deploy? I get the same thing happening with my Quartz 
events. The hot deploy effectively doesn't deregister the old event and also 
adds a new event. 

Do you find that doing a full undeploy/reploy makes the event fire only once?

Cheers,

Damian.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4110770#4110770

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110770
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-06 Thread vfaid
No, I'm not using hot deploy.  Anyway, I've the problem both with Quartz and 
TimerService.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4110905#4110905

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110905
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user