[jboss-svn-commits] JBL Code SVN: r31062 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 13 10:10:28 EST 2010


Author: whitingjr
Date: 2010-01-13 10:10:28 -0500 (Wed, 13 Jan 2010)
New Revision: 31062

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/ejb3-interceptors-aop.xml
Log:
Changed location of dtd that resolves to an address.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/ejb3-interceptors-aop.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/ejb3-interceptors-aop.xml	2010-01-13 15:09:57 UTC (rev 31061)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/ejb3-interceptors-aop.xml	2010-01-13 15:10:28 UTC (rev 31062)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE aop PUBLIC
    "-//JBoss//DTD JBOSS AOP 1.0//EN"
-   "http://www.jboss.org/aop/dtd/jboss-aop_1_0.dtd">
+   "http://www.jboss.org/jbossaop/dtd/jboss-aop_1_0.dtd">
 
 <aop>
    <interceptor class="org.jboss.aspects.remoting.InvokeRemoteInterceptor" scope="PER_VM"/>
@@ -356,5 +356,4 @@
       </bind>
    </domain>
 
-
 </aop>
\ No newline at end of file



More information about the jboss-svn-commits mailing list