Search:

Type: Posts; User: timomeinen; Keyword(s):

Search: Search took 0.03 seconds.

  1. In the meantime, at least, I could figure out how...

    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
  2. Problem deploying Spring Batch Admin within my project because of Spring integration

    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...
  3. How can I setup useRelativeContext on filters in namespace setup?

    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...
  4. Hi Marten, thanks for clarifying the...

    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,...
  5. Dear Willie, thank you very much for your...

    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,...
  6. I get your point and I think, that I understand...

    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:

    ...
  7. Dear Willie, you understood my goal absolutely...

    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_...
  8. I tested it and it doesn't work. :-( Here is the...

    I tested it and it doesn't work. :-( Here is the sample code:



    <bean id="message" class="Message">
    <!--
    <property name="messageDao" ref="messageDao" />
    -->
    </bean>
  9. Thank you for your reply. It is exactly the fact,...

    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...
  10. Precedence of XML vs. Annotation configuration

    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...
Results 1 to 10 of 10