Hi Aswin,
Thank you for your contribution. I got your patch and am working on it.
"svn diff " only show the difference of the files under the control, so
you need to use "svn add" to add the newly added files.
And you could create a new JIRA to submit the patch that we can keep the
track of it.
AFAIK, we do not need to add check if the SEI is the webservice provider.
I will add a unit test for the camel-cxf component against your patch to
test for that.
Willem.
aswin.nair wrote:
Hello Willem,
willem.jiang wrote:
Here are some points that I want to say about the patch:
1. You need to create a JIRA[1] to submit the patch and grant it with
ASF license otherwise I can't applied it.
2. Please using the "svn diff > path "command to create the patch. It
will generate the patch file will relate patch.
3. I notice you remove the cxf component META_INF description file, but
do not add a new one for that.
BTW, I will start a new thread to discuss whether we need to change the
cxf component's URI prefix "cxf" to avoid the "cxf" bus conflict in the
spring context.
[1]https://issues.apache.org/activemq/browse/CAMEL
I have created https://issues.apache.org/activemq/browse/CAMEL-332 Jira
issue 332 for this and have submitted the patch there as you wanted me to.
I reverted the change done renaming the cfx component in META_INF as I saw
it was getting worked on now.
I have created a new set of examples for the webservice provider based
configuration that routes the call to a simple bean. Where do I submit those
files to? I am not able to get a svn diff for the newly added files, how do
I do that?