Re: Capturing Jms headers data

2009-09-11 Thread liucong
Hi Eamonn, Eamonn Dwyer wrote: Hi Liu thanks for that. So can you tell what I would be able to use to capture the JMS headers when the server is replying to the client if I shouldn't use org.apache.cxf.jms.server.reply.headers? Actually when is org.apache.cxf.jms.server.reply.headers used?

Re: Capturing Jms headers data

2009-09-10 Thread liucong
Hi, Eamonn Dwyer wrote: Hi I would like to write an interceptor to capture all the JMS header data. Would the following work? for an inbound interceptor at the server side ... String buffer = new StringBuffer(); JMSMessageHeadersType jmsMessageHeadersType =

Re: test suite patch.

2009-07-26 Thread liucong
that you made ? Finally, you can submit the patch to CXF JIRA with the description of patch and let other people to have a look at this :) Cheers, Willem liucong wrote: Hi I have created a test suite patch for jms-transport. And I have modified some bugs in the code.

Re: How to generate the CorrelationID in the client in jms transport?

2009-07-26 Thread liucong
it CorrelationID generation rule on the wiki to make sure every body knows what is going on there :) Any other thoughts? Willem liucong wrote: Hi, I'm very confused with the CorrelationID which is generated by the jms-transport. The configuration piece as follows: service name

How to generate the CorrelationID in the client in jms transport?

2009-07-24 Thread liucong
Hi, I'm very confused with the CorrelationID which is generated by the jms-transport. The configuration piece as follows: service name=HelloWorldServiceRuntimeCorrelationIDStaticPrefix port binding=tns:HelloWorldPortBinding name=HelloWorldPortRuntimeCorrelationIDStaticPrefixEng jms:clientConfig

request-response patterns.

