Site note: for eventual design it would be cool if I could use any WebMod to mount as a servlet without having to depend on servlet pod or its APIs. Maybe do something like have the servlet registration take configuration which includes the WebMod type qname.
liamstaskFri 4 Jun 2010
Thanks for the quick fix.
That sounds like a good design goal - I'll look into how to do that.
liamstask Fri 4 Jun 2010
I have a servlet class stubbed out: http://pastebin.com/2YNuYj3U and I'm trying to inherit from it in another pod: http://pastebin.com/MDXfFJFA and I'm getting the following error:
Obviously the ICE is not so good, but maybe I'm doing something particularly unhelpful?
brian Fri 4 Jun 2010
Thanks for reporting liamstask - that was definitely a bug on my side.
I pushed a fix - changeset
Site note: for eventual design it would be cool if I could use any WebMod to mount as a servlet without having to depend on
servlet
pod or its APIs. Maybe do something like have the servlet registration take configuration which includes the WebMod type qname.liamstask Fri 4 Jun 2010
Thanks for the quick fix.
That sounds like a good design goal - I'll look into how to do that.