Hi All - I've been integrating with CDK for some basic mol file analysis. My application runs in glassfish, and using targeted jars I haven't had any issues. I've been extending the usage and am now importing the entire cdk jar - which raises a well known issue with the version of guava that is imported:
WELD-001408 Unsatisfied dependencies for type [Set<Service>] with qualifiers [@Default] at injection point [[BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedConstructor] @Inject com.google.common.util.concurrent.ServiceManager(Set<Service>)] The situation is described here: https://java.net/jira/browse/GLASSFISH-20579 I assume others have run into this? Given you have embedded guava I can't really resolve it without crippling CDI (which I'd prefer not to do) or repackaging cdk with a newer version of guava. Anyone else have better recommendations? jks ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Cdk-user mailing list Cdk-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdk-user