In the meantime, at least, I could figure out how to configure the path, that will be created by Spring Batch Admin:
batch.job.configuration.file.dir=/tmp/batch
Type: Posts; User: timomeinen; Keyword(s):
In the meantime, at least, I could figure out how to configure the path, that will be created by Spring Batch Admin:
batch.job.configuration.file.dir=/tmp/batch
I setup Spring Batch Admin within my project. When I try to launch the webapp on the Tomcat 6 server, I get an error from FileReadingMessageSource.
After deployment, I see that a directory named...
Hi,
I have a namespace configured Spring-Security application. The application is run behind an Apache Proxy with different pathes. So, the application is called via a subdomain like...
Hi Marten,
thanks for clarifying the component-scan issue. But how do you configure the bean properties, which cannot be autowired? Or does component-scan with autowiring just work for beans,...
Dear Willie,
thank you very much for your work. I can't believe it works for you. This is exactly, what I want to do, but for me it don't work.
Beside this bean I have several other beans,...
I get your point and I think, that I understand the dependencies between autowiring and component-scan. But, I have to disappoint you, because this is on the top of my applicationcontext.xml:
...
Dear Willie,
you understood my goal absolutely correct. In the real application I want to configure a simple property, as well. But even in this sample configuration, the autowiring _doesn't_...
I tested it and it doesn't work. :-( Here is the sample code:
<bean id="message" class="Message">
<!--
<property name="messageDao" ref="messageDao" />
-->
</bean>
Thank you for your reply. It is exactly the fact, that I have <context:component-scan> enabled _and_ the classes annotated with e.g. Component.
So, did I understand it correct, that I can...
Hello,
I want to migrate XML based configured beans to the new 2.5 annotation style. I have problems to change beans, which have configured simple parameters like boolean, int, String.
Is it...