Skip to content

Instantly share code, notes, and snippets.

@crised
Created February 13, 2013 00:16
Show Gist options
  • Save crised/4774972 to your computer and use it in GitHub Desktop.
Save crised/4774972 to your computer and use it in GitHub Desktop.
@Produces
@ApplicationScoped
@Resource(lookup = "java:jboss/infinispan/container/appcache")
private EmbeddedCacheManager cacheManager;
@crised
Copy link
Author

crised commented Feb 13, 2013

WELD-001502 Resource producer field [Resource Producer Field [EmbeddedCacheManager] with qualifiers [@Any @default] declared as [[field] @ApplicationScoped @resource @produces private util.Resources.cacheManager]] must be @dependent scoped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment