Hi Achim,

I believe there is an issue with karaf and AWS, in my servlet(no other
classes or external jars involve) i created a simple send() that sends email
using AmazonSES all is working with my junit test but when I deploy it to
karaf, my manifest is correct but got the same exception 

java.lang.NoClassDefFoundError: Could not initialize class
com.amazonaws.ClientConfiguration
        at com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient.

Same as previous exception except that its referring to AmazonS3Client as
the first test is reading properties file in S3 bucket.

>From my simple HelloWorldServlet.java alone I verified the issue, It is in
my github project posted above

May I as a favor to verify the issue? or should I post it to Jira in Karaf?

Thanks







--
View this message in context: 
http://karaf.922171.n3.nabble.com/deploying-a-war-with-dependencies-in-bundled-jars-tp4037488p4037776.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to