Author: veithen
Date: Mon Sep 22 15:02:09 2008
New Revision: 698018

URL: http://svn.apache.org/viewvc?rev=698018&view=rev
Log:
Corrected the AspectJ config used in the transport tests to take into account 
the transport move to ws-commons and the refactoring in revision 698002.

Modified:
    synapse/trunk/java/modules/transports/src/test/resources/META-INF/aop.xml

Modified: 
synapse/trunk/java/modules/transports/src/test/resources/META-INF/aop.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/transports/src/test/resources/META-INF/aop.xml?rev=698018&r1=698017&r2=698018&view=diff
==============================================================================
--- synapse/trunk/java/modules/transports/src/test/resources/META-INF/aop.xml 
(original)
+++ synapse/trunk/java/modules/transports/src/test/resources/META-INF/aop.xml 
Mon Sep 22 15:02:09 2008
@@ -21,9 +21,10 @@
     <aspects>
         <aspect name="org.apache.synapse.transport.jms.LogAspect"/>
         <aspect name="org.apache.synapse.transport.mail.LogAspect"/>
-        <aspect 
name="org.apache.synapse.transport.testkit.client.axis2.LogAspect"/>
+        <aspect 
name="org.apache.synapse.transport.testkit.axis2.client.LogAspect"/>
     </aspects>
     <weaver options="-showWeaveInfo">
         <include within="org.apache.synapse.transport..*"/>
+        <include within="org.apache.axis2.transport..*"/>
     </weaver>
 </aspectj>
\ No newline at end of file


Reply via email to