
META-INF.ejb-jar.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- $Rev: 607077 $ $Date: 2007-12-27 09:55:23 -0500 (Thu, 27 Dec 2007) $ --> <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd" version="3.0" metadata-complete="true"> <description> This ejb-jar file contains assembled enterprise beans that are part of employee self-service application. </description> <interceptors> <interceptor> <interceptor-class> org.apache.openejb.test.interceptor.DefaultInterceptor </interceptor-class> </interceptor> </interceptors> <assembly-descriptor> <interceptor-binding> <ejb-name>*</ejb-name> <interceptor-class> org.apache.openejb.test.interceptor.DefaultInterceptor </interceptor-class> </interceptor-binding> <!--<interceptor-binding> <ejb-name>SecondStatelessIntercepted</ejb-name> <exclude-default-interceptors> true </exclude-default-interceptors> </interceptor-binding> --> <!-- For some reason the beans associated with these bindings are not present. Commenting the bindings out as the validation code now checks for valid bindings <interceptor-binding> <ejb-name>SecondStatefulIntercepted</ejb-name> <exclude-default-interceptors> true </exclude-default-interceptors> </interceptor-binding> <interceptor-binding> <ejb-name>ThirdStatelessIntercepted</ejb-name> <exclude-default-interceptors> true </exclude-default-interceptors> <method> <method-name>getContextData</method-name> </method> </interceptor-binding> <interceptor-binding> <ejb-name>ThirdStatefulIntercepted</ejb-name> <exclude-default-interceptors> true </exclude-default-interceptors> <method> <method-name>getContextData</method-name> </method> </interceptor-binding> --> </assembly-descriptor> </ejb-jar>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy