Search:

Type: Posts; User: Patrick Bourke; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,479

    I have been using the Dumbster mock SMTP server...

    I have been using the Dumbster mock SMTP server to test my email:

    http://quintanasoft.com/dumbster/

    It is lightweight enough to be used with junit.
  2. Replies
    6
    Views
    1,413

    Perhaps you can try the set of Spring books: ...

    Perhaps you can try the set of Spring books:

    http://www.springframework.org/bookreview

    Are you using Spring for the other layers of the system?
  3. Replies
    2
    Views
    1,188

    I have taken a look at spring-config and it looks...

    I have taken a look at spring-config and it looks to be near to what I need. It seems easiest to subclass PropertyPlaceholderConfigurer as you did and resolve properties using my ConfigDao. The only...
  4. Replies
    0
    Views
    863

    Shared VelocityEngine instance

    I'm having trouble configuring a VelocityEngine instance which is shared between my parent and web application contexts.

    In my parent context, I have defined "velocityEngine." This bean is used...
  5. You can wrap your existing DataSource in a...

    You can wrap your existing DataSource in a TransactionAwareDataSourceProxy and pass that to Hibernate's SessionFactory and your JdbcTemplate. If your transaction manager is the...
  6. Replies
    2
    Views
    1,188

    Deployment configuration options

    Hi all,

    We have an app which will be deployed at a number of sites. We call some external programs, so there are some configuration differences such as the location of the external binaries and...
  7. Found the problem: ...

    Found the problem:

    ContextSingletonBeanFactoryLocator looks for beanRefContext.xml

    We now return to your regularly scheduled programming.
  8. JBoss and ContextSingletonBeanFactoryLocator

    Hi All,

    I'm trying to get an SLSB running in JBoss with a bean factory retrieved via the ContextSingletonBeanFactoryLocator. The Spring classes aren't able to locate the beanRefFactory.xml file....
Results 1 to 8 of 8