I have jboss application. And want to test deployment automatically. And want to add this task as a project in Hudson
My vision is based on the following stages:
- Put my application to JBoss(copy ears, configs, libs e.t.c)
Run JBoss
I have a Linux-machine and now our project is require JBoss 4.3.2. How can I run the JBoss and analyze results. Is my application deployed fully and successfully or not?
Run some standalone tests
- Stop JBoss
Depends on what do you mean by "test deployment automatically". If you only need to test whether the deployment succeeded,
If you want to do some CI tests,
To glue it all together, use Maven (my choice), Ant, or Groovy.