Skip to content

Commit

Permalink
Workaround for JBoss AS
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Nov 11, 2010
1 parent 702c74a commit d0de991
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -24,7 +24,7 @@
import java.util.Date;
import java.util.LinkedList;

import javax.ejb.Singleton;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;

Expand All @@ -37,7 +37,8 @@
* @author <a href="mailto:jharting@redhat.com">Jozef Hartinger</a>
*
*/
@Singleton
//@Singleton
@Stateless
public class ImportBean
{

Expand Down

0 comments on commit d0de991

Please sign in to comment.