Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Missing Transaction Dependancy #22

Open
manawardhana opened this issue Jun 12, 2012 · 0 comments
Open

Missing Transaction Dependancy #22

manawardhana opened this issue Jun 12, 2012 · 0 comments

Comments

@manawardhana
Copy link

I was getting TransactionRequiredException when I'm using EntityManager in JSF managed beans. I fixed it by adding following dependancy to pom.xml of web module:

  <dependency>
     <groupId>org.jboss.spec.javax.transaction</groupId>
     <artifactId>jboss-transaction-api_1.1_spec</artifactId>
     <scope>provided</scope>
  </dependency>

I feel like it should be added by default.

Thank you!

rafabene pushed a commit to rafabene/jboss-as-archetype that referenced this issue Mar 21, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant