Hi I think the CXF upgrade broke some examples. I get this compile error now
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project camel-example-reportincident-wssecurity: Compilation failure: Compilation failure: [ERROR] /Users/davsclaus/workspace/camel/examples/camel-example-reportincident-wssecurity/src/main/java/org/apache/camel/example/reportincident/UTPasswordCallback.java:[26,29] error: package org.apache.ws.security does not exist [ERROR] /Users/davsclaus/workspace/camel/examples/camel-example-reportincident-wssecurity/src/main/java/org/apache/camel/example/reportincident/UTPasswordCallback.java:[50,12] error: cannot find symbol [ERROR] symbol: class WSPasswordCallback [ERROR] location: class UTPasswordCallback [ERROR] /Users/davsclaus/workspace/camel/examples/camel-example-reportincident-wssecurity/src/main/java/org/apache/camel/example/reportincident/UTPasswordCallback.java:[50,37] error: cannot find symbol [ERROR] -> [Help 1] Also please check the maven archetypes we have with CXF as they may be broken/affected too. And if there is an API breaking/change in CXF, we may need to upgrade the OSGi ranges for CXF to be [3,4) On Tue, May 20, 2014 at 4:59 AM, <ningji...@apache.org> wrote: > Upgrade CXF version to 3.0.0 > > > Project: http://git-wip-us.apache.org/repos/asf/camel/repo > Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c1604024 > Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c1604024 > Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c1604024 > > Branch: refs/heads/master > Commit: c160402483affab0f26fddd2abfeb5ec21e652b8 > Parents: b93d3c5 > Author: Willem Jiang <willem.ji...@gmail.com> > Authored: Tue May 20 10:55:47 2014 +0800 > Committer: Willem Jiang <willem.ji...@gmail.com> > Committed: Tue May 20 10:55:47 2014 +0800 > > ---------------------------------------------------------------------- > parent/pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/camel/blob/c1604024/parent/pom.xml > ---------------------------------------------------------------------- > diff --git a/parent/pom.xml b/parent/pom.xml > index 14659f8..b52b11f 100644 > --- a/parent/pom.xml > +++ b/parent/pom.xml > @@ -107,7 +107,7 @@ > <commons-vfs2-version>2.0</commons-vfs2-version> > <concurrentlinkedhashmap.version>1.4</concurrentlinkedhashmap.version> > <cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version> > - <cxf-version>2.7.11</cxf-version> > + <cxf-version>3.0.0</cxf-version> > <cxf-version-range>[2.6,4.0)</cxf-version-range> > <cxf-xjc-utils-version>2.7.0</cxf-xjc-utils-version> > <deltaspike-version>0.7</deltaspike-version> > -- Claus Ibsen ----------------- Red Hat, Inc. Email: cib...@redhat.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/