Skip to content

Commit

Permalink
Add import to fix RequestScoped compile error in greeter. Remove Requ…
Browse files Browse the repository at this point in the history
…estScoped annotation from class level.
  • Loading branch information
sgilda committed May 16, 2013
1 parent 9e0734a commit 7bf2061
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -18,6 +18,7 @@

import java.util.logging.Logger;

import javax.enterprise.context.RequestScoped;
import javax.enterprise.inject.Produces;
import javax.enterprise.inject.spi.InjectionPoint;
import javax.faces.context.FacesContext;
Expand Down
Expand Up @@ -40,7 +40,6 @@
*
*/
@Stateful
@RequestScoped
public class Resources {

@PersistenceContext(type = PersistenceContextType.EXTENDED)
Expand Down

0 comments on commit 7bf2061

Please sign in to comment.