blob: 68f12fed27281ecfc91a9a8e5da19aa7aad37ee5 [file] [log] [blame]
<?xml version="1.0"?>
<!DOCTYPE ejb-jar PUBLIC
"-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN"
"http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd">
<!--
* Copyright (c) 2010, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
-->
<ejb-jar>
<description>description-example</description>
<enterprise-beans>
<session>
<ejb-name>ejb-name-example</ejb-name>
<home>home-example</home>
<remote>remote-example</remote>
<ejb-class>ejb-class-example</ejb-class>
<session-type>session-type-example</session-type>
<transaction-type>transaction-type-example</transaction-type>
<description>description-example</description>
</session>
<entity>
<description>description-example</description>
<ejb-name>ejb-name-example</ejb-name>
<home>home-example</home>
<remote>remote-example</remote>
<ejb-class>ejb-class-example</ejb-class>
<persistence-type>persistence-type-example</persistence-type>
<prim-key-class>prim-key-class-example</prim-key-class>
<reentrant>True</reentrant>
</entity>
</enterprise-beans>
</ejb-jar>