diff -crB a/qpid/java/broker/bin/qpid-passwd b/qpid/java/broker/bin/qpid-passwd *** a/qpid/java/broker/bin/qpid-passwd 2012-02-15 09:29:22.000000000 -0600 --- b/qpid/java/broker/bin/qpid-passwd 2013-07-30 16:23:13.000000000 -0500 *************** *** 24,30 **** fi # Set classpath to include Qpid jar with all required jars in manifest ! QPID_LIBS=$QPID_HOME/lib/qpid-all.jar # Set other variables used by the qpid-run script before calling export JAVA=java \ --- 24,30 ---- fi # Set classpath to include Qpid jar with all required jars in manifest ! QPID_LIBS="$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/opt/*:$QPID_HOME/lib/opt/qpid-deps/*" # Set other variables used by the qpid-run script before calling export JAVA=java \ diff -crB a/qpid/java/broker/bin/qpid-server b/qpid/java/broker/bin/qpid-server *** a/qpid/java/broker/bin/qpid-server 2011-09-30 08:38:14.000000000 -0500 --- b/qpid/java/broker/bin/qpid-server 2013-07-30 16:23:13.000000000 -0500 *************** *** 23,30 **** fi if [ -z "$QPID_WORK" ]; then ! echo "Setting QPID_WORK to $HOME as default" ! QPID_WORK=$HOME fi # Set to help us get round the manifold problems of ps/pgrep on various --- 23,29 ---- fi if [ -z "$QPID_WORK" ]; then ! export QPID_WORK=$QPID_HOME fi # Set to help us get round the manifold problems of ps/pgrep on various *************** *** 34,43 **** fi # Set classpath to include the qpid-all manifest jar, and any jars supplied in lib/opt ! QPID_LIBS="$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/opt/*" # Set other variables used by the qpid-run script before calling ! export JAVA=java \ JAVA_VM=-server \ JAVA_MEM=-Xmx1024m \ JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError" \ --- 33,42 ---- fi # Set classpath to include the qpid-all manifest jar, and any jars supplied in lib/opt ! QPID_LIBS="$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/opt/*:$QPID_HOME/lib/opt/qpid-deps/*" # Set other variables used by the qpid-run script before calling ! export JAVA=/awips2/java/bin/java \ JAVA_VM=-server \ JAVA_MEM=-Xmx1024m \ JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError" \ Only in b/qpid/java/broker/bin: qpid-server.orig diff -crB a/qpid/java/build.deps b/qpid/java/build.deps *** a/qpid/java/build.deps 2012-07-08 10:28:32.000000000 -0500 --- b/qpid/java/build.deps 2013-07-30 16:23:13.000000000 -0500 *************** *** 17,29 **** # under the License. # ! commons-beanutils-core=lib/required/commons-beanutils-core-1.8.3.jar commons-cli=lib/required/commons-cli-1.2.jar ! commons-codec=lib/required/commons-codec-1.6.jar commons-collections=lib/required/commons-collections-3.2.1.jar commons-configuration=lib/required/commons-configuration-1.8.jar commons-digester=lib/required/commons-digester-1.8.1.jar ! commons-lang=lib/required/commons-lang-2.6.jar commons-logging=lib/required/commons-logging-1.1.1.jar derby-db=lib/required/derby-10.8.2.2.jar --- 17,29 ---- # under the License. # ! commons-beanutils-core=lib/required/commons-beanutils-1.8.3.jar commons-cli=lib/required/commons-cli-1.2.jar ! commons-codec=lib/required/commons-codec-1.4.jar commons-collections=lib/required/commons-collections-3.2.1.jar commons-configuration=lib/required/commons-configuration-1.8.jar commons-digester=lib/required/commons-digester-1.8.1.jar ! commons-lang=lib/required/commons-lang-2.3.jar commons-logging=lib/required/commons-logging-1.1.1.jar derby-db=lib/required/derby-10.8.2.2.jar *************** *** 33,39 **** geronimo-jta=lib/required/geronimo-jta_1.1_spec-1.1.1.jar geronimo-kernel=lib/required/geronimo-kernel-2.2.1.jar geronimo-openejb=lib/required/geronimo-ejb_3.0_spec-1.0.1.jar ! geronimo-servlet=lib/required/geronimo-servlet_2.5_spec-1.2.jar junit=lib/required/junit-3.8.1.jar mockito-all=lib/required/mockito-all-1.9.0.jar --- 33,39 ---- geronimo-jta=lib/required/geronimo-jta_1.1_spec-1.1.1.jar geronimo-kernel=lib/required/geronimo-kernel-2.2.1.jar geronimo-openejb=lib/required/geronimo-ejb_3.0_spec-1.0.1.jar ! geronimo-servlet=lib/required/geronimo-servlet_2.5_spec-1.1.2.jar junit=lib/required/junit-3.8.1.jar mockito-all=lib/required/mockito-all-1.9.0.jar *************** *** 45,51 **** slf4j-api=lib/required/slf4j-api-1.6.4.jar slf4j-log4j=lib/required/slf4j-log4j12-1.6.4.jar ! xalan=lib/required/xalan-2.7.0.jar jetty=lib/required/jetty-server-7.6.3.v20120416.jar jetty-continuation=lib/required/jetty-continuation-7.6.3.v20120416.jar --- 45,51 ---- slf4j-api=lib/required/slf4j-api-1.6.4.jar slf4j-log4j=lib/required/slf4j-log4j12-1.6.4.jar ! xalan=lib/required/xalan-2.7.1.jar jetty=lib/required/jetty-server-7.6.3.v20120416.jar jetty-continuation=lib/required/jetty-continuation-7.6.3.v20120416.jar *************** *** 63,70 **** felix.libs=${felix-main} ! jackson-core=lib/required/jackson-core-asl-1.9.0.jar ! jackson-mapper=lib/required/jackson-mapper-asl-1.9.0.jar commons-configuration.libs = ${commons-beanutils-core} ${commons-digester} \ ${commons-codec} ${commons-lang} ${commons-collections} ${commons-configuration} --- 63,70 ---- felix.libs=${felix-main} ! jackson-core=lib/required/jackson-core-asl-1.7.3.jar ! jackson-mapper=lib/required/jackson-mapper-asl-1.7.3.jar commons-configuration.libs = ${commons-beanutils-core} ${commons-digester} \ ${commons-codec} ${commons-lang} ${commons-collections} ${commons-configuration} Only in b/qpid/java: build.deps.orig diff -crB a/qpid/java/common/bin/qpid-jaddr b/qpid/java/common/bin/qpid-jaddr *** a/qpid/java/common/bin/qpid-jaddr 2010-06-07 15:13:47.000000000 -0500 --- b/qpid/java/common/bin/qpid-jaddr 2013-07-30 16:23:13.000000000 -0500 *************** *** 24,30 **** fi # Set classpath to include Qpid jar with all required jars in manifest ! QPID_LIBS=$QPID_HOME/lib/qpid-all.jar # Set other variables used by the qpid-run script before calling export JAVA=java \ --- 24,30 ---- fi # Set classpath to include Qpid jar with all required jars in manifest ! QPID_LIBS="$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/opt/*:$QPID_HOME/lib/opt/qpid-deps/*" # Set other variables used by the qpid-run script before calling export JAVA=java \ diff -crB a/qpid/java/common/bin/qpid-run b/qpid/java/common/bin/qpid-run *** a/qpid/java/common/bin/qpid-run 2012-02-15 09:29:22.000000000 -0600 --- b/qpid/java/common/bin/qpid-run 2013-07-30 16:23:13.000000000 -0500 *************** *** 62,69 **** fi if [ -z "$QPID_WORK" ]; then ! log $INFO Setting QPID_WORK to $HOME as default ! QPID_WORK=$HOME fi if [ -z "$JAVA" ]; then --- 62,68 ---- fi if [ -z "$QPID_WORK" ]; then ! QPID_WORK=$QPID_HOME fi if [ -z "$JAVA" ]; then