[jboss-dev-forums] [Design of JBoss jBPM] - enterprise test set up
tom.baeyens@jboss.com
do-not-reply at jboss.com
Wed Nov 1 07:47:44 EST 2006
i have completed the first enterprise test set up.
as a prerequisite, a jboss should be installed with a jbpm server configuration and some jbpm deployments. this can be created with the jboss/configuration/build.xml, target install.jboss.and.configure.jbpm
then, the test stuff is added to the enterprise/ear subproject. there is a target called test.serverside. that script will do the following:
1) build the normal .ear first.
2) unzip it
3) add a jbpm-test.war with cactus based junit tests
4) repackage this into a new .ear file jbpm-test.ear
5) deploy this .ear file to jboss using jmx
6) run the cactus tests in jboss
7) generate the html test report
8) on windows, a browser is automatically opened to view the test results
that should help in developing, testing and guarding the enterprise confiugrations of jbpm usage.
next i will be adding actual tests that will check for the proper operation of asynchronous continuations over a jms based messaging service.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982357#3982357
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982357
More information about the jboss-dev-forums
mailing list