Search:

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

Search: Search took 0.03 seconds.

  1. Thanks, Gary, I think that is exactly what I...

    Thanks, Gary,

    I think that is exactly what I was missing in 2.0.5.
    Is there a way to recourse into folders to get FileInfo objects of deeper levels in one go?

    Cheers,
    Kai
  2. Hi, Oleg, Thanks for the first pieces. How...

    Hi, Oleg,

    Thanks for the first pieces. How would I model the nonpolling FTP adapter then? Is there a component ready for this?

    Cheers,
    Kai
  3. You got the first part of my use case right. In...

    You got the first part of my use case right. In case of a web server outage we should fall back to an FTP source as backup - we are not allowed to poll it in other cases. Same files there, just...
  4. Help needed with Spring Integration modelling

    Hi there,

    I was trying to model an integration system that polls regularly a web page (Directory Listing) using an HTTP outbound gateway, but if HTTP fails for some reason triggers a request to an...
  5. Replies
    2
    Views
    1,191

    I agree on that there is a problem, as I have a...

    I agree on that there is a problem, as I have a similar issue. Just as an example: some not yet replaced xml files contain a reference to the messageSource which is defined in the outermost context...
  6. I'm still working on that problem. I tried with...

    I'm still working on that problem. I tried with an @Import(BaseConfig.class) on the config class definition, but it wasn't fixing the issue that the autowired BaseConfig field is null when the beans...
  7. @Configuration with autowired child configuration in Dispatcher servlet configuration

    Hi there,

    I'm trying to follow the examples of http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html#beans-java-instantiating-container-web
    This is to try...
  8. Trying to get a Spring RC client upgraded to V1.1, need help with stacktrace

    Hi,

    I inherited recently some code from a gone developer and I try now to get the libraries updated where possible. I have currently this stacktrace:


    Caused by:...
  9. Velocimacro - is this example a legal construction?

    #springFormInput("site.identifier" "title='#springMessage("sites.input.identifier.title")' maxlength='4' size='4'")

    If this is not allowed, how would I construct this?

    Cheers,
    Kai
  10. Me again, I'm still debugging for the main...

    Me again,

    I'm still debugging for the main reason of the issue above. This could be the point where the problem starts to unfold:


    Thread [main] (Suspended (breakpoint at line 121 in...
  11. Quartz in Spring context using a managed datasource

    Hello,

    This is a cross post I originally posted to the quartz forum (http://forums.terracotta.org/forums/posts/list/2805.page), but after a week no one was able to answer me there, so here is my...
  12. You are right. As I said I was surprised as I...

    You are right. As I said I was surprised as I found it beeing filtered. But I was more surprised that I was the first finding the bug, that means all the team was not running the complete maven...
  13. It is a bug, as it has been fixed in...

    It is a bug, as it has been fixed in MRESOURCES-81. We use maven filtering usually to update .property files for information like application version, build number. True is, the context file wasn't...
  14. Solved

    Not an spring issue. Maven was configured to filter resources, and it filtered the context file and made a mess with the windows path. It is a Maven Resource plugin bug.
  15. I have used a day of debugging Spring and I...

    I have used a day of debugging Spring and I haven't found a clue. What class replaces the environment variable that is used in the definition of the PropertyPlaceholderConfigurer bean, before a PPC...
  16. Strange issue with PropertyPlaceholderConfigurer, UrlResource, property replacement

    Hello there,

    Im encountering a strange problem in a spring configuration that was working for a year or more properly.

    In our spring context we have configured a PropertyPlaceholder for the...
  17. Replies
    3
    Views
    1,458

    Hi, Each of the test classes defines it's own...

    Hi,

    Each of the test classes defines it's own context by naming the context configuration pages. So the app context changes between the classes, right?

    The helper class is a bean that gets...
  18. Replies
    3
    Views
    1,458

    SpringJUnit4ClassRunner and heap space

    Hello, there,

    I have a project with about 700 JUnit tests ins about 100 classes. Many of them use Resource annotations and the SpringJUnit4ClassRunner to prepare the test class.

    currently I'm...
Results 1 to 18 of 18