|
| Re: NoClassDefFoundError on SpringBlueprintContainer when installing cxf-api [message #990247 is a reply to message #989985] |
Tue, 11 December 2012 10:24   |
Glyn Normington Messages: 1186 Registered: July 2009 |
Senior Member |
|
|
It's normal for two instances of Gemini Blueprint to be installed. One goes in the kernel region (from plugins/) and the other in the user region via the kernel deployer. The two shouldn't interfere with each other unless you have changed the user region properties file (in configuration/). The bundles you drop into pickup/ are deployed into the user region and should collaborate with the Gemini Blueprint in the user region.
I agree the behaviour you are seeing is pretty bizarre though. The CXF API bundle doesn't contain any embedded JARs does it? (Some CXF "uber bundles" do contain embedded JARs and can lead to surprising behaviour.)
[Updated on: Tue, 11 December 2012 10:25] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
| Re: NoClassDefFoundError on SpringBlueprintContainer when installing cxf-api [message #1034304 is a reply to message #990923] |
Fri, 05 April 2013 05:10  |
C TRAN-XUAN Messages: 6 Registered: December 2011 |
Junior Member |
|
|
Hello all,
We had the same issue with the cxf-bundle-minimal-2.7.0. But this did not prevent our bundle from starting within Virgo 3.5.0.RELEASE. We just had the same stacktrace in the log.
I don't know whether it helps for your issue but we did create fragment to import the missing package and the stacktrace went off.
Manifest-Version: 1.0
Implementation-Version: 1.0.0.RELEASE
Implementation-Revision: revZzz
Tool: Bundlor 1.1.1.RELEASE
Bundle-Name: com.xxx.yyy.cxf-bundle-minimal.fragment
Created-By: Apache Maven 3.0.4
Fragment-Host: org.apache.cxf.bundle-minimal
Bundle-Version: 1.0.0.RELEASE
Build-Jdk: 1.6.0_30
Bundle-ManifestVersion: 2
Import-Package: org.eclipse.gemini.blueprint.blueprint.container;versi
on="1.0.0"
Bundle-SymbolicName: com.xxx.yyy.cxf-bundle-minimal.fragment
Specification-Version: 1.0.0.RELEASE
Archiver-Version: Plexus Archiver
I hope this help.
|
|
|
Powered by
FUDForum. Page generated in 0.01763 seconds