svn commit: r898634 - /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/ClientDelegate.java

2010-01-12 Thread rajith
Author: rajith Date: Wed Jan 13 03:15:06 2010 New Revision: 898634 URL: http://svn.apache.org/viewvc?rev=898634&view=rev Log: Added a null check for SASL client in the connectionOpenOk method Modified: qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/ClientDelegate.java M

svn commit: r898570 - /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/ClientDelegate.java

2010-01-12 Thread rajith
Author: rajith Date: Tue Jan 12 23:14:11 2010 New Revision: 898570 URL: http://svn.apache.org/viewvc?rev=898570&view=rev Log: This is a fix for QPID-2339 Modified: qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/ClientDelegate.java Modified: qpid/trunk/qpid/java/common/

svn commit: r898519 - /qpid/trunk/qpid/cpp/src/qpid/management/ManagementAgent.cpp

2010-01-12 Thread shuston
Author: shuston Date: Tue Jan 12 21:16:46 2010 New Revision: 898519 URL: http://svn.apache.org/viewvc?rev=898519&view=rev Log: Explicitly name qpid::framing::Buffer instead of framing::Buffer; resolves compile errors on Windows. Modified: qpid/trunk/qpid/cpp/src/qpid/management/ManagementAge

svn commit: r898505 - in /qpid/trunk/qpid/java: client/src/main/java/org/apache/qpid/client/ common/src/main/java/org/apache/qpid/transport/

2010-01-12 Thread rajith
Author: rajith Date: Tue Jan 12 20:53:51 2010 New Revision: 898505 URL: http://svn.apache.org/viewvc?rev=898505&view=rev Log: This is a fix for QPID-2174 I couldn't find any straight forward way to grab the proper ID from the SASL client. Therefore I had to use the java GSSAPI classes to create a

svn commit: r898419 - /qpid/trunk/qpid/ruby/Rakefile

2010-01-12 Thread tross
Author: tross Date: Tue Jan 12 16:57:02 2010 New Revision: 898419 URL: http://svn.apache.org/viewvc?rev=898419&view=rev Log: QPID-2264 - The Build Instructions for the Ruby bits could use some love QPID-2265 - Ruby Rakfile References an old file (patch from bkearney) Modified: qpid/trunk/qpid

svn commit: r898329 [2/5] - /qpid/trunk/qpid/doc/book/src/

2010-01-12 Thread jonathan
Added: qpid/trunk/qpid/doc/book/src/FAQ.xml URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/FAQ.xml?rev=898329&view=auto == --- qpid/trunk/qpid/doc/book/src/FAQ.xml (added) +++ qpid/trunk/qpid/doc/book/src/F

svn commit: r898296 - in /qpid/trunk/qpid/cpp: examples/messaging/ include/qpid/messaging/ src/qpid/client/amqp0_10/ src/qpid/messaging/ src/tests/

2010-01-12 Thread gsim
Author: gsim Date: Tue Jan 12 12:02:38 2010 New Revision: 898296 URL: http://svn.apache.org/viewvc?rev=898296&view=rev Log: QPID-664: Added some of the missing standard message headers. Added two new test utilities for sending and receiving with the new API (both still works in progress). Added