Spring light integration

From: Landry Soules (cayennem..mail.com)
Date: Sun Nov 11 2007 - 14:07:17 EST

  • Next message: Alexander Lamb (dev): "Re: [ANN] Cayenne 3.0M2 released"

    Hello,

    I'm currently working on a web project developped with Wicket and
    Cayenne. Everything worked fine but we are now planing to use Spring too.
    I've seen the examples on the wiki, but i found it quite complex , since
    i don't want to go the DAO way.
    Indeed, the only Spring/Cayenne interaction i need is for retrieving
    DataContext.
    I wrote this in applicationContext.xml:

        <bean id="dataContext" class="org.apache.cayenne.access.DataContext"
    factory-method="getThreadDataContext" />
        <bean id="customPanel" class="eu.kwark.base.CustomPanel">
            <property name="context" ref="dataContext" />
        </bean>

    But when i start my webapp, i get a "java.lang.IllegalStateException:
    Current thread has no bound DataContext"

    Is there a way to go while keeping it simple and avoiding DAOs ?

    Thanks for your help.

    Landry



    This archive was generated by hypermail 2.0.0 : Sun Nov 11 2007 - 14:08:30 EST