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.
Type: Posts; User: Patrick Bourke; Keyword(s):
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.
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?
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...
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...
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...
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...
Found the problem:
ContextSingletonBeanFactoryLocator looks for beanRefContext.xml
We now return to your regularly scheduled programming.
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....