Skip to content

Commit

Permalink
JBTM-1408 TXFramework: XTS Handler not added to HandlerChain
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobinson committed Jan 4, 2013
1 parent e84a055 commit 9cac5a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions txframework/src/test/resources/web.xml
@@ -1,6 +1,6 @@
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2012, Red Hat, Inc., and individual contributors
~ Copyright 2013, Red Hat, Inc., and individual contributors
~ as indicated by the @author tags. See the copyright.txt file in the
~ distribution for a full listing of individual contributors.
~
Expand All @@ -25,12 +25,12 @@
version="2.4">

<servlet>
<servlet-name>ATService</servlet-name>
<servlet-name>org.jboss.narayana.txframework.functional.services.ATService</servlet-name>
<servlet-class>org.jboss.narayana.txframework.functional.services.ATService</servlet-class>
</servlet>

<servlet-mapping>
<servlet-name>ATService</servlet-name>
<servlet-name>org.jboss.narayana.txframework.functional.services.ATService</servlet-name>
<url-pattern>/ATService</url-pattern>
</servlet-mapping>

Expand Down

0 comments on commit 9cac5a8

Please sign in to comment.