[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss & Continuous Integration
ejain
do-not-reply at jboss.com
Thu Apr 24 23:26:38 EDT 2008
We have a JBoss instance that is configured and started as part of an automated build process. One issue you have in such a setup is how to detect (and fail the build immediately) if there are failed deployments. The best approach I've been able to come up with so far is to have a separate log4j appender (with an ERROR threshold) for the URLDeploymentScanner category. The build process then checks and fails if anything was logged there prior to running any integration tests. This does seem like a bit of a hack, so I was wondering what solutions other people have come up with?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146692#4146692
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146692
More information about the jboss-user
mailing list