Index: scripts/hudson/initializeJBoss.sh =================================================================== diff -u -N -r8675401600f24535525e74c787dc02ca15ff3f97 -readddb47986c23f52f8aaedfd029943da00911b0 --- scripts/hudson/initializeJBoss.sh (.../initializeJBoss.sh) (revision 8675401600f24535525e74c787dc02ca15ff3f97) +++ scripts/hudson/initializeJBoss.sh (.../initializeJBoss.sh) (revision eadddb47986c23f52f8aaedfd029943da00911b0) @@ -36,7 +36,7 @@ chmod 775 build.sh export JBOSS_HOME=$WORKSPACE/jboss-5.1.0.GA && ./build.sh && export JBOSS_HOME= # INSTALL TRANSACTIONS -cd $WORKSPACE/jboss-5.1.0.GA/docs/quickstarts/transactions +cd $WORKSPACE/jboss-5.1.0.GA/docs/examples/transactions ant jts -Dtarget.server.dir=../../../server/all-with-hornetq if [ "$?" != "0" ]; then exit -1 @@ -90,7 +90,7 @@ cp $WORKSPACE/trunk/scripts/hudson/hornetq/jboss-as-hornetq-int.jar $WORKSPACE/jboss-5.1.0.GA/common/lib cp $WORKSPACE/trunk/scripts/hudson/hornetq/hornetq-deployers-jboss-beans.xml $WORKSPACE/jboss-5.1.0.GA/server/all-with-hornetq/deployers cd $WORKSPACE/jbossesb-4.9/install -cp deployment.properties-quickstart deployment.properties +cp deployment.properties-example deployment.properties sed -i "s?/jbossesb-server-4.5.GA?$WORKSPACE/jboss-5.1.0.GA?" deployment.properties sed -i "s?=default?=all-with-hornetq?" deployment.properties sed -i "s?^org.jboss.esb.tomcat.home?#&?" deployment.properties