Re: How to contribute an ApplicationInitializer to load Spring Context

2009-12-28 Thread Alex Kotchnev
Juan, sounds like you might be missing an applicationContext.xml file in your app - Spring uses that to create the application context that it says it's not finding. Even if you provide an empty file, Spring will create an empty context and you don't have to create anything manually. . Regards

How to contribute an ApplicationInitializer to load Spring Context

2009-12-18 Thread Juan Camilo MarĂ­n
Greetings I'm working with Tapestry 5.1 and the IoC of Spring 2.5.6. I'm using the tapx-tapestry library to make a offline-template render for my application, if I use the IoC of Tapestry the TemplateAPI ( com.howardlewisship.tapx.templating.TemplateAPI) launch the ApplicationContext perfectly bu