Author: ningjiang
Date: Tue Oct 12 08:59:09 2010
New Revision: 1021684
URL: http://svn.apache.org/viewvc?rev=1021684&view=rev
Log:
clean up the cs error of camel-example-reportincident-ws-security-osgi
Modified:
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/src/test/java/org/apache/camel/example/reportincident/ReportIncidentRoutesTest.java
Modified:
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/src/test/java/org/apache/camel/example/reportincident/ReportIncidentRoutesTest.java
URL:
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-reportincident-ws-security-osgi/src/test/java/org/apache/camel/example/reportincident/ReportIncidentRoutesTest.java?rev=1021684&r1=1021683&r2=1021684&view=diff
==============================================================================
---
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/src/test/java/org/apache/camel/example/reportincident/ReportIncidentRoutesTest.java
(original)
+++
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/src/test/java/org/apache/camel/example/reportincident/ReportIncidentRoutesTest.java
Tue Oct 12 08:59:09 2010
@@ -23,6 +23,7 @@ import java.util.Map;
import org.apache.camel.CamelContext;
import org.apache.camel.test.junit4.CamelSpringTestSupport;
+import org.apache.cxf.interceptor.Interceptor;
import org.apache.cxf.interceptor.LoggingOutInterceptor;
import org.apache.cxf.jaxws.JaxWsProxyFactoryBean;
import org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor;
@@ -47,7 +48,7 @@ public class ReportIncidentRoutesTest ex
}
protected static ReportIncidentEndpoint createCXFClient() {
- List outInterceptors = new ArrayList();
+ List<Interceptor> outInterceptors = new ArrayList<Interceptor>();
// Define WSS4j properties for flow outgoing
Map<String, Object> outProps = new HashMap<String, Object>();