A bit late response but for completeness: Lately, I have the misfortune of developing on WebSphere. I am baffled by how could these guys get so many things wrong. Anyway.
What most probably happens is that WS just ignores your filters. I'd imagine they log stuff like ignoring filters among the mile long logs but nothing. I had this happening on WS 7.0.5. After trying the infamous invokefilterscompatibility nothing was happening. Then I've updated to WS 7.0.7 and the filters started to work just like that. For 6.1.X: Without enabling the com.ibm.ws.webcontainer.invokeFiltersCompatibility custom property, the Web container does not call any custom servlet filters. http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rweb_custom_props.html http://relation.to/Bloggers/WebSphereRunningSeamsJEE5BookingExample#H-SpecialWebSphereSetting Cheers Alen On Dec 4 2009, 7:27 pm, Jay <[email protected]> wrote: > I have been trying to get gwt-dispatch working inwebsphere6.1 but > it > seems thatwebsphereusing google guice (filters) have some issues . > Have any of you > had success getting this to work onwebsphere? Thanks for your help, > Jay -- 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.
