|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (QPID-1341) XML Exchange - now modified to be a moduleXML Exchange - now modified to be a module
------------------------------------------ Key: QPID-1341 URL: https://issues.apache.org/jira/browse/QPID-1341 Project: Qpid Issue Type: Improvement Components: C++ Broker Reporter: Jonathan Robie The XML Exchange was previously not a separate module. This patch fixes that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (QPID-1341) XML Exchange - now modified to be a module[ https://issues.apache.org/jira/browse/QPID-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Robie updated QPID-1341: --------------------------------- Attachment: qpid-test.after.diff I still need to modify the unit tests to load the XML Exchange before running the XML Exchange unit tests. The XML Exchange has been tested with the examples. > XML Exchange - now modified to be a module > ------------------------------------------ > > Key: QPID-1341 > URL: https://issues.apache.org/jira/browse/QPID-1341 > Project: Qpid > Issue Type: Improvement > Components: C++ Broker > Reporter: Jonathan Robie > Attachments: qpid-test.after.diff > > > The XML Exchange was previously not a separate module. This patch fixes that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (QPID-1341) XML Exchange - now modified to be a module[ https://issues.apache.org/jira/browse/QPID-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Robie updated QPID-1341: --------------------------------- Attachment: (was: qpid-test.after.diff) > XML Exchange - now modified to be a module > ------------------------------------------ > > Key: QPID-1341 > URL: https://issues.apache.org/jira/browse/QPID-1341 > Project: Qpid > Issue Type: Improvement > Components: C++ Broker > Reporter: Jonathan Robie > > The XML Exchange was previously not a separate module. This patch fixes that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (QPID-1341) XML Exchange - now modified to be a module[ https://issues.apache.org/jira/browse/QPID-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Robie updated QPID-1341: --------------------------------- Attachment: xmlexchange.diff This adds some files missing from the original patch (oops!), and also modifies the unit tests to provide some additional tests: - A faulty XQuery must raise an exception that the client can catch, but must not crash the server. - The content of a message is not required to be valid or well-formed XML (but if it is not, it does not match an XQuery binding) > XML Exchange - now modified to be a module > ------------------------------------------ > > Key: QPID-1341 > URL: https://issues.apache.org/jira/browse/QPID-1341 > Project: Qpid > Issue Type: Improvement > Components: C++ Broker > Reporter: Jonathan Robie > Attachments: xmlexchange.diff > > > The XML Exchange was previously not a separate module. This patch fixes that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (QPID-1341) XML Exchange - now modified to be a module[ https://issues.apache.org/jira/browse/QPID-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639904#action_12639904 ] Carl Trieloff commented on QPID-1341: ------------------------------------- Patch committed I have been able to create a client python error (only once) It should be investigated - however I don't believe it is related to this patch, thus made the commit. Exception in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib64/python2.5/threading.py", line 460, in __bootstrap File "/usr/lib64/python2.5/threading.py", line 440, in run File "/home/cctrieloff/apache/qpid1/python/qpid/connection.py", line 158, in run File "/home/cctrieloff/apache/qpid1/python/qpid/delegates.py", line 46, in received File "/home/cctrieloff/apache/qpid1/python/qpid/delegates.py", line 86, in session_detached File "/home/cctrieloff/apache/qpid1/python/qpid/connection.py", line 107, in detach File "/usr/lib64/python2.5/threading.py", line 114, in release <type 'exceptions.TypeError'>: 'NoneType' object is not callable Unhandled exception in thread started by Error in sys.excepthook: > XML Exchange - now modified to be a module > ------------------------------------------ > > Key: QPID-1341 > URL: https://issues.apache.org/jira/browse/QPID-1341 > Project: Qpid > Issue Type: Improvement > Components: C++ Broker > Reporter: Jonathan Robie > Attachments: xmlexchange.diff > > > The XML Exchange was previously not a separate module. This patch fixes that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (QPID-1341) XML Exchange - now modified to be a module[ https://issues.apache.org/jira/browse/QPID-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated QPID-1341: -------------------------------------- Affects Version/s: M4 > XML Exchange - now modified to be a module > ------------------------------------------ > > Key: QPID-1341 > URL: https://issues.apache.org/jira/browse/QPID-1341 > Project: Qpid > Issue Type: Improvement > Components: C++ Broker > Affects Versions: M4 > Reporter: Jonathan Robie > Attachments: xmlexchange.diff > > > The XML Exchange was previously not a separate module. This patch fixes that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Resolved: (QPID-1341) XML Exchange - now modified to be a module[ https://issues.apache.org/jira/browse/QPID-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved QPID-1341. ------------------------------ Resolution: Fixed > XML Exchange - now modified to be a module > ------------------------------------------ > > Key: QPID-1341 > URL: https://issues.apache.org/jira/browse/QPID-1341 > Project: Qpid > Issue Type: Improvement > Components: C++ Broker > Affects Versions: M4 > Reporter: Jonathan Robie > Attachments: xmlexchange.diff > > > The XML Exchange was previously not a separate module. This patch fixes that. -- 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-subscribe@... |
| Free embeddable forum powered by Nabble | Forum Help |