Re: Incomplete list of handle types

2018-12-08 Thread Mark Thomas
Please don't hijack threads. Please start a new thread for a new topic. Mark On 08/12/2018 15:25, Stephane Passignat wrote: > Hi > I've seen this non compliancy. In TC 7.042 and 7.0.72. How, who can fix this ? > > @HandlesTypes classes implementations. The mecanism in place only accept >

Re: Duplicate web fragment

2018-12-08 Thread Mark Thomas
Please don't hijack threads. Please start a new thread for a new topic. Mark On 08/12/2018 15:12, Stephane Passignat wrote: > Hello, > > I've seen this non compliancy. In TC 7.042 and 7.0.72. How, who can fix this ? > > Servlet 3.0 spec 8.2.2 2b: Duplicate name exception: if, when traversing

Re: Sci and web fragment initialization

2018-12-08 Thread Mark Thomas
Please don't hijack threads. Please start a new thread for a new topic. Mark On 08/12/2018 15:18, Stephane Passignat wrote: > > Hello, > > I've seen this non compliancy. In TC 7.042 and 7.0.72. How, who can fix this ? > > The case is related to web-fragment loading and SCI initialization. >

Re: --illegal-access-warn and --illegal-access-deny show different violations

2018-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mohan, On 12/8/18 08:39, Mohan Radhakrishnan wrote: > Hi, When I use --illegal-access-warn I see these. > > WARNING: Illegal reflective access by > org.apache.catalina.loader.WebappClassLoaderBase >

Re: Tomcat webapp undeploy no longer possible (after windows system crash)

2018-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jörg, On 12/8/18 04:16, Jörg Spilling wrote: > Hi! > > After a system crash (Windows 10) it noticed that it was no longer > possible to undeploy applications from my TomEE development > installation from Netbeans. I have started research and I

Incomplete list of handle types

2018-12-08 Thread Stephane Passignat
Hi I've seen this non compliancy. In TC 7.042 and 7.0.72. How, who can fix this ? @HandlesTypes classes implementations. The mecanism in place only accept classes implementing an the type but doesn't accept classes inheriting from class implementing the @HandlesTypes classes. The (Servlet 3.0

Sci and web fragment initialization

2018-12-08 Thread Stephane Passignat
Hello, I've seen this non compliancy. In TC 7.042 and 7.0.72. How, who can fix this ? The case is related to web-fragment loading and SCI initialization. In Tomcat 7.0.42 and 7.0.72 at least, SCI (with @HandlesTypes annotation) are initialized web-fragments per web-fragments, with the classes

Duplicate web fragment

2018-12-08 Thread Stephane Passignat
Hello, I've seen this non compliancy. In TC 7.042 and 7.0.72. How, who can fix this ? Servlet 3.0 spec 8.2.2 2b: Duplicate name exception: if, when traversing the web-fragments, multiple members with the same element are encountered, the application must log an informative error message

--illegal-access-warn and --illegal-access-deny show different violations

2018-12-08 Thread Mohan Radhakrishnan
Hi, When I use --illegal-access-warn I see these. WARNING: Illegal reflective access by org.apache.catalina.loader.WebappClassLoaderBase (file:/C:/Users/476458/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.34/tomcat-embed-core-8.5.34.jar) to field

Tomcat webapp undeploy no longer possible (after windows system crash)

2018-12-08 Thread Jörg Spilling
Hi! After a system crash (Windows 10) it noticed that it was no longer possible to undeploy applications from my TomEE development installation from Netbeans. I have started research and I found that it isn't a problem from Netbeans or the TomEE installation. I have done the following: .