Hello guys, we have a application built on Java 7 and running on JBoss 7.1, and we want to migrate it to Java 8 and Wildfly (Jboss 8.1).
My code compiles but when I deploy it to Wildfly I go Guava errors:
Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type Set with qualifiers @Default at injection point [BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedConstructor] @Inject com.google.common.util.concurrent.ServiceManager(Set) at com.google.common.util.concurrent.ServiceManager.(ServiceManager.java:0)
This ServiceManager
class belongs to Google Guava. I have tried Guava 17, 16 and 15 and the problem still persists.
Does anybody know how to solve this conflict?
Thanks a lot in advance.
Regards,
--
--
guava-...@googlegroups.com
Project site: http://guava-libraries.googlecode.com
This group: http://groups.google.com/group/guava-discuss
This list is for general discussion.
To report an issue: http://code.google.com/p/guava-libraries/issues/entry
To get help: http://stackoverflow.com/questions/ask?tags=guava
---
You received this message because you are subscribed to the Google Groups "guava-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guava-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/guava-discuss/cddb7fa4-ee7c-4c53-9081-a82e8e15b2f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/guava-discuss/CALTwF%2BVTqDci-iy2FzDr-SYwvOA22unQdeuTag87xV2XNJHAEg%40mail.gmail.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/guava-discuss/cddb7fa4-ee7c-4c53-9081-a82e8e15b2f1%40googlegroups.com
--
--
guava-...@googlegroups.com
Project site: http://guava-libraries.googlecode.com
This group: http://groups.google.com/group/guava-discuss
This list is for general discussion.
To report an issue: http://code.google.com/p/guava-libraries/issues/entry
To get help: http://stackoverflow.com/questions/ask?tags=guava
---
You received this message because you are subscribed to the Google Groups "guava-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guava-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/guava-discuss/CALTwF%2BVTqDci-iy2FzDr-SYwvOA22unQdeuTag87xV2XNJHAEg%40mail.gmail.com.
[INFO] +- Engine:common:jar:1.0.0-SNAPSHOT:compile
[INFO] | +- com.sun.xml.ws:jaxws-tools:jar:2.1.5:compile
[INFO] | | \- com.sun.xml.bind:jaxb-xjc:jar:2.1.9:compile
[INFO] | \- com.google.guava:guava:jar:cdi1.0:15.0:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 23 seconds
[INFO] Finished at: Thu Jun 19 15:40:07 CST 2014
[INFO] Final Memory: 39M/345M
[INFO] ------------------------------------------------------------------------So, it seems the problem comes from jaxws-tools:jar:2.1.5. It seems to be a very old jar.
--
--
guava-...@googlegroups.com
Project site: http://guava-libraries.googlecode.com
This group: http://groups.google.com/group/guava-discuss
This list is for general discussion.
To report an issue: http://code.google.com/p/guava-libraries/issues/entry
To get help: http://stackoverflow.com/questions/ask?tags=guava
--- You received this message because you are subscribed to a topic in the Google Groups "guava-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/guava-discuss/hBZdkU5LyWM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to guava-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/guava-discuss/53A3F2DA.2070805%40durchholz.org.