Application server:-Oracle application server10g 9.0.4
Issue:-Quartz scheduler
I have issue with quartz scheduler shutdown after it was successfully deployed and started in oracle10g app server.
In my log I see It give next job execution time and then right away it is calling org.springframework.context.support.AbstractApplic ationContext:close() which is destroying singletons in factory.
Then it will shut down the Quart scheduler.

If I deploy and the same ear in standAlone oc4j it has no problems.

Is this a oracle 10g AS issue.
Does any one has experience this.