Hi,

Could not find a place for scheduling questions so asking it here.

I am using the SchedulerFactoryBean to read triggers from Quartz JDBCStore. All jobs and triggers in this store have been stored by a SchedulerFactoryBean earlier.

When I am accessing the JobDataMap of a Trigger I am getting a LazyInitializationException. I am invoking the Hibernate.initialize but it is of no use.

What should I do here? The object in the map is in serialized format and moreover it seems like its a serialized hibernate proxy, do I have any hope?

Thanks,
Chris.