I am trying to swap over to using derby as an embeded database soluition. During this move over I hit a problem with spring that I am sure is something I just don't get :)
...
Type: Posts; User: cf101; Keyword(s):
I am trying to swap over to using derby as an embeded database soluition. During this move over I hit a problem with spring that I am sure is something I just don't get :)
...
When using org.springframework.web.servlet.DispatcherServlet I am looking for a way to tell it that there is already a bean factory running that it should be aware of. DispatcherServlet should load...
After a lot of reading I found out my issue :)
Due to the design of the QuartzBean I can not do waht I want to.
That said, the QuartzBean really does not get you anything if you WANT to use the...
I am looking for a way to start and stop the factory bean scheduler. I set autoStart to false so I can say when to go, and when to stop. The only issue I have hit, is how? I know I must be missing...
Looks like that might do it, thanks. I will give it a try. Guess I was looking for a way to do it all with beans, but the properties idea is a good one.
Sorry if this is something I am just missing in the docs, but I have looked all over and see now examples of doinf this.
I want to configure 100% of a Quartz Scheulder from my spring.xml. I...