Skip to content

Commit

Permalink
arq starts a session for the whole test case, but a request per metho…
Browse files Browse the repository at this point in the history
…d, so cow's name get lost
  • Loading branch information
pmuir committed Jul 29, 2010
1 parent a3abe65 commit 129ca05
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -16,9 +16,9 @@
*/
package org.jboss.weld.tests.builtinBeans;

import javax.enterprise.context.RequestScoped;
import javax.enterprise.context.ApplicationScoped;

@RequestScoped
@ApplicationScoped
public class Cow
{

Expand Down

0 comments on commit 129ca05

Please sign in to comment.