[
https://issues.apache.org/activemq/browse/CAMEL-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48212#action_48212
]
Andi Abes commented on CAMEL-1190:
----------------------------------
Index:
F:/aabes/workspaces/projects/apache_camle/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/interceptors/SoapMessageInInterceptor.java
===================================================================
---
F:/aabes/workspaces/projects/apache_camle/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/interceptors/SoapMessageInInterceptor.java
(revision 727142)
+++
F:/aabes/workspaces/projects/apache_camle/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/interceptors/SoapMessageInInterceptor.java
(working copy)
@@ -32,7 +32,6 @@
import org.w3c.dom.Node;
-import org.apache.camel.pizza.types.CallerIDHeaderType;
import org.apache.cxf.binding.soap.SoapMessage;
import org.apache.cxf.binding.soap.model.SoapBindingInfo;
import org.apache.cxf.common.logging.LogUtils;
> SoapMessageInInterceptor imports test generated
> code(pizza.types.CallerIDHeaderType)
> ------------------------------------------------------------------------------------
>
> Key: CAMEL-1190
> URL: https://issues.apache.org/activemq/browse/CAMEL-1190
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-cxf
> Affects Versions: 2.0.0
> Environment: pure code
> Reporter: Andi Abes
>
> org.apache.camel.component.cxf.interceptors.SoapMessageInInterceptor imports
> a class generated from test code
> import org.apache.camel.pizza.types.CallerIDHeaderType;
> This makes life a bit annoying when trying to debug/develop with camel-cxf
> without generating the full test code.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.