David Lund

Results 2 issues of David Lund

Hi, We trying to use tomcatRun on tomcat7 on a webapp that uses a WebApplicationInitializer and hence has no web.xml. This doesn't seem to work using tomcatRun but does work...

Hi James, Rather than implementing your own TypeConversion and hence adding dependencies onto Joda you should be able to hook into ConfigurableBeanFactory.getTypeConverter() (within your ReloadablePropertyPostProcessor - making it BeanFactoryAware) and...