Skip to content

Instantly share code, notes, and snippets.

@mbogoevici
Created July 17, 2012 21:17
Show Gist options
  • Save mbogoevici/3132176 to your computer and use it in GitHub Desktop.
Save mbogoevici/3132176 to your computer and use it in GitHub Desktop.
Caused by: java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.copyOf([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
   at org.jboss.errai.reflections.Reflections.getTypesAnnotatedWith(Reflections.java:358)
   at org.jboss.errai.common.metadata.MetaDataScanner.getTypesAnnotatedWith(MetaDataScanner.java:223)
   at org.jboss.errai.common.rebind.EnvUtil.loadConfiguredPortableTypes(EnvUtil.java:88)
   at org.jboss.errai.common.rebind.EnvUtil.getEnvironmentConfig(EnvUtil.java:150)
   at org.jboss.errai.common.rebind.EnvUtil.isPortableType(EnvUtil.java:155)
   at org.jboss.errai.common.rebind.EnvUtil.getAllPortableSubtypes(EnvUtil.java:183)
   at org.jboss.errai.cdi.server.CDIExtensionPoints.processEventInjector(CDIExtensionPoints.java:248)
   at org.jboss.errai.cdi.server.CDIExtensionPoints.observeResources(CDIExtensionPoints.java:219)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment