Re: [Dev] FYI - version attribute in web.xml for ServletContainerInitializers

2014-05-29 Thread Sagara Gunathunga
[Adding dev@wso2] what happen if you comment out @HandlesType(...). annotation ? Thanks ! On Thu, May 29, 2014 at 7:52 PM, Denuwanthi De Silva denuwan...@wso2.comwrote: Yes I added the @Protobuf to my webapp service class. In tomcat the onstartup method identifies that class properly.

Re: [Dev] FYI - version attribute in web.xml for ServletContainerInitializers

2014-05-29 Thread Denuwanthi De Silva
Hi, When I removed the annotation it still gets the 'ProtoBufServletContextInitializer'. Thanks On Thu, May 29, 2014 at 8:17 PM, Sagara Gunathunga sag...@wso2.com wrote: [Adding dev@wso2] what happen if you comment out @HandlesType(...). annotation ? Thanks ! On Thu, May 29, 2014

Re: [Dev] FYI - version attribute in web.xml for ServletContainerInitializers

2014-05-29 Thread Denuwanthi De Silva
Hi, The ProtoBufServletContextInitializer #onStartup method, now get triggered. The issue was due to an 'Unmodifiable List' returend by the tomcat 'WebappServiceLoader'. Thanks, On Thu, May 29, 2014 at 8:41 PM, Denuwanthi De Silva denuwan...@wso2.comwrote: Hi, When I removed the