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
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