users@glassfish.java.net

[gf-users] Re: Can anyone translate this lengthy error in to plain English?

From: <forums_at_java.net>
Date: Wed, 11 Jun 2014 05:37:14 -0500 (CDT)

I will guess the problem that you are running into is that you are trying to
deploy a war file that includes Guava. This is known to not work in GlassFish
4 out of the box - see issue: https://java.net/jira/browse/GLASSFISH-20579
The problem is that CDI (jboss weld) is overly aggressive in its classpath
scanning by default. You can disable this with: asadmin set
configs.config.server-config.cdi-service.enable-implicit-cdi=false

--
[Message sent by forum member 'slominskir']
View Post: http://forums.java.net/node/903291