↧
Importing JBoss 7 Bundled Dependency Versions Through Maven
The Problem In the past I’ve always been annoyed with trying to keep the version of dependencies within projects in sync with the versions that are provided as part of the JBoss distribution. This has...
View ArticleDownload and unpack JBoss AS 7 distribution through Maven
I quite unintentionally happened to find the JBoss AS 7 distribution in the JBoss maven repository while looking for something completely unrelated. My first thought when I found this was that given...
View ArticleRunning integration/acceptance tests in JBoss 7 using Cargo
Some integration tests and almost all acceptance tests require the availability of a deployed application, and it’s always a good idea to run your tests by deploying the application into the target...
View Article