GitHub user jgallimore opened a pull request:
https://github.com/apache/tomee/pull/258
TOMEE-2232
These changes should resolve the itest failures, but Daniel's new
additional tests still pass.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jgallimore/tomee cli-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/258.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #258
----
commit 28d042e2efb4ba0522742aeeea8673752ce53575
Author: Jonathan Gallimore <jgallimore@...>
Date: 2018-12-06T12:40:03Z
TOMEE-2322 WIP attempting to fix classpath setup for iTests
commit 156cbe512fd2ed8cc4fbf8ba345dcac5c38ea182
Author: Jonathan Gallimore <jgallimore@...>
Date: 2018-12-06T14:23:34Z
TOMEE-2322 Still WIP, but these failover tests pass now
commit 14e5a2b429b6311d6f6c0afde1e92e471beb0e9c
Author: Jonathan Gallimore <jgallimore@...>
Date: 2018-12-06T14:26:31Z
TOME-2322 removing debug
commit 3c8038a32a0c06eefdbbc0b1e7cd17a3c61fbe69
Author: Jonathan Gallimore <jgallimore@...>
Date: 2018-12-06T15:09:10Z
TOMEE-2322 restore previous classloader at the end
commit 1436a36870ea617fa203b29a8657868a0dcac7a6
Author: Jonathan Gallimore <jgallimore@...>
Date: 2018-12-06T15:27:50Z
TOMEE-2322 add missing jar
----
---