blob: cc0ed4781be6b660fb57d02ee28fab25738e7d81 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.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>