Skip to content

Instantly share code, notes, and snippets.

@brunodutr
Created March 17, 2019 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunodutr/458ed4fc9857332ed7b9fdb183c3ebd0 to your computer and use it in GitHub Desktop.
Save brunodutr/458ed4fc9857332ed7b9fdb183c3ebd0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" ?>
<arquillian
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://jboss.org/schema/arquillian"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<defaultProtocol type="Servlet 3.0" />
<extension qualifier="transaction">
<property name="manager">java:jboss/UserTransaction</property>
</extension>
</arquillian>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment