ejb-jar.xml

<?xml version="1.0" encoding="UTF-8" ?>
  | <ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee";
  |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd";
  |   version="2.1">
  | 
  |    <description><![CDATA[No Description.]]></description>
  |    <display-name>Generated by XDoclet</display-name>
  | 
  |    <enterprise-beans>
  | 
  |       <!-- Session Beans -->
  |       <session >
  |          <description><![CDATA[Generic EJB]]></description>
  |          <display-name>Generic Enterprise Bean</display-name>
  | 
  |          <ejb-name>OMGenEJB</ejb-name>
  |          <home>com.irisel.oms.ejb.interfaces.OMGenEJBHome</home>
  |          <remote>com.irisel.oms.ejb.interfaces.OMGenEJB</remote>
  |              
<service-endpoint>com.irisel.oms.ws.OMBrowserEndpoint</service-endpoint>
  |          <ejb-class>com.irisel.oms.ejb.browser.OMGenBean</ejb-class>
  |          <session-type>Stateless</session-type>
  |          <transaction-type>Container</transaction-type>
  | 
  |       </session>
  | 
  |       <session >
  |          <description><![CDATA[Description for OMBrowser]]></description>
  |          <display-name>OMBrowser Enterprise Bean</display-name>
  | 
  |          <ejb-name>OMBrowserEJB</ejb-name>
  | 
  |          <home>com.irisel.oms.ejb.interfaces.OMBrowserEJBHome</home>
  |          <remote>com.irisel.oms.ejb.interfaces.OMBrowserEJB</remote>
  |          <ejb-class>com.irisel.oms.ejb.browser.OMBrowserBean</ejb-class>
  |          <session-type>Stateless</session-type>
  |          <transaction-type>Container</transaction-type>
  | 
  |       </session>
  | 
  |      <!--
  |        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 -->
  |      <!--
  |        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 -->
  |      <!--
  |        To specify your own assembly descriptor info here, add a file to your
  |        XDoclet merge directory called assembly-descriptor.xml that contains
  |        the <assembly-descriptor></assembly-descriptor> markup.
  |      -->
  | 
  |    <assembly-descriptor >
  |      <!--
  |        To specify additional security-role elements, add a file in the merge
  |        directory called ejb-security-roles.xml that contains them.
  |      -->
  | 
  |    <!-- method permissions -->
  |      <!--
  |        To specify additional method-permission elements, add a file in the 
merge
  |        directory called ejb-method-permissions.ent that contains them.
  |      -->
  | 
  |    <!-- transactions -->
  |      <!--
  |        To specify additional container-transaction elements, add a file in 
the merge
  |        directory called ejb-container-transactions.ent that contains them.
  |      -->
  | 
  |    <!-- finder transactions -->
  | 
  |    <!-- message destinations -->
  |      <!--
  |        To specify additional message-destination elements, add a file in 
the merge
  |        directory called ejb-message-destinations.ent that contains them.
  |      -->
  | 
  |    <!-- exclude list -->
  |      <!--
  |        To specify an exclude-list element, add a file in the merge directory
  |        called ejb-exclude-list.xml that contains it.
  |      -->
  |    </assembly-descriptor>
  | 
  | </ejb-jar>
  | 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to