Re: tomcat 7.0.0 ServletContainerInitializer BUG

2010-04-29 Thread Pid
Yep. I don't think this is fixed yet. p On 29/04/2010 10:50, dl wrote: > I builder tomcat 7.0.0 from svn r939221 > below if my code: > > @MySomeAnn > public class MySomeClass{...} > > @HandlesTypes(MySomeAnn.class) > public class ModuleInitializer implements ServletContainerInitializer > {

tomcat 7.0.0 ServletContainerInitializer BUG

2010-04-29 Thread dl
I builder tomcat 7.0.0 from svn r939221 below if my code: @MySomeAnn public class MySomeClass{...} @HandlesTypes(MySomeAnn.class) public class ModuleInitializer implements ServletContainerInitializer { @Override public void onStartup(Set> classSet, ServletContext ctx) throws ServletE