Search:

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

Search: Search took 0.01 seconds.

  1. Unable to init PropertyPlaceholderConfigurer before CustomEditorConfigurer

    I've recently added a CustomEditorConfigurer configuration to my ApplicationContext config. After doing so, my ApplicationContext fails to initialize becuase it "Cannot load JDBC driver class...
  2. MailSender.send() - Why does this use SimpleMailMessage rather than MailMessage

    It seems to me that the interface org.springframework.mail.MailSender should use the interface type org.springframework.mail.MailMessage, rather than the concrete type...
  3. Exception using SecurityContextHolderAwareRequestWrapper

    The javadoc for SecurityContextHolderAwareRequestFilter says:


    It seems that SecurityContextHolderAwareRequestWrapper does not have such a constructor. Based on that javadoc, I would expect that...
  4. Acegi & Tapestry - Integration / Getting the saved request

    Even after reading the Acegi/Tapestry how-to thread (http://forum.springframework.org/showthread.php?t=24013), I'm still struggling with several things.

    My biggest problem right now is how to get...
  5. Oh, and I did try changing these property entries...

    Oh, and I did try changing these property entries to key=value, I suppose that is actually the correct format.
  6. Yes jdbc.driverClassName...

    Yes



    jdbc.driverClassName oracle.jdbc.driver.OracleDriver
    jdbc.url jdbc:oracle:thin:@192.168.103.85:1521:orcl
    jdbc.username xxx
    jdbc.password yyy
  7. Upgraded to 2.0, PropertyPlaceholderConfigurer problems

    I just upgraded from 1.2.6 to 2.0-M5 and now I'm getting an exception from DriverManagerDataSource becuase it seems that PropertyPlaceholderConfigurer didn't substitute it's values.

    Here's the...
  8. Replies
    1
    Views
    860

    CVS / SourceForge Reliability

    I guess it's no mystery that SourceForge has it's share of problems these days. Don't get me wrong, I love SourceForge but it's frustrating as heck when you can't get to something when you need it.
    ...
  9. Replies
    1
    Views
    784

    Service aggregation and/or selection

    Does Spring provide a means by which I can provide a service that aggregates and/or selects other services. For example:

    Example 1:
    SuperTravelService provides a means by which one can search...
Results 1 to 9 of 9