0 Replies Latest reply on Aug 27, 2012 10:30 PM by gebuh

    Arquillian error logging for failed deployment

    gebuh

      I'm playing around with arquillian tests in the kitchen sink application.  This is my first experience with it, so I'm already on shakey ground.  I get everything configured and running correctly and added some of my own classes.

      I didn't create any tests for the new classes, just basic creation, but when I rebuilt the app I kept getting testing error messages.  I could not figure out why.  I turned off the tests, built the application and deployed it to my server, the deployment failed, I had added some logging messages and my logger was misconfigured.  The error messages were correctly displayed during deployment.

      So if there's an error in the application that would fail during deployment the arquillian tests will error out, but (at least in this case) not with any helpful error messages besides deployment failure.

      Is there a way to configure the test deployment to pass on the actual deployment error messages?