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