svn commit: r1035652 - in /qpid/branches/0.8-release-candidates/qpid/cpp/docs/api: ./ developer.doxygen.in user.doxygen.in

2010-11-16 Thread shuston
Author: shuston Date: Tue Nov 16 15:04:02 2010 New Revision: 1035652 URL: http://svn.apache.org/viewvc?rev=1035652view=rev Log: Merged in QPID-2948 from trunk r1035509. Modified: qpid/branches/0.8-release-candidates/qpid/cpp/docs/api/ (props changed)

svn commit: r1035879 - in /qpid/trunk/qpid/java: build.deps lib/slf4j-api-1.4.0.jar lib/slf4j-api-1.6.1.jar lib/slf4j-log4j12-1.4.0.jar lib/slf4j-log4j12-1.6.1.jar management/client/bin/qman-wsdm-star

2010-11-16 Thread robbie
Author: robbie Date: Wed Nov 17 00:30:44 2010 New Revision: 1035879 URL: http://svn.apache.org/viewvc?rev=1035879view=rev Log: QPID-2947: update slf4j to 1.6.1 to allow using the client package out-of-the-box without supplying a logging implementation Added:

svn commit: r1035880 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/store/DerbyMessageStore.java

2010-11-16 Thread robbie
Author: robbie Date: Wed Nov 17 00:31:02 2010 New Revision: 1035880 URL: http://svn.apache.org/viewvc?rev=1035880view=rev Log: QPID-2950: correct the shutdown exception check to verify the SQLCode is for single-db shutdown rather than full Derby engine shutdown Modified:

svn commit: r1035881 - in /qpid/branches/0.8-release-candidates/qpid/java/broker: ./ src/main/java/org/apache/qpid/server/store/DerbyMessageStore.java

2010-11-16 Thread robbie
Author: robbie Date: Wed Nov 17 00:36:14 2010 New Revision: 1035881 URL: http://svn.apache.org/viewvc?rev=1035881view=rev Log: QPID-2950: correct the shutdown exception check to verify the SQLCode is for single-db shutdown rather than full Derby engine shutdown merged from trunk r1035880