my apologize ... you where right  i was mapping the wrong filter ..

<filter>
    <filter-name>sessionPerRequestFilter</filter-name>
    <filter-class>com.wideplay.warp.hibernate.SessionPerRequestFilter</
filter-name>
</filter>
<filter-mapping>
    <filter-name>sessionPerRequestFilter</filter-name>
    <url-pattern>/*</url-pattern>
</filter-mapping>

but now im getting  a java.lang.NoClassDefFoundError: com/google/
inject/cglib/proxy/InvocationHandler exception
This was a warp error ? im using warp-persist-2.0-20090214.jar ..

On Feb 2, 6:21 pm, "Dhanji R. Prasanna" <[email protected]> wrote:
> On Wednesday, February 3, 2010, Maurixio <[email protected]> wrote:
> > Thanks  for your answer ...
> > i do have the PerRequestFIlter config in my web.xml  like :
>
> > <filter>
> >         <filter-name>sessionPerRequestFilter</filter-name>
> >         <filter-
> > class>com.wideplay.warp.hibernate.SessionPerRequestFilter</filter-
> > class>
> >    </filter>
>
> Your filter does not appear to be mapped...
>
> Dhanji
>
>
>
>
>
> > On Feb 2, 3:32 pm, Max Bowsher <[email protected]> wrote:
> >> On 02/02/10 14:35, Maurixio wrote:
>
> >> It sounds like you have not configured
> >> com.wideplay.warp.hibernate.SessionPerRequestFilter in web.xml.
>
> >> Max.
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "google-guice" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-guice?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en.

Reply via email to