Hi all,

We have in TomEE 9.x a failure with example simple-remote-tomcatusers. I
dug into it and found a similar issue as TOMEE-3857 for another test I
ended up commenting out.

Basically they are failing because our RemoteConnectionFactory isn't
stateless so a previous authentication is stored in the client class so
even if you create a new RemoteConnectionFactory it remembers the previous
attempt. If it succeeded fine, if it failed fine, etc.

We need to fix that piece of code. Meanwhile, I created an issue for this
specific test and marked it as ignored for the moment. It's not a
regression nor critical for now. It started showing up because with the
latest Java version and JUnit, tests are executed into a different order.
--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com

Reply via email to