Skip to content

Instantly share code, notes, and snippets.

@pmuir
Created September 7, 2010 10:07
Show Gist options
  • Save pmuir/568117 to your computer and use it in GitHub Desktop.
Save pmuir/568117 to your computer and use it in GitHub Desktop.
@SuppressWarnings("unchecked")
@Produces @Named @RequestScoped
public List<User> getUsers()
{
return userDatabase.createQuery("select u from User u").getResultList();
}
Description Resource Path Location Type
Producer method with a parameterized return type with a type variable declares any scope other than @Dependent Users.java /weld-jsf-login/src/main/java/org/jboss/weld/examples/login line 18 Validation Message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment