On Tue, Aug 10, 2010 at 7:07 AM, <[email protected]> wrote: > java.lang.NoClassDefFoundError: > org/codehaus/jackson/map/AnnotationIntrospector
It looks like you are still missing some dependencies... best would be to go to a working sample, do a mvn dependency:copy-dependencies and check what jars you have missing. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
