[jira] [Created] (PROTON-339) [Proton-J] Implement Data interface in pure Java

2013-06-18 Thread Rob Godfrey (JIRA)
Rob Godfrey created PROTON-339: -- Summary: [Proton-J] Implement Data interface in pure Java Key: PROTON-339 URL: https://issues.apache.org/jira/browse/PROTON-339 Project: Qpid Proton Issue Type:

[jira] [Commented] (PROTON-339) [Proton-J] Implement Data interface in pure Java

2013-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13686496#comment-13686496 ] ASF subversion and git services commented on PROTON-339: Commit 14

Re: Data interface in Proton-J

2013-06-18 Thread Rob Godfrey
OK - I've just committed [1] the initial pass at the Data implementation. Not yet implemented are the copy, append, narrow and widen operations... or much in the way of checking errors are handled the same way as the C, etc. If find issues and/or want to contribute patches you can attach comments

[jira] [Created] (PROTON-340) AMQP to JMS transformer fails to properly map AMQP specific property types like UnsignedInteger

2013-06-18 Thread Hiram Chirino (JIRA)
Hiram Chirino created PROTON-340: Summary: AMQP to JMS transformer fails to properly map AMQP specific property types like UnsignedInteger Key: PROTON-340 URL: https://issues.apache.org/jira/browse/PROTON-340

[jira] [Updated] (PROTON-340) AMQP to JMS transformer fails to properly map AMQP specific property types like UnsignedInteger

2013-06-18 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino updated PROTON-340: - Attachment: PROTON-340.patch Attaching fix for the bug. > AMQP to JMS transforme

[jira] [Resolved] (PROTON-340) AMQP to JMS transformer fails to properly map AMQP specific property types like UnsignedInteger

2013-06-18 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved PROTON-340. --- Resolution: Fixed > AMQP to JMS transformer fails to properly map AMQP specific property types >

[jira] [Commented] (PROTON-340) AMQP to JMS transformer fails to properly map AMQP specific property types like UnsignedInteger

2013-06-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13686978#comment-13686978 ] ASF subversion and git services commented on PROTON-340: Commit 14

Re: Data interface in Proton-J

2013-06-18 Thread Leon Mlakar
Fetched them, thank you. It does help indeed, At the first glance it looks like more than just 30% done. I even manged to integrate the stuff into my project and get the DataImpl instance through the factory with no problems. Will take a closer look in the next days, though. All this proton

Re: Data interface in Proton-J

2013-06-18 Thread Rob Godfrey
On 18 June 2013 23:45, Leon Mlakar wrote: > > Fetched them, thank you. It does help indeed Great > , At the first glance it looks like more than just 30% done. I may have done a bit more work on it over the weekend :) I didn't really want to check in something that was really no more than