servicemix-osgi-cxf-code-first-archetype no longer works.....
-------------------------------------------------------------
Key: SMX4-274
URL: https://issues.apache.org/activemq/browse/SMX4-274
Project: ServiceMix 4
Issue Type: Bug
Reporter: Daniel Kulp
Assignee: Freeman Fang
If you try to use the servicemix-osgi-cxf-code-first-archetype to create a new
project, the resulting project won't build:
[ERROR] Error building bundle test:test:bundle:1.0-SNAPSHOT : Unresolved
references to [org.apache.cxf.jaxws] by class(es) on the
Bundle-Classpath[Jar:dot]: [test/client/Client.class]
[ERROR] Error(s) found in bundle configuration
There are two fixes that probably should be done:
1) Add org.apache.cxf.jaxws to the Import-Packages line
2) Lock down the version of the bundle plugin. That's what caused this issue
as it worked fine with the previous 1.4.3 version of the bundle plugin, but not
with the 2.0 version. Thus, people using this can be affected by whatever
version Felix releases.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.