Tapestry5 : No service implements the interface org.springframework.context.ApplicationContext
Posted
by
Joel
on Stack Overflow
See other posts from Stack Overflow
or by Joel
Published on 2011-01-04T16:55:08Z
Indexed on
2011/01/08
0:54 UTC
Read the original article
Hit count: 230
I'm using the Tapestry5 tapx template library to send an html email, as per this example.
When I run the example I get the following error:
Caused by: java.lang.RuntimeException: No service implements the interface org.springframework.context.ApplicationContext.
at org.apache.tapestry5.ioc.internal.RegistryImpl.getService(RegistryImpl.java:560)
at org.apache.tapestry5.ioc.internal.ObjectLocatorImpl.getService(ObjectLocatorImpl.java:44)
All the tapestry-* jars, including tapestry-spring-5.1.05.jar are in my classpath.
Any clues as to what I'm missing?
© Stack Overflow or respective owner