I am brand new to ServiceMix and have the following issue. I used the OSGI..code first
CXF Archetype and created a test service. I added NO code. I just compiled it into a bundle. I receive the following error when I try on install it.
Error executing command: The bundle "testservice_0.0.1.SNAPSHOT " could not be resolved. Reason: Missing Constraint: Import-Package: javax.xml.ws; version="2.2.0"
Can someon throw the Newbie a bone...Dave
Edited by: rep1dxm on Jul 25, 2011 5:53 PM
Hi,
Which version of Fuse ESB are you using?
If you are using Fuse ESB 4.4.0, you can see it has the JAXWS API 2.2.0 installed.
You bundle should be deployed rightly into it.
Willem