Looks like this has already been recognized as a gap:
https://jira.springsource.org/browse/SPR-9011
Type: Posts; User: Joe Public; Keyword(s):
Looks like this has already been recognized as a gap:
https://jira.springsource.org/browse/SPR-9011
Hello,
Based on this blog entry:
http://blog.springsource.org/2011/02/15/spring-3-1-m1-unified-property-management/
There are two different ways of adding an additional PropertySource:
...
I came across the following thread (http://forum.springsource.org/showthread.php?55021-JMX-App-Start-Stop-AppContext) and wondered if there is a "standard" way to shutdown the application context...
Gary,
Thanks for the quick reply. I am still not clear on how this works though. In a sync. model, all of this would occur on the same thread. If we mixed some async. calls in here, how does...
Lets say that I choose to expose a Spring-WS inbound gateway. While servicing that request, that message may travel across sync/async channels (different threads) to get work done within Spring...