Re: potential NPE on 8.5.13

2017-04-03 Thread Romain Manni-Bucau
thanks! Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | JavaEE Factory

Re: potential NPE on 8.5.13

2017-04-03 Thread Violeta Georgieva
Hi, 2017-03-31 0:06 GMT+03:00 Romain Manni-Bucau : > > Seems it was it. TomEE is almost green with a "clean" 8.5.13. > > Only issue I got was: javax.management.ServiceNotFoundException: Cannot > find operation getLastAccessedTimestamp > > In a test we use JMX to get some meta about the sessions. >

Re: potential NPE on 8.5.13

2017-03-30 Thread Romain Manni-Bucau
Seems it was it. TomEE is almost green with a "clean" 8.5.13. Only issue I got was: javax.management.ServiceNotFoundException: Cannot find operation getLastAccessedTimestamp In a test we use JMX to get some meta about the sessions. Issue comes from that commit org.apache.tomcat.util.modeler.Man

Re: potential NPE on 8.5.13

2017-03-30 Thread Romain Manni-Bucau
hmm, after a deeper check it seems it can be IDE related. I'll run tomee test suite this night with that upgrade (8.5.13), think it could have been due to a messy Idea cache. Will report tomorrow morning the results. Thanks Violeta to have pointed this bugzilla out, helped to see that. Romain Man

Re: potential NPE on 8.5.13

2017-03-30 Thread Romain Manni-Bucau
experienced it only on 8.5.13, 8.5.12 was working fine Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: potential NPE on 8.5.13

2017-03-30 Thread Violeta Georgieva
Hi, 2017-03-30 20:41 GMT+03:00 Romain Manni-Bucau : > > oops, hit enter too fast > > important detail: it is in a request.getRequestDispatcher("WEB-INF/test.jsp" > ).forward(request, response); Do you experience this with 8.5.12 (latest release) or 8.5.13 (currently release that we vote)? We have

Re: potential NPE on 8.5.13

2017-03-30 Thread Romain Manni-Bucau
oops, hit enter too fast important detail: it is in a request.getRequestDispatcher("WEB-INF/test.jsp" ).forward(request, response); Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Git