[jira] Updated: (QPID-2589) Add a .NET binding to QPID Messaging API

2010-07-15 Thread Chuck Rolke (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuck Rolke updated QPID-2589:
--

Attachment: cpp-bindings-dotnet_copyconstructor.patch

Rooted at qpid/cpp/bindings/qpid/dotnet, this patch cleans up or adds the copy 
constructors and the copy assignment operators for the binding classes.

Every managed class object must have a pointer to a different unmanaged class 
object. The unmanaged class objects can not be shared among managed class 
objects.

 Add a .NET binding to QPID Messaging API
 

 Key: QPID-2589
 URL: https://issues.apache.org/jira/browse/QPID-2589
 Project: Qpid
  Issue Type: New Feature
  Components: C++ Client
Affects Versions: 0.7
 Environment: Windows
Reporter: Chuck Rolke
Assignee: Ted Ross
 Fix For: 0.7

 Attachments: cpp-bindings-dotnet_copyconstructor.patch, 
 cpp_binding_dotnet.patch, cpp_bindings_qpid_dotnet-session-fix.patch, 
 cpp_bindings_qpid_dotnet__cleanup.patch, 
 cpp_bindings_qpid_dotnet_update.patch, 
 cpp_bindings_qpid_dotnet_use-properties.patch, 
 cpp_bindings_qpid_dotnet_vb-helloworld-uuid.patch, map_receiver_update.patch, 
 qpid_add_x86_platform.patch, qpid_bindings.diff


 This binding package is a .NET Interop wrapper around the Qpid Messaging 
 interface. It exposes the Messaging interface through a series of managed 
 code classes that may be used by any .NET language.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Welcome Andrew Kennedy as committer

2010-07-15 Thread Carl Trieloff


The PMC has nominated and voted Andrew onto the Qpid project as
a committer. Welcome Andrew.

Looking forward to your first commit :-)

regards
Carl.

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: Unit test failing on Linux

2010-07-15 Thread Gordon Sim

On 07/15/2010 12:55 AM, Steve Huston wrote:

It's been failing since July 1, svn r959461, probably for QPID-664:
expose authenticated username for connection.


Yes, the test was introduced in conjunction with that addition. However 
it only passed where cyrus-sasl was in use. I have tightened up the test 
and believe it should now pass in all cases.



Since Linux is failing it for cmake but not for autoconf, there's
probably some config or setting that doesn't match, but after looking
for 45 minutes I can't see it.

It is also failing on Windows.

I reported it as QPID-2734.



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



RE: Unit test failing on Linux

2010-07-15 Thread Steve Huston
Hi Gordon,

 On 07/15/2010 12:55 AM, Steve Huston wrote:
  It's been failing since July 1, svn r959461, probably for QPID-664: 
  expose authenticated username for connection.
 
 Yes, the test was introduced in conjunction with that 
 addition. However 
 it only passed where cyrus-sasl was in use. I have tightened 
 up the test and believe it should now pass in all cases.

My Linux cmake build detected sasl... Should that have been enough?

Your changes have resolved the unit_test fail.

Thanks,
-Steve

  Since Linux is failing it for cmake but not for autoconf, there's 
  probably some config or setting that doesn't match, but 
 after looking 
  for 45 minutes I can't see it.
 
  It is also failing on Windows.
 
  I reported it as QPID-2734.
 
 
 -
 Apache Qpid - AMQP Messaging Implementation
 Project:  http://qpid.apache.org
 Use/Interact: mailto:dev-subscr...@qpid.apache.org
 
 


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Resolved: (QPID-2734) testAuthenticatedUsername fails on cmake builds

2010-07-15 Thread Steve Huston (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Huston resolved QPID-2734.


Fix Version/s: 0.7
   Resolution: Fixed

 testAuthenticatedUsername fails on cmake builds
 ---

 Key: QPID-2734
 URL: https://issues.apache.org/jira/browse/QPID-2734
 Project: Qpid
  Issue Type: Bug
  Components: C++ Client
Affects Versions: 0.7
 Environment: Windows, Linux using cmake builds
Reporter: Steve Huston
Assignee: Gordon Sim
 Fix For: 0.7


 This test failure in unit_test has been failing since July 1, 2010, approx 
 svn r959461.
 ./../../qpid/cpp/src/tests/MessagingSessionTests.cpp(775): error in 
 testAuthenticatedUsername: check fix.connection.getAuthenticatedUsername() 
 == std::string(anonymous) failed [ != anonymous]
 Based on email exchanges on d...@qpid, this test succeeds on Linux using the 
 autoconf build.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Created: (QPID-2737) Add support in the JMS client for x-subscribe props defined in the new addressing format

2010-07-15 Thread Rajith Attapattu (JIRA)
Add support in the JMS client for x-subscribe props defined in the new 
addressing format


 Key: QPID-2737
 URL: https://issues.apache.org/jira/browse/QPID-2737
 Project: Qpid
  Issue Type: Improvement
  Components: Java Client
Reporter: Rajith Attapattu
Assignee: Rajith Attapattu
Priority: Minor
 Fix For: 0.7


The x-subscribe properties allow users to override any default values for the 
properties used in the message-subscribed command.
This allows users to modify props such as accept-mode, acquire-mode, arguments 
map ..etc

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Updated: (QPID-2736) Allow session.createQueue and session.createTopic methods to accept an address string

2010-07-15 Thread Rajith Attapattu (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajith Attapattu updated QPID-2736:
---

Summary: Allow session.createQueue and session.createTopic methods to 
accept an address string  (was: Allow session.createQueue and createTopic 
methods to except an address string)
Description: 
The session.createQueue and session.createTopic methods allows applications to 
create destination dynamically.
The intended usage here is to pass in the queue or topic name.
However It would be nice if this could be used as an extension point to allow 
an application to create destinations by passing in an address string.
This allows applications to create more complex destinations at runtime, while 
still using standard JMS methods without having to resort to any Qpid specific 
code.

  was:
The session.createQueue and session.createTopic methods allows applications to 
create destination dynamically.
The intended usage here is to pass in the queue or topic name.
However It would be nice if this could be used as an extension point to allow 
an application to create destinations by passing in an address string.


 Allow session.createQueue and session.createTopic methods to accept an 
 address string
 -

 Key: QPID-2736
 URL: https://issues.apache.org/jira/browse/QPID-2736
 Project: Qpid
  Issue Type: Improvement
  Components: Java Client
Reporter: Rajith Attapattu
Assignee: Rajith Attapattu
Priority: Minor
 Fix For: 0.7


 The session.createQueue and session.createTopic methods allows applications 
 to create destination dynamically.
 The intended usage here is to pass in the queue or topic name.
 However It would be nice if this could be used as an extension point to allow 
 an application to create destinations by passing in an address string.
 This allows applications to create more complex destinations at runtime, 
 while still using standard JMS methods without having to resort to any Qpid 
 specific code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org