How to check JBoss deployment automatically?

I have a jboss application. And you want to check the deployment automatically. And want to add this task as a project in Hudson

My vision is based on the following steps:

  • Put my application in JBoss (copy of ears, configs, libs etc)
  • Launch JBoss

    I have a Linux machine, and now our project requires JBoss 4.3.2. How to run JBoss and analyze the results. Is my application fully and successfully deployed or not?

  • Running some standalone tests

  • Stop jboss
+5
source share
3 answers

Cargo "( ), , , , , . Maven Cargo Surefire. , JBoss 4.

Cargo API:

  • API Java // Java .
  • API Java // Java EE
  • Ant, Maven 1, Maven 2.
+4

, " ". , ,

  • JMX,
  • JBoss Fresh (alpha now).

CI,

  • Cargo - JBoss AS, EAP.
  • JSFUnit, JSF.

, Maven ( ), Ant Groovy.

+3

JBoss 4.x, script . , JBoss , , JNDI.

, JBoss 5:

, script Hudson, , , : JBoss JPBM Plugin Hudson

+1
source

All Articles