[
http://jira.jboss.com/jira/browse/EJBTHREE-1437?page=comments#action_1242... ]
Kabir Khan commented on EJBTHREE-1437:
--------------------------------------
This is the change needed in the main ejb3-interceptors-aop.xml:
$svn diff main/resources/ejb3-interceptors-aop.xml
Index: main/resources/ejb3-interceptors-aop.xml
===================================================================
--- main/resources/ejb3-interceptors-aop.xml (revision 75770)
+++ main/resources/ejb3-interceptors-aop.xml (working copy)
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE aop PUBLIC
- "-//JBoss//DTD JBOSS AOP 1.0//EN"
- "http://labs.jboss.com/portal/jbossaop/dtd/jboss-aop_1_0.dtd">
-
-<aop>
+<aop xmlns="urn:jboss:aop-beans:1.0">
<interceptor class="org.jboss.aspects.remoting.InvokeRemoteInterceptor"
scope="PER_VM"/>
<interceptor
class="org.jboss.ejb3.security.client.SecurityClientInterceptor"
scope="PER_VM"/>
<interceptor class="org.jboss.aspects.tx.ClientTxPropagationInterceptor"
scope="PER_VM"/>
@@ -474,4 +470,4 @@
</annotation>
</domain>
-</aop>
\ No newline at end of file
+</aop>
Upgrade -aop.xml files to use JAXB
----------------------------------
Key: EJBTHREE-1437
URL:
http://jira.jboss.com/jira/browse/EJBTHREE-1437
Project: EJB 3.0
Issue Type: Feature Request
Reporter: Kabir Khan
Assigned To: Andrew Lee Rubinger
Fix For: AS 5.0.0.CR2
The forum link contains the information about the necessary changes. Please include this
in the next snapshot/release of EJB 3 into AS, so that I can do the switch and get that
tested in good time before AS CR2 :-)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira