Re: ServletContainerInitializer in EAR

2018-05-05 Thread Tamás Kimmel
lim...@gmail.com>: > > > > > >> Thanks for reporting that. I'm working in that area at the moment. > I'll > > >> take a look. Are you using TomEE 7.0.4? > > >> > > >> Jon > > >> > > >> On Tue, May 1, 2018 at

Re: ServletContainerInitializer in EAR

2018-05-05 Thread Jonathan Gallimore
on > >> > >> On Tue, May 1, 2018 at 2:49 PM, Tamás Kimmel <kumm0...@gmail.com> > wrote: > >> > >> > Hi! > >> > > >> > I am experiencing ServletContainerInitializer with @HandlesTypes > always > >> get > >> >

Re: ServletContainerInitializer in EAR

2018-05-01 Thread Tamás Kimmel
PM, Tamás Kimmel <kumm0...@gmail.com> wrote: > > > Hi! > > > > I am experiencing ServletContainerInitializer with @HandlesTypes always > get > > null classSet inside a WAR module of an EAR. > > When I deploy as a single WAR, it works as expected. > > > >

Re: ServletContainerInitializer in EAR

2018-05-01 Thread Jonathan Gallimore
Thanks for reporting that. I'm working in that area at the moment. I'll take a look. Are you using TomEE 7.0.4? Jon On Tue, May 1, 2018 at 2:49 PM, Tamás Kimmel <kumm0...@gmail.com> wrote: > Hi! > > I am experiencing ServletContainerInitializer with @HandlesTypes always get

ServletContainerInitializer in EAR

2018-05-01 Thread Tamás Kimmel
Hi! I am experiencing ServletContainerInitializer with @HandlesTypes always get null classSet inside a WAR module of an EAR. When I deploy as a single WAR, it works as expected. My test can be found here: https://github.com/kumm/flow-cdi-addon/blob/ear-test/flow-cdi-itest/src/test/java/com/wcs

Re: ServletContainerInitializer

2015-06-07 Thread mauro2java2011
://www.codejava.net/java-ee/servlet/handlestypes-annotation-examples Other question: Suppose that into a jar into web-inf/lib of a webapp i put a class named myServletContainerInitializer that implement ServletContainerInitializer . Into method onStartup i set for example

Re: ServletContainerInitializer

2015-06-07 Thread Daniel Cunha
Other question: Suppose that into a jar into web-inf/lib of a webapp i put a class named myServletContainerInitializer that implement ServletContainerInitializer . Into method onStartup i set for example the fileconfig for ModuleLigin of jaas. So i can to make a different

Re: ServletContainerInitializer

2015-06-07 Thread mauro2java2011
put a class named myServletContainerInitializer that implement ServletContainerInitializer . Into method onStartup i set for example the fileconfig for ModuleLigin of jaas. So i can to make a different configuration for each webapps ? Or the fileconfig for ModuleLogin of jaas is equals

Re: ServletContainerInitializer

2015-06-07 Thread mauro2java2011
Other question: Suppose that into a jar into web-inf/lib of a webapp i put a class named myServletContainerInitializer that implement ServletContainerInitializer . Into method onStartup i set for example the fileconfig for ModuleLigin of jaas. So i can to make a different

Re: ServletContainerInitializer

2015-06-07 Thread mauro2java2011
a good sample and explanation here: http://www.codejava.net/java-ee/servlet/handlestypes-annotation-examples Other question: Suppose that into a jar into web-inf/lib of a webapp i put a class named myServletContainerInitializer that implement ServletContainerInitializer . Into method

Re: ServletContainerInitializer

2015-06-06 Thread Daniel Cunha
: http://www.codejava.net/java-ee/servlet/handlestypes-annotation-examples Other question: Suppose that into a jar into web-inf/lib of a webapp i put a class named myServletContainerInitializer that implement ServletContainerInitializer . Into method onStartup i set for example the fileconfig

ServletContainerInitializer

2015-06-06 Thread mauro2java2011
on container from jar put into web-inf/lib/*.jars. But i not understund The annotation HandlesTypes. Where i have to put? Other question: Suppose that into a jar into web-inf/lib of a webapp i put a class named myServletContainerInitializer that implement ServletContainerInitializer . Into method