2009-07-23 Thread liucong
Hi, Some information about JMS Correlation ID patten and Message ID pattern on request-response patterns (http://edocs.bea.com/alsb/docs25/interopjms/MsgIDPatternforJMS.html). By digging into the code about jms-transport, I know the current jms-transport uses the Correlation ID Pattern. But the

Re: request-response patterns.

2009-07-23 Thread liucong
Hi, Should I change to use Message ID Pattern and make it compatible with the specification? liucong wrote: Hi, Some information about JMS Correlation ID patten and Message ID pattern on request-response patterns (http://edocs.bea.com/alsb/docs25/interopjms/MsgIDPatternforJMS.html

Re: An Exception occurs when use wsdl extension in the port

2009-07-06 Thread liucong
binding could reset the address on the transport or something. Would be good to check if this is the case before diving in too deep. Dan On Sat July 4 2009 7:51:40 am liucong wrote: Hi all, When I implement the WSDL usage for SOAP/JMS, I encountered an exception. I create

Re: An Exception occurs when use wsdl extension in the port

2009-07-06 Thread liucong
in too deep. Dan On Sat July 4 2009 7:51:40 am liucong wrote: Hi all, When I implement the WSDL usage for SOAP/JMS, I encountered an exception. I create an service and invoke it using wsdl-first. If the wsdl file looks like this[1] : wsdl:definitions wsdl:service name

An Exception occurs when use wsdl extension in the port

2009-07-04 Thread liucong
Hi all, When I implement the WSDL usage for SOAP/JMS, I encountered an exception. I create an service and invoke it using wsdl-first. If the wsdl file looks like this[1] : wsdl:definitions wsdl:service name=JMSGreeterService wsdl:port binding=tns:JMSGreeterPortBinding name=GreeterPort

Re: How to add wsdl extension for SOAP/JMS.

2009-07-03 Thread liucong
with simpleContent and simpleType object), you cannot extend TExtensibilityElementImpl. Instead, you would need to make it implement ExtensibilityElement interface and add the QName and required fields and such. Dan On Wed July 1 2009 12:18:15 pm liucong wrote: Hi, I do a simple

Re: How to add wsdl extension for SOAP/JMS.

2009-06-24 Thread liucong
that would make all the generated types automatically implement the wsdl4j ExtensibiltyElement interface and add the methods/fields for that. That can significantly cleanup the CXF schemas for all the extensors. It would be completely automatic. Dan On Tue June 23 2009 11:51:43 am liucong wrote

Re: SOAP/JMS specification for CXF [Project Status]

2009-06-24 Thread liucong
Hi all, I have submitted a patch for my work in transport-jms. https://issues.apache.org/jira/browse/CXF-2253. It is not complete, and I'll continue to work on it to make it complete. Any suggests are welcome! liu liucong wrote: Hi all, Project Description: SOAP over JMS specification

How to add wsdl extension for SOAP/JMS.

2009-06-23 Thread liucong
Hi, I want to add wsdl extension for SOAP/JMS according to http://www.w3.org/TR/2008/WD-soapjms-20081121/#wsdl-extensions. For example, I want add wsdl extension for DeliveryMode property. I edit the wsdl file like[1]: wsdl:binding name=JMSGreeterPortBinding type=tns:JMSGreeterPortType

Re: How to implement the SOAP Fault for JMS Transport?

2009-06-16 Thread liucong
. How to deal with soapjms:isFault property. If the soapjms:isFault is true, it indicates that the response is a SOAP fault. How to deal with this property. best regards, liu Daniel Kulp Writes: On Wed June 10 2009 4:38:37 am liucong wrote: So, the JMS transport just copy JMS message

SOAP/JMS specification for CXF [Project Status]

2009-06-10 Thread liucong
advice or help are welcome! Project Information: 1.Project Status: http://wiki.apache.org/general/soapjms4cxf 2.Project Code: http://github.com/liucong/jms4cxf2/tree/master 3.Project JIRA task: https://issues.apache.org/jira/browse/CXF-2253 What I have done: 1.Implement a simple JMS URI (http

Re: How to implement the SOAP Fault for JMS Transport?

2009-06-10 Thread liucong
On Mon June 8 2009 10:54:18 pm liucong wrote: Hi, Willem Jiang Writes: Hi, I think you mean how to throw the fault from the JMS transport. Basically , if you throw the fault from a CXF interceptor, CXF's interceptors chain will take care of it and build the fault message and throw

Re: How to implement the SOAP Fault for JMS Transport?

2009-06-08 Thread liucong
, for example, http://schemas.xmlsoap.org/wsdl/soap/. SOAP/JMS may not provide a SOAP JMS binding id or something like that. I think we should not add bindingid, too. Just my 2 cents, Willem liucong wrote: Hi all, When I implement the SOAP Over JMS Specification, I don’t know how to implement SOAP

Re: How to implement the SOAP Fault for JMS Transport?

2009-06-08 Thread liucong
jms binding. Just my 2 cents, Willem liucong wrote: Hi all, When I implement the SOAP Over JMS Specification, I don’t know how to implement SOAP fault for it. I use the org.apache.cxf.interceptor.Fault to record the Fault information. For example, I create a Fault instance

a question when I run the JUnit test in eclipse.

2009-06-07 Thread liucong
Hi all, I have encountered a question when I run the JUnit test in eclipse. I have set up my eclipse workspace(eclipse 3.4.1) following the orders in http://cxf.apache.org/setting-up-eclipse.html. Than I run a JUnit test org.apache.cxf.systest.fault.IntFaultClientServerTest.java in cxf-systests.

How to implement the SOAP Fault for JMS Transport?

2009-06-07 Thread liucong
Hi all, When I implement the SOAP Over JMS Specification, I don’t know how to implement SOAP fault for it. I use the org.apache.cxf.interceptor.Fault to record the Fault information. For example, I create a Fault instance for SOAP fault subcode contentTypeMismatch

Re: GSoC projects for CXF

2009-06-07 Thread liucong
Hi, My cwiki.apache.org/CXF's User Name: liucon...@gmail.com, Full Name: jason. I have create a project for my project in gitHub. (http://github.com/liucong/jms4cxf2/tree/master). If it is needed, I'll do it following 3) One interesting thought: Best regards, Liu Willem Jiang

my blog for gsoc, SOAP/JMS

2009-04-25 Thread liucong
Hi everyone, I have just started my first technical blog in google Blog (http://liucong07.blogspot.com/), and posted some articles about Google Summer of Code. My project is SOAP/JMS. I'll do some updates about my project in here, and post some questions or my understanding about CXF and Web

Re: A novice for CXF, woking on SOAP/JMS

2009-04-23 Thread liucong
Hi All, Any quest, suggest, advice or help will be welcome. Thank you very much. Liu Cong I am Liu Cong. My nick in irc is liucong.I'm so excited as I am accepted by CXF as gsoc student.I will work on SOAP/JMS project, which will update the SOAP/JMS support in CXF to be completely

GSoC Proposal:Implement JiBX databinding for CXF

2009-04-01 Thread liucong
Hi all, This is another proposal for cxf-jibx. I have published my proposal about cxf-jibx on http://wiki.apache.org/general/soc2009-cxf-jibx-proposal. The GSoC page is here:http://socghop.appspot.com/document/show/user/liucong/cxf_jibx_databinding Any comments

Re: GSoC Proposal:Implement the SOAP/JMS specification for CXF

2009-03-31 Thread liucong
page is here: http://socghop.appspot.com/document/show/user/liucong/cxf_soapjms Any comments and suggestions are welcome. Thanks in advance for your feedback. Thank You, Liu Cong