You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Liu Cong (JIRA)" <ji...@apache.org> on 2009/06/07 16:36:08 UTC

[jira] Created: (CXF-2253) Implement the SOAP/JMS specification for CXF

Implement the SOAP/JMS specification for CXF
--------------------------------------------

                 Key: CXF-2253
                 URL: https://issues.apache.org/jira/browse/CXF-2253
             Project: CXF
          Issue Type: Task
          Components: Transports
    Affects Versions: 2.2.3
            Reporter: Liu Cong


Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.

SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.

SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.

CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.

Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 

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


[jira] Resolved: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2253.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3


All subtasks resolved and such.  Closing this.  Anything remaining is a "bug" and should have separate jira's open

> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>            Assignee: Willem Jiang
>             Fix For: 2.3
>
>         Attachments: jms-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Updated: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Cong updated CXF-2253:
--------------------------

    Affects Version/s:     (was: 2.2.3)
                       2.3

> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-spec-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Updated: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Cong updated CXF-2253:
--------------------------

    Attachment: jms-spec-patch.txt

I create a module for SOAP/JMS specification. If you want to use transport-jms-spec module, you should delete the transport-jms module.


> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.2.3
>            Reporter: Liu Cong
>         Attachments: jms-spec-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Updated: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Cong updated CXF-2253:
--------------------------

    Attachment:     (was: jms-spec-patch.txt)

> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Commented: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724962#action_12724962 ] 

Willem Jiang commented on CXF-2253:
-----------------------------------

Applied the patch with thanks to LiuCong.
I did some change on my workspace, here are the comments of the patch.
1) added the missing cxf-extension-jms files and update jms-transport module pom.xml.
2) Set the transportID on the nowsdl jms endpoint of the JMS systest.
3) Fixed a PMD error of JMSDestinationTest.
4) Removed unused constants in the JMSSpecConstants.java

I also added some TODO comments on the JMSDestinationTest (from properties testing) and OldConfigHold (need to check the address information for extension parameter support). 

We need to revisit these TODO when we get time to refactor the code.

> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>            Assignee: Willem Jiang
>         Attachments: jms-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Commented: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722451#action_12722451 ] 

Willem Jiang commented on CXF-2253:
-----------------------------------

@LiuCong,
Can you submit the patch with the sub task?  It'll be more clear to know which take the patch belongs to.  

> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-spec-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Commented: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722458#action_12722458 ] 

Willem Jiang commented on CXF-2253:
-----------------------------------

@LiuCong,
Thanks for your contribution. 
  
Please keep in mind when you change the code of current JMS transport.
Since we have lots of user are using JMSTransport,  *Don't break the back compatibility of the jms transport*.

I saw you did some work on the SOAP/JMS property,  can you update the status on the JIRA?
 
Just some comments for your patch.
1)  Please don't change the code formate .
 I found you just cut long some lines code without change any other thing. 
It will bury your valuable changes and wast the reviewer time.

2) I didn't find any unit test codes of checking the SOAP/JMS fault,  can you add them?

3) Please remove the useless constants and The fault type in your JMS transport module.

3) Please use the Messages.properties file to store the  Message Constants that you want to use in the exception.

4) Can you add a system test for using the JMS URI Address directly without specify the WSDL?




> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-spec-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Updated: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Cong updated CXF-2253:
--------------------------

    Attachment: jms-patch.txt

According to the advice by willem. I have modify the patch I submitted before. And this is the new patch.

> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-patch.txt, jms-spec-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Updated: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Cong updated CXF-2253:
--------------------------

    Attachment:     (was: jms-spec-patch.txt)

> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Updated: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Cong updated CXF-2253:
--------------------------

    Description: 
Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.

SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.

SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.

CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.

Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 

My work state: http://wiki.apache.org/general/soapjms4cxf
GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

  was:
Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.

SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.

SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.

CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.

Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 


> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.2.3
>            Reporter: Liu Cong
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Issue Comment Edited: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723897#action_12723897 ] 

Liu Cong edited comment on CXF-2253 at 6/24/09 11:04 PM:
---------------------------------------------------------

According to the advice by willem. I have modified the patch which I submitted before. And this is the new patch.https://issues.apache.org/jira/secure/attachment/12411743/jms-patch.txt

      was (Author: liucong):
    According to the advice by willem. I have modified the patch which I submitted before. And this is the new patch.
  
> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Updated: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Cong updated CXF-2253:
--------------------------

    Comment: was deleted

(was: Is there some example for 4. I want to learn it quickly.
Thanks.



)

> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-spec-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Updated: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Cong updated CXF-2253:
--------------------------

    Attachment: jms-spec-patch.txt

> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-spec-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Issue Comment Edited: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723897#action_12723897 ] 

Liu Cong edited comment on CXF-2253 at 6/24/09 11:05 PM:
---------------------------------------------------------

According to the advice by willem. I have modified the patch which I submitted before. And this is the new patch.  https://issues.apache.org/jira/secure/attachment/12411743/jms-patch.txt

      was (Author: liucong):
    According to the advice by willem. I have modified the patch which I submitted before. And this is the new patch.https://issues.apache.org/jira/secure/attachment/12411743/jms-patch.txt
  
> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Commented: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722623#action_12722623 ] 

Liu Cong commented on CXF-2253:
-------------------------------

Is there some example for 4. I want to learn it quickly.
Thanks.





> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-spec-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Issue Comment Edited: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723897#action_12723897 ] 

Liu Cong edited comment on CXF-2253 at 6/24/09 11:03 PM:
---------------------------------------------------------

According to the advice by willem. I have modified the patch which I submitted before. And this is the new patch.

      was (Author: liucong):
    According to the advice by willem. I have modify the patch I submitted before. And this is the new patch.
  
> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Issue Comment Edited: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721874#action_12721874 ] 

Liu Cong edited comment on CXF-2253 at 6/19/09 9:54 AM:
--------------------------------------------------------

I create a module for SOAP/JMS specification. If you want to use transport-jms-spec module, you should delete the transport-jms module.
https://issues.apache.org/jira/secure/attachment/12411243/jms-spec-patch.txt. This is a patch for my SOAP/JMS work.

      was (Author: liucong):
    I create a module for SOAP/JMS specification. If you want to use transport-jms-spec module, you should delete the transport-jms module.

  
> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.2.3
>            Reporter: Liu Cong
>         Attachments: jms-spec-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Issue Comment Edited: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Liu Cong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721874#action_12721874 ] 

Liu Cong edited comment on CXF-2253 at 6/20/09 9:41 PM:
--------------------------------------------------------

I create a module for SOAP/JMS specification.
https://issues.apache.org/jira/secure/attachment/12411333/jms-spec-patch.txt This is a patch for my SOAP/JMS work.

      was (Author: liucong):
    I create a module for SOAP/JMS specification. If you want to use transport-jms-spec module, you should delete the transport-jms module.
https://issues.apache.org/jira/secure/attachment/12411243/jms-spec-patch.txt. This is a patch for my SOAP/JMS work.
  
> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>         Attachments: jms-spec-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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


[jira] Assigned: (CXF-2253) Implement the SOAP/JMS specification for CXF

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CXF-2253:
---------------------------------

    Assignee: Willem Jiang

> Implement the SOAP/JMS specification for CXF
> --------------------------------------------
>
>                 Key: CXF-2253
>                 URL: https://issues.apache.org/jira/browse/CXF-2253
>             Project: CXF
>          Issue Type: Task
>          Components: Transports
>    Affects Versions: 2.3
>            Reporter: Liu Cong
>            Assignee: Willem Jiang
>         Attachments: jms-patch.txt
>
>
> Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, Restful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
> SOAP over JMS offers an alternative messaging mechanism to SOAP over HTTP. SOAP over JMS offers more reliable and scalable messaging support than SOAP over HTTP.
> SOAP over JMS specification([WWW] http://www.w3.org/TR/soapjms/) is aimed at a set of standards for the transport of SOAP messages over JMS (Java Message Service). The main purpose is to ensure interoperability between the implementations of different Web services vendors.
> CXF does support SOAP over JMS, but it does not meet the current draft specification defined at [WWW] http://www.w3.org/TR/soapjms/ and instead uses some proprietary formats, headers, url formats, etc. This project would update the SOAP/JMS support in CXF to be completely specification compliant.
> Upon sucessful completion of the SOAP/JMS project, CXF will become one of the very first Open Source implementations of the SOAP/JMS specificiation. 
> My work state: http://wiki.apache.org/general/soapjms4cxf
> GitHub Source Code: http://github.com/liucong/jms4cxf2/tree/master

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