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
Type: Posts; User: SchlauFuchs; Keyword(s):
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
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
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...
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...
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...
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...
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...
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:...
#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
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...
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...
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...
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...
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.
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...
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...
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...
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...