Author: echatellier Date: 2012-04-18 11:44:39 +0200 (Wed, 18 Apr 2012) New Revision: 3379 Url: http://chorem.org/repositories/revision/lima/3379 Log: Duplicate interceptor configuration for test Modified: trunk/lima-business/src/test/resources/META-INF/ejb-jar.xml Modified: trunk/lima-business/src/test/resources/META-INF/ejb-jar.xml =================================================================== --- trunk/lima-business/src/test/resources/META-INF/ejb-jar.xml 2012-04-18 09:14:13 UTC (rev 3378) +++ trunk/lima-business/src/test/resources/META-INF/ejb-jar.xml 2012-04-18 09:44:39 UTC (rev 3379) @@ -25,5 +25,14 @@ <!-- Empty configuration file based on http://openejb.apache.org/application-discovery-via-the-classpath.html + + Interceptor based on : http://openejb.apache.org/examples-trunk/alternate-descriptors/ --> -<ejb-jar/> +<ejb-jar> + <assembly-descriptor> + <interceptor-binding> + <ejb-name>*</ejb-name> + <interceptor-class>org.chorem.lima.business.LimaInterceptor</interceptor-class> + </interceptor-binding> + </assembly-descriptor> +</ejb-jar>