Github user radcortez commented on the issue:
https://github.com/apache/tomee/pull/287
hey @danielsoro I've tried to apply the patch and run the test, but I have
the following assertion fails:
```
[ERROR] Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
3.062 s <<< FAILURE! - in org.apache.tomee.TomEECliIT
[ERROR] testTomEECliWithJar(org.apache.tomee.TomEECliIT) Time elapsed:
0.348 s <<< FAILURE!
java.lang.AssertionError
at org.apache.tomee.TomEECliIT.testTomEECliWithJar(TomEECliIT.java:102)
[ERROR] testTomEECliWithJarCallingAnotherMain(org.apache.tomee.TomEECliIT)
Time elapsed: 0.399 s <<< FAILURE!
java.lang.AssertionError
at
org.apache.tomee.TomEECliIT.testTomEECliWithJarCallingAnotherMain(TomEECliIT.java:219)
```
Can you confirm?
---