[
https://issues.apache.org/activemq/browse/CAMEL-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40032
]
James Strachan commented on CAMEL-118:
--------------------------------------
So I've tried IDEA, eclipse, patch and TextMate. None of them are capable of
applying your latest cxf.patch2 file. I've no idea what it is you're doing
thats screwing up any attempt at an automated apply.
How are you creating the patch file?
Here's the output from patch...
{code}
stracbook:/workspace/java/camel jstrachan$ patch -i ~/Desktop/cxf.patch2
(Stripping trailing CRs from patch.)
patching file CxfRouterTest.java
(Stripping trailing CRs from patch.)
patching file CxfProducerTest.java
(Stripping trailing CRs from patch.)
can't find file to patch at input line 227
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|
|Property changes on:
components\camel-cxf\src\test\java\org\apache\camel\component\cxf\CxfProducerTest.java
|___________________________________________________________________
|Name: svn:keywords
| + Rev Date
|Name: svn:eol-style
| + native
|
|Index:
components/camel-cxf/src/test/java/org/apache/camel/component/cxf/HelloServiceImpl.java
|===================================================================
|---
components/camel-cxf/src/test/java/org/apache/camel/component/cxf/HelloServiceImpl.java
(revision 570399)
|+++
components/camel-cxf/src/test/java/org/apache/camel/component/cxf/HelloServiceImpl.java
(working copy)
--------------------------
File to patch: ^C
{code}
In Ecilpse most of the changes are marked with a red ! which means eclipse
won't apply them.
> Camel CXF Invoker component support
> -----------------------------------
>
> Key: CAMEL-118
> URL: https://issues.apache.org/activemq/browse/CAMEL-118
> Project: Apache Camel
> Issue Type: Sub-task
> Components: camel-cxf
> Reporter: Willem Jiang
> Fix For: 1.2.0
>
> Attachments: cxf.patch, cxf.patch2, filestates, svn-rm.patch
>
>
> CXFProducer holds the CXF client's reference,CXFConsumer holds the CXF
> server's reference, Now I just wrote a router test which redirect a service
> request from CXFService A to CXFService B
> I attached a patch and a svn state out put which would be helpful to verify
> the files statues
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.