Whilst the Request is a (thread-local) tapestry service, the session is not. 

It seems that you are trying to advise the (non-existant) http-session
service and tapestry is getting confused and trying to advise the
hibernate-session which does exist. Since hibernate does not have an
invalidate() a NoSuchMethodException is being thrown.

I can only assume that tapestry is using the service id ("session") instead
of the interface (org.apache.tapestry5.services.Session) to lookup the
object to advise.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Advisin-Tapestry-Session-tp5716457p5716487.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to