[jira] Issue Comment Edited: (QPID-1766) Implemention of selector using Xquery

2009-09-21 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758105#action_12758105 ] chenta lee edited comment on QPID-1766 at 9/21/09 8:08 PM: --- I forg

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-09-21 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Attachment: selector_patch_20090922.diff I forgot the add the header files before creating the new patch.

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-09-21 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Attachment: prime_number.diff Here is an example that use selector to get the prime number between 1~100

[jira] Commented: (QPID-1766) Implemention of selector using Xquery

2009-09-20 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757786#action_12757786 ] chenta lee commented on QPID-1766: -- Yes, it is ready to test again. About the new algorith

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-09-17 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Attachment: selector_pytest.diff Add unit tests for selector to python testing framework. I added two uni

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-09-17 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Attachment: selector_new.diff I solved this issue using the simplest approach. At first, I try to update

[jira] Issue Comment Edited: (QPID-1766) Implemention of selector using Xquery

2009-09-14 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754964#action_12754964 ] chenta lee edited comment on QPID-1766 at 9/14/09 5:49 AM: --- After

[jira] Commented: (QPID-1766) Implemention of selector using Xquery

2009-09-14 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754964#action_12754964 ] chenta lee commented on QPID-1766: -- After some experiment, add a point to consumer in Queue

[jira] Commented: (QPID-1766) Implemention of selector using Xquery

2009-09-03 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750908#action_12750908 ] chenta lee commented on QPID-1766: -- I finally have sometime to look into this problem. Thi

[jira] Updated: (QPID-1993) Solved the "ignoring return vaule" error

2009-07-19 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1993: - Attachment: patch.diff This patch solved the issue I just posted. > Solved the "ignoring return vaule" er

[jira] Created: (QPID-1993) Solved the "ignoring return vaule" error

2009-07-19 Thread chenta lee (JIRA)
Solved the "ignoring return vaule" error Key: QPID-1993 URL: https://issues.apache.org/jira/browse/QPID-1993 Project: Qpid Issue Type: Bug Components: C++ Broker, C++ Client Environ

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-06-11 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Attachment: message_selector_pytest.patch Add python example for testing. The testing program combined fo

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-04-22 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Attachment: selector.diff Fix the segmentation fault. The declaration order of XQilla and selectorQuery i

[jira] Created: (QPID-1787) Wrong parameter order of memset In cluster/Cpg.cpp

2009-04-04 Thread chenta lee (JIRA)
Wrong parameter order of memset In cluster/Cpg.cpp -- Key: QPID-1787 URL: https://issues.apache.org/jira/browse/QPID-1787 Project: Qpid Issue Type: Bug Components: C++ Broker

[jira] Updated: (QPID-1787) Wrong parameter order of memset In cluster/Cpg.cpp

2009-04-04 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1787: - Attachment: Cpg.cpp.patch Here is the patch to fix this bug > Wrong parameter order of memset In cluster/

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-03-25 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Attachment: Makefile.patch selector_client.patch selector_broker.patch 1.

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-03-23 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Attachment: selector.patch Thank you Gordan, I fixed the locking bug. And Carl mention me that I still us

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-03-23 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Attachment: selector_example.zip Here is the example for message selector > Implemention of selector usin

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-03-21 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Issue Type: Improvement (was: New Feature) > Implemention of selector using Xquery >

[jira] Updated: (QPID-1766) Implemention of selector using Xquery

2009-03-21 Thread chenta lee (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenta lee updated QPID-1766: - Attachment: Makefile.patch selector_client.patch selector.patch The curren

[jira] Created: (QPID-1766) Implemention of selector using Xquery

2009-03-21 Thread chenta lee (JIRA)
Implemention of selector using Xquery - Key: QPID-1766 URL: https://issues.apache.org/jira/browse/QPID-1766 Project: Qpid Issue Type: New Feature Components: C++ Broker, C++ Client Envir