summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/java.testprofile
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2010-01-20 19:21:16 +0000
committerMartin Ritchie <ritchiem@apache.org>2010-01-20 19:21:16 +0000
commit4b6d7560ebce653e6a65ff2296acff3bad4846cf (patch)
tree0181e4b3ce3c6d19b79b30a8b4f340f1a6b34c3b /qpid/java/test-profiles/java.testprofile
parentf1bd9fab2bde154e01ef34d26c2641c21f39026a (diff)
downloadqpid-python-4b6d7560ebce653e6a65ff2296acff3bad4846cf.tar.gz
QPID-2349 : Fixed Protocol Version negotiation. The Negotiated protocol version was not given to the ProtocolSession.
Once this is done the correct delegate is enabled on connection. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@901341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/java.testprofile')
-rw-r--r--qpid/java/test-profiles/java.testprofile5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile
index a301fb1b65..ce73d5b5de 100644
--- a/qpid/java/test-profiles/java.testprofile
+++ b/qpid/java/test-profiles/java.testprofile
@@ -3,5 +3,8 @@ broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @
broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB
broker.ready=BRK-1004
broker.stopped=Exception
-qpid.amqp.version=0-9
+#
+# Do not enable. Allow client to attempt 0-10 and negotiate downwards
+#
+#qpid.amqp.version=0-91
profile.excludes=JavaTransientExcludes JavaStandaloneExcludes 08StandaloneExcludes