From d054b41aaa1466b65c9dc2acf1b22ca98ec3128c Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 16 Apr 2008 13:32:13 +0000 Subject: QPID-901: updates to the java client to use the 0-10 final spec instead of the 0-10 preview spec; this includes improvements to the codegen process as well as some modifications to the shared code path in the client to not lose per message state when consumers are closed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@648692 13f79535-47bb-0310-9956-ffa450edef68 --- java/cpp.async.testprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/cpp.async.testprofile') diff --git a/java/cpp.async.testprofile b/java/cpp.async.testprofile index d4daf47632..3dd78c855e 100644 --- a/java/cpp.async.testprofile +++ b/java/cpp.async.testprofile @@ -1,6 +1,6 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --log-output ${build.data}/broker.log --load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so --store-async yes -broker.clean=${build.data} +broker.clean=${project.root}/clean-dir ${build.data} java.naming.provider.url=${project.root}/test-provider.properties max_prefetch=1000 test.excludes=true @@ -14,4 +14,4 @@ test.mem=512M test=*Test test1=*Tests haltonfailure=no -haltonerror=no \ No newline at end of file +haltonerror=no -- cgit v1.2.1