CDV ❯ session valve does not implement event() method
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
hhuynh
-
Reporter: teck
-
March 17, 2010
-
0
-
Watchers: 0
-
March 24, 2011
-
November 12, 2010
Description
http://forums.terracotta.org/forums/posts/list/3308.page
I’m not entirely sure when this method was added to the Valve interface, but it is present in the latest tomcat 6.0.x version. As such you’ll get an AbstractMethodError if you’re using our valve and using comet.
If nothing else we should change the project to compile against a modern version of this interface and make event() throw UnsupportedOperationException.
Comments
Fiona OShea 2010-03-17
Hung Huynh 2010-11-09
not a complete fix since it’s breaking tim-jboss
Please fix as described above for Taraval