Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,955

    auto-generate spring rest api docs?

    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...
  2. Replies
    7
    Views
    1,153

    XML editor throws error

    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...
  3. I have the same problem in Websphere 6.1 with...

    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...
  4. Replies
    1
    Views
    1,056

    OutOfMemoryError on Kubuntu 9.04

    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...
  5. Replies
    7
    Views
    1,062

    removed

    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,...
  6. Replies
    7
    Views
    1,062

    just verified....

    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...
  7. Replies
    7
    Views
    1,062

    thread scope behaving badly

    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...
  8. Replies
    0
    Views
    809

    DataBinder--mark fields as required?

    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...
  9. Replies
    1
    Views
    966

    enhancement request

    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
  10. flexibility enhancement request

    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...
  11. Hibernate Session not flushed with JTATransactionManager?

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