Created
September 7, 2010 10:07
-
-
Save pmuir/568117 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@SuppressWarnings("unchecked") | |
@Produces @Named @RequestScoped | |
public List<User> getUsers() | |
{ | |
return userDatabase.createQuery("select u from User u").getResultList(); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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