hi this is the  ejb-jar.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>[CDATA[No Description.]]</description>
  |    <display-name>Generated by XDoclet</display-name>
  | 
  |    <enterprise-beans>
  | 
  |       <!-- Session Beans -->
  |      <!--
  |        To add session beans that you have deployment descriptor info for, 
add
  |        a file to your XDoclet merge directory called session-beans.xml that 
contains
  |        the <session></session> markup for those beans.
  |      -->
  | 
  |       <!-- Entity Beans -->
  |       <entity >
  |          <description>[CDATA[<!-- begin-user-doc --> You can insert your 
documentation for '<em><b>UsuarioBean</b></em>'.]]</description>
  | 
  |          <ejb-name>Usuario</ejb-name>
  | 
  |          <home>com.cmp.UsuarioHome</home>
  |          <remote>com.cmp.Usuario</remote>
  |          <local-home>com.cmp.UsuarioLocalHome</local-home>
  |          <local>com.cmp.UsuarioLocal</local>
  | 
  |          <ejb-class>com.cmp.UsuarioCMP</ejb-class>
  |          <persistence-type>Container</persistence-type>
  |          <prim-key-class>java.lang.String</prim-key-class>
  |          <reentrant>False</reentrant>
  |          <cmp-version>2.x</cmp-version>
  |          <abstract-schema-name>JbpmDB</abstract-schema-name>
  |          <cmp-field >
  |             <description>[CDATA[<!-- begin-user-doc --> CMP Field id 
Returns the id]]</description>
  |             <field-name>id</field-name>
  |          </cmp-field>
  |          <cmp-field >
  |             <description>[CDATA[<!-- begin-user-doc --> CMP Field name 
Returns the name]]</description>
  |             <field-name>name</field-name>
  |          </cmp-field>
  |           <primkey-field>id</primkey-field>
  | 
  |          <query>
  |             <query-method>
  |                <method-name>findAll</method-name>
  |                <method-params>
  |                </method-params>
  |             </query-method>
  |             <ejb-ql>[CDATA[SELECT OBJECT(a) FROM JbpmDB as a]]</ejb-ql>
  |          </query>
  |          <query>
  |             <query-method>
  |                <method-name>findById</method-name>
  |                <method-params>
  |                   <method-param>java.lang.String</method-param>
  |                </method-params>
  |             </query-method>
  |             <ejb-ql>[CDATA[SELECT OBJECT(a) FROM JbpmDB as a WHERE a.id = 
?5]]</ejb-ql>
  |          </query>
  |       <!-- Write a file named ejb-finders-UsuarioBean.xml if you want to 
define extra finders. -->
  |       </entity>
  | 
  |      <!--
  |        To add entity beans that you have deployment descriptor info for, add
  |        a file to your XDoclet 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 XDoclet 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 >
  |      <!--
  |        To add additional assembly descriptor info here, add a file to your
  |        XDoclet merge directory called assembly-descriptor.xml that contains
  |        the <assembly-descriptor></assembly-descriptor> markup.
  |      -->
  | 
  |    <!-- finder permissions -->
  | 
  |    <!-- transactions -->
  | 
  |    <!-- finder transactions -->
  |    </assembly-descriptor>
  | 
  | </ejb-jar>
  | 

I do not know if this is the document of which you are speaking to me 

thanx!

Regards

________________
jainer eduardo

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946812#3946812

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946812


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to