70 lines
2.2 KiB
XML
70 lines
2.2 KiB
XML
|
<?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">
|
||
|
|
||
|
<ejb-jar >
|
||
|
|
||
|
<description>No Description.</description>
|
||
|
<display-name>Generated by XDoclet</display-name>
|
||
|
|
||
|
<enterprise-beans>
|
||
|
|
||
|
<!-- Session Beans -->
|
||
|
<session >
|
||
|
<description><![CDATA[No Description.]]></description>
|
||
|
<display-name>Compiere Server MD5 hash computation</display-name>
|
||
|
|
||
|
<ejb-name>compiere/MD5</ejb-name>
|
||
|
|
||
|
<home>org.compiere.interfaces.MD5Home</home>
|
||
|
<remote>org.compiere.interfaces.MD5</remote>
|
||
|
<ejb-class>org.compiere.ejb.MD5Bean</ejb-class>
|
||
|
<session-type>Stateless</session-type>
|
||
|
<transaction-type>Bean</transaction-type>
|
||
|
|
||
|
<ejb-ref >
|
||
|
<ejb-ref-name>ejb/compiere/MD5</ejb-ref-name>
|
||
|
<ejb-ref-type>Session</ejb-ref-type>
|
||
|
<home>org.compiere.interfaces.MD5Home</home>
|
||
|
<remote>org.compiere.interfaces.MD5</remote>
|
||
|
<ejb-link>compiere/MD5</ejb-link>
|
||
|
</ejb-ref>
|
||
|
|
||
|
</session>
|
||
|
|
||
|
<!--
|
||
|
To add session beans that you have deployment descriptor info for, add
|
||
|
a file to your merge directory called session-beans.xml that contains
|
||
|
the <session></session> markup for those beans.
|
||
|
-->
|
||
|
|
||
|
<!-- Entity Beans -->
|
||
|
|
||
|
<!--
|
||
|
To add entity beans that you have deployment descriptor info for, add
|
||
|
a file to your merge directory called entity-beans.xml that contains
|
||
|
the <entity></entity> markup for those beans.
|
||
|
-->
|
||
|
|
||
|
<!-- Message Driven Beans -->
|
||
|
<!--
|
||
|
To add message driven beans that you have deployment descriptor info for, add
|
||
|
a file to your merge directory called message-driven-beans.xml that contains
|
||
|
the <message-driven></message-driven> markup for those beans.
|
||
|
-->
|
||
|
|
||
|
</enterprise-beans>
|
||
|
|
||
|
<!-- Relationships -->
|
||
|
|
||
|
<!-- Assembly Descriptor -->
|
||
|
<assembly-descriptor >
|
||
|
|
||
|
<!-- finder permissions -->
|
||
|
|
||
|
<!-- transactions -->
|
||
|
|
||
|
<!-- finder transactions -->
|
||
|
</assembly-descriptor>
|
||
|
|
||
|
</ejb-jar>
|