spring dynamic moduile bundle and amazon webservices
I am working on spring dynamic module. I am able to run simple bundles. But when I run a bundle which uses Amazon API (third party libraries), my bundle fail to exectue. I am using eclipse virgo server to deploy the bundle.
I tried three methods to fix the third party libraries dependancies,
copying them in ..\virgo-tomcat-server-3.5.0.RELEASE\pickup directory,
Adding there in enty in menifist file MANIFEST.MF as .,META-INF/lib/aws-java-sdk-1.3.14-javadoc.jar
copying them in virgo-tomcat-server-3.5.0.RELEASE\repository\usr\ directory
Still virgo server can't run the errors
I have attached the virgo server log for more details.