I'm developing a spring 3 rest api (with possible future soap additions) and I'm looking for a way to auto-generate api documentation along with my builds such that changes to the api are immediately...
Type: Posts; User: ertnutler; Keyword(s):
I'm developing a spring 3 rest api (with possible future soap additions) and I'm looking for a way to auto-generate api documentation along with my builds such that changes to the api are immediately...
When I open a pom.xml file in STS 2.2.1, it throws an error. Anybody seen or worked around this?
eclipse.buildId=M20090917-0800
java.fullversion=J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32...
I have the same problem in Websphere 6.1 with Spring 2.5.5: shutdown hangs. When I comment the DefaultMessageListenerContainer bean definition, everything works normally. My configuration looks...
I just installed sts-2.1.0.SR01 on Kubuntu 9.04. After importing a test project (very small--30 classes and 2 library dependencies), I consistently get OutOfMemoryErrors on startup. I've played...
jorg and david, thanks for the insight. i removed the <aop:scoped-proxy/> and the behavior is what i now expect--with one unwelcome side effect: i can no longer cast my beans to ScopedObject,...
jorg, thanks for your reply. i have verified that my scope works as expected--that is, when get() is called a new instance is fetched from the application context when it doesn't exist on the...
i have a use case that seems to be solved nicely with the addition of a custom thread scope. i'd like beans with this scope to have a lifetime that ends with a call to...
I'm trying to use SpringBindingActionForm with a Struts-based application to eliminate the need for ActionForm subclasses across my application. I'm currently using the DataBinder mechanism and the...
can someone from the spring team address this post? this would be a great enhancement if it's not currently supported....
http://forum.springframework.org/showthread.php?t=11976
i need this feature as well, and my use case isn't conducive to repackaging the map. basically, i'd like the map implementation to be a org.apache.commons.collections.SequencedHashMap, so the order...
I'm using Hibernate 3.0rc1 with Spring 1.1.5. I'm getting unpredictable behavior with Hibernate session flushing on commit of a JTA transaction--sometimes it flushes, sometimes it doesn't. I...