Hi,

I'm having some problems implementing Quartz, Spring and JMS. What's happening is I would like to pass a Quartz JobExecutionContext along with an object down a JMS queue but I find that the JobExecutionContext isn't serializable - the exception seems to point at org.springframework.web.context.support.XmlWebAppl icationContext being non-serializable which I believe is part of the transient org.quartz.Scheduler object?

Can anyone offer any advice on this?

Much thanks in advance.