[jira] [Resolved] (PROTON-1124) Small problems detected by Coverity scanner

2016-02-05 Thread Andrew Stitcher (JIRA)

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

Andrew Stitcher resolved PROTON-1124.
-
   Resolution: Fixed
Fix Version/s: 0.13.0

> Small problems detected by Coverity scanner
> ---
>
> Key: PROTON-1124
> URL: https://issues.apache.org/jira/browse/PROTON-1124
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Minor
> Fix For: 0.13.0
>
>
> Some minor problems detected in proton-c by Coverity scan  of Jan 31 2016 
> master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (PROTON-1127) [Windows] qpid-proton-cpp.dll not installed by "make install" target

2016-02-05 Thread Andrew Stitcher (JIRA)

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

Andrew Stitcher resolved PROTON-1127.
-
Resolution: Fixed

> [Windows] qpid-proton-cpp.dll not installed by "make install" target
> 
>
> Key: PROTON-1127
> URL: https://issues.apache.org/jira/browse/PROTON-1127
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding
>Affects Versions: 0.12.0
> Environment: Windows MSVC
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: 0.12.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PROTON-1126) Allow setting connection properties in BlockingConnection

2016-02-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134548#comment-15134548
 ] 

ASF subversion and git services commented on PROTON-1126:
-

Commit 0c8ba1df78fac9bebfda6b08f88105ff1b20d219 in qpid-proton's branch 
refs/heads/master from [~gsim]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=0c8ba1d ]

PROTON-1126: allow setting of various connection fields. Patch from Ganesh 
Murthy.


> Allow setting connection properties in BlockingConnection
> -
>
> Key: PROTON-1126
> URL: https://issues.apache.org/jira/browse/PROTON-1126
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Affects Versions: 0.11.1
>Reporter: Ganesh Murthy
>Priority: Minor
> Fix For: 0.13.0
>
>
> The BlockingConnection class in proton/bindings/python/proton/utils.py does 
> not have a way to set the connection properties. 
> connection properties are sent as part of the AMQP open frame.
> Allow the connection properties to be set on the BlockingConnection



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PROTON-1127) [Windows] qpid-proton-cpp.dll not installed by "make install" target

2016-02-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134535#comment-15134535
 ] 

ASF subversion and git services commented on PROTON-1127:
-

Commit fda572f4088c5dc25be77ce6dbf847fba99a396f in qpid-proton's branch 
refs/heads/0.12.x from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=fda572f ]

PROTON-1127: [C++ binding] Install qpid-proton-cpp.dll


> [Windows] qpid-proton-cpp.dll not installed by "make install" target
> 
>
> Key: PROTON-1127
> URL: https://issues.apache.org/jira/browse/PROTON-1127
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding
>Affects Versions: 0.12.0
> Environment: Windows MSVC
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: 0.12.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PROTON-1127) [Windows] qpid-proton-cpp.dll not installed by "make install" target

2016-02-05 Thread Justin Ross (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134498#comment-15134498
 ] 

Justin Ross commented on PROTON-1127:
-

Reviewed by Chuck.  Approved for 0.12.0.

> [Windows] qpid-proton-cpp.dll not installed by "make install" target
> 
>
> Key: PROTON-1127
> URL: https://issues.apache.org/jira/browse/PROTON-1127
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding
>Affects Versions: 0.12.0
> Environment: Windows MSVC
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: 0.12.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: RFI in 0.12 PROTON-1127: Install C++ binding library correctly

2016-02-05 Thread Chuck Rolke
I approve this fix for 0.12

- Original Message -
> From: "Andrew Stitcher" 
> To: "proton" 
> Sent: Thursday, February 4, 2016 2:33:08 PM
> Subject: RFI in 0.12 PROTON-1127: Install C++ binding library correctly
> 
> Simple 1 line fix to the CMakefiles; looks bad for C++ on Windows if we
> don't fix this!
> 
> https://issues.apache.org/jira/browse/PROTON-1127
> 
> Andrew
> 
> 


[jira] [Commented] (PROTON-1127) [Windows] qpid-proton-cpp.dll not installed by "make install" target

2016-02-05 Thread Chuck Rolke (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134407#comment-15134407
 ] 

Chuck Rolke commented on PROTON-1127:
-

This change should go into release 0.12.


> [Windows] qpid-proton-cpp.dll not installed by "make install" target
> 
>
> Key: PROTON-1127
> URL: https://issues.apache.org/jira/browse/PROTON-1127
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding
>Affects Versions: 0.12.0
> Environment: Windows MSVC
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: 0.12.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (PROTON-1130) Proton needs a script to build client SDK for C and C++

2016-02-05 Thread Chuck Rolke (JIRA)
Chuck Rolke created PROTON-1130:
---

 Summary: Proton needs a script to build client SDK for C and C++
 Key: PROTON-1130
 URL: https://issues.apache.org/jira/browse/PROTON-1130
 Project: Qpid Proton
  Issue Type: Improvement
  Components: proton-c
Affects Versions: 0.11.1
 Environment: Windows
Reporter: Chuck Rolke
Assignee: Chuck Rolke


Analogous to qpid/cpp/bld-winsdk.ps1, the script would create a simplified 
environment for windows C and C++ client consumers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (PROTON-1129) C++ binding test failure with older python

2016-02-05 Thread Cliff Jansen (JIRA)
Cliff Jansen created PROTON-1129:


 Summary: C++ binding test failure with older python
 Key: PROTON-1129
 URL: https://issues.apache.org/jira/browse/PROTON-1129
 Project: Qpid Proton
  Issue Type: Bug
  Components: cpp-binding
Affects Versions: 0.13.0
Reporter: Cliff Jansen
Assignee: Cliff Jansen


See errors like:

  AttributeError: type object 'ContainerExampleTest' has no attribute 'broker'

Working theory: unittest.TestCase.setUpClass() not implemented until python 
2.7.  The classmethod overrides are never called.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] qpid-proton pull request: Schema parsing should not be so greedy

2016-02-05 Thread hekonsek
GitHub user hekonsek opened a pull request:

https://github.com/apache/qpid-proton/pull/65

Schema parsing should not be so greedy

Hi,

Current address schema parser doesn't work if `://` string is included in a 
path. The reasons to include `://` in a path are as follows:
- it is not against AMQP address specification
- ActiveMQ AMQP module uses [1] `topic://`prefix to indicate that message 
should be dispatched to broker topic, not queue (and other broker 
implementations could do the same)

So to connect to ActiveMQ's topic named `topicname`, you could use the 
following AMQP address - `host:423/topic://topicname` . The problem with 
current `Address` implementation is that it will interpret `://` in `topic://` 
as a schema separator.

Since `://` is optional in address and the only two acceptable schemas are 
`amqp` and `ampqs`, I think we should narrow schema parsing to those two values.

What do you think? 

[1] http://activemq.apache.org/amqp.html

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/hekonsek/qpid-proton address-schema-parsing

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/65.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #65


commit 3ac4e79a54ba4b88bcbc8eaedcc281f5fd50d5e9
Author: Henryk Konsek 
Date:   2016-02-05T11:43:39Z

Schema parsing should not be so greedy.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---