Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Rejected
-
Affects Version/s: 7.0.0.Final
-
Fix Version/s: None
-
Component/s: Test Suite
-
Labels:None
-
Environment:7.1.0.Alpha1 Jenkins build 1402
-
Forum Reference:
Description
In JBoss 6 UserTransaction was exposed in JNDI named as java:comp/UserTransaction. Thus an Arquillian test method could be encapsulated in one single transaction:
- lookup() the UserTransaction
- begin() inside @Before
- commit() inside @After
Unfortunately, JBoss 7 doesn't have a JNDI entry for UserTransaction.
This appears more of a Arquillian question. The java:comp namespace is specific to components (like EJB, servlet etc...) and can only be used from within them. I don't know how Arquillian used to handle this in AS6.
Assigning to Arquillian component.