I'm getting a ClassCaseException when i try to use GuiceFilter on
JBoss 4.2.2.
It's probably because of different versions of servlet-api (2.4 in
JBoss) but i can't find a way around it. Have anyone had this problem
and solved it? J
java.lang.ClassCastException: com.google.inject.servlet.GuiceFilter
cannot be cast to javax.servlet.Filter
at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:
255)
at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:
397)
...
Boss 5 is unfortunately not an option here. My configuration works
flawless in my tests with Jetty...
thanks
Erik
--
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.