erging from remoting-1.0 branch
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / META-INF / aop.xml
diff --git a/eu.etaxonomy.taxeditor.cdmlib/META-INF/aop.xml b/eu.etaxonomy.taxeditor.cdmlib/META-INF/aop.xml
new file mode 100644 (file)
index 0000000..80e76a1
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE aspectj PUBLIC
+        "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
+<aspectj>
+       <weaver options="-verbose -showWeaveInfo">
+       <include within="org.hibernate.proxy.*" />
+       <include within="org.hibernate.collection.internal.*" />
+       <include within="eu.etaxonomy.cdm.api.lazyloading.*" />
+       </weaver>
+    <aspects>
+        <!-- use only this aspect for weaving -->
+        <aspect name="eu.etaxonomy.cdm.api.lazyloading.CdmLazyLoader" />
+
+    </aspects>
+    
+</aspectj>
+             
\ No newline at end of file