On Wed, Jun 18, 2008 at 3:11 PM, Michael Horwitz <[EMAIL PROTECTED]> wrote: > You will need to proxy all methods that you call through Quartz with the > Spring Hibernate interceptor - this will make sure that the method has a > Hibernate session open before it is called (http://tinyurl.com/6o7b9j). The > interceptor needs to be added in such a way that it fires before the Spring > transaction interceptor - you may need to play with the order attribute to > get this right! > > Mike
Finally I figure out how to solve this. Thank you for your hints. Regards, -- Ernas M. Jamil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
