[jboss-user] [JBoss Seam] - Re: Quartz question

2007-10-12 Thread damianharvey
I've just tried it under JBoss 4.2.1 and it works fine. No idea why my 4.2.0 instance was b0rked. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094408#4094408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-10-11 Thread mladen.babic
I've solved problem when I updated my app on SEAM 2.0.0 and AS 4.2.1. Look in template for email too,maybe you have some value which is not in event scope(e.g. subject ,address...) Best regards, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094243#4094

[jboss-user] [JBoss Seam] - Re: Quartz question [not just Quartz but EJB timer as well]

2007-10-11 Thread damianharvey
I've got exactly the same problem as this using Seam 2.0.0.CR2 on JBoss 4.2.0.GA. I've tried the async send in the mail example and it shows the same issue. Has anyone found a solution to this? I've stripped my own app back so that it has no variables in the mail template. Everything is hard-c

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-23 Thread mladen.babic
I've done that , but i still have same problem. Best regards, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077346#4077346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077346 _

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-23 Thread [EMAIL PROTECTED]
The variables you wish to access in your mail template e.g. Contexts.getEventContext().set("currentOrder", order); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077335#4077335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-23 Thread mladen.babic
Hi Pete, I have been confused about this answer. Which method(or class ) I have to outject on event scope : asyn method or method which sends email (against on my example)? Best regards, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077329#4077329 Repl

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-20 Thread [EMAIL PROTECTED]
Yes there is no conversation context, so outject to the event scope. Seam mail should still work, we mock up the JSF contexts. Can you post a testcase against CVS to JIRA. Ideally this would be a patch against the mail example or the quartz example demonstrating the problem. View the original

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-20 Thread [EMAIL PROTECTED]
I am back from vacation! :) Well, I think the issue here is that there is no notion of "conversation" in an asynchronous method. Once started, the async method is invoked automatically without user intervention -- the user might be long gone when the method is invoked. So, the user session / con

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-20 Thread mladen.babic
I'm using Seam 2.0 BETA. Here is fragment of my code: This method triggers action for sending e-mail: | | @Asynchronous | @Transactional | public QuartzTriggerHandle schedule( @Expiration Date when, @IntervalDuration Long min){ |

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-20 Thread [EMAIL PROTECTED]
Which version of Seam? Code you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075884#4075884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075884 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-20 Thread mladen.babic
If you need more info about my problem ,i'll post here. tnx, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075722#4075722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075722 ___