Created https://gist.github.com/rmannibucau/78fe3fd56de0dbf02c84
started a tomee (localhost:8080) then run the test several times. It always works as expected even if you change valid to something else to get 406 then you get 200 when back to valid. This just deploys/undeploys both webapp at each run. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-24 7:18 GMT+02:00 hwaastad <[email protected]>: > Okey, that kind of makes me happy :-) > > Well, tested now the apache-tomee-1.7.0-20140624.041031-34-plus.tar.gz > > something new is happening: > > > deploy webapp1 > test webapp1 with a non valid input = OK > deploy webapp2 > test webapp1 with a non valid input = OK > undeploy webapp2 > test webapp1 with a non valid input: > jun 24, 2014 7:09:07 AM > org.apache.openejb.bval.BeanValidationAppendixInterceptor aroundInvoke > SEVERE: can't find validator > > I'll see if I can script something later on.... > > br > > > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670162.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
