ClassNotFoundException when using bundled spring-context-support [message #757311] |
Thu, 17 November 2011 11:15  |
Eclipse User |
|
|
|
My application war works when deployed on virgo server.
I'm trying to make it a shared services war directly.
The war has some libraries in its WEB/INF lib.
I removed spring core,config,bean,context dependencies from WEB-INF/lib and added a library import into the manifest.
I have configured my web xml to use the osgified context class.
The spring-context-support package throws a ClassNotFoundException on one of the classes which is present in a jar inside WEB-INF/lib folder of my war
a clhas on the class shows that my war indeed has the class
I have the tried following
-----------------------------
1. exporting the package from inside the war through export-package header in manifest.
What am I missing?
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03846 seconds