You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2020/07/16 07:13:39 UTC

[GitHub] [tomee] rzo1 edited a comment on pull request #678: Fix for random JMS2AMQTest failure

rzo1 edited a comment on pull request #678:
URL: https://github.com/apache/tomee/pull/678#issuecomment-659207065


   Hi @cesarhernandezgt 
   
   CI build has failed. I have checked the logs:
   
   ```
   (1) Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project mp-config-source-database: There are test failures.
     => Classes are missing (org/apache/commons/dbutils/DbUtils)
    
   (2) Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project moviefun-functional-test: There are test failures.
   => java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.EnterpriseArchive org.superbiz.moviefun.MoviesArquillianHtmlUnitTest.createDeployment()
     
   (3) Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project mvc-cxf: There are test failures.
   => java.lang.NoClassDefFoundError: org/eclipse/krazo/engine/Viewable
   
   (4) Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project mvc-cxf-hibernate: There are test failures.
   => java.lang.ClassNotFoundException: org.eclipse.krazo.engine.Viewable
   
   (5) Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project mvc-resteasy: There are test failures
   => Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.superbiz.mvc.MVCTest.createDeployment()
   ```
   
   Probably very easy fixes due to classpath issues / version mismatches. Shall we go for this in this branch or in a separate one (from this one here) ?
   
   In addition, the Surefire Plugin version seems to differ within the project...


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org