Skip to content
Discussion options

You must be logged in to vote

we have solved this issue with the incorporation of below configuration,

<New id="usertx" class="org.eclipse.jetty.plus.jndi.Transaction">
	  <Arg>ee8</Arg> <!-- Scope -->
	  <Arg>
	    <New class="javax.naming.Reference">
	      <Arg>com.atomikos.icatch.jta.UserTransactionFactory</Arg> <!-- Factory class -->
	       <Call name="add">
	        <Arg>
	          <New class="javax.naming.StringRefAddr">
	            <Arg>userTransaction</Arg>
	            <Arg>
	              <Call class="com.atomikos.icatch.jta.UserTransactionImp" name="toString"/>
	            </Arg>
	          </New>
	        </Arg>
	      </Call> 
	    </New>
	  </Arg>
	</New>

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kishor1985
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants