Well,

For me it works (Tap 2.5.6  Spring 3.0.6). Here is the relevant part of my
web.xml

<context-param>
        <param-name>log4jConfigLocation</param-name>
        <param-value>/WEB-INF/log4j.properties</param-value>
</context-param>

    <context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>/WEB-INF/applicationContext.xml</param-value>
    </context-param>
    <listener>

<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
    </listener>
    <filter>
        <filter-name>app</filter-name>

<filter-class>org.apache.tapestry5.spring.TapestrySpringFilter</filter-class>
    </filter>

<listener>

<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
     <param-name>tapestry.use-external-spring-context</param-name>
     <param-value>true</param-value>
</context-param>



On Tue, Sep 13, 2011 at 7:50 PM, Alfonso Quiroga <alfonsose...@gmail.com>wrote:

> Hi! I'm using tapestry 2.5.2, and tapestry-spring 2.5.2 too. I did the
> few steps posted in the documentation. When I initialize the web
> application I get this:
>
> "No service implements the interface
> org.springframework.context.ApplicationContext"
>
> I've seen at least 3 threads in markmail and nobody answered this. So
> it's not possible an integration with Spring? For my project this is
> crucial, if I have no spring support, I'll have to choose another web
> framework.
>
> Thanks in advance!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to