[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Help Needed: Jboss 5.0.0.GA giving Error while runing i

abhayorc do-not-reply at jboss.com
Tue Dec 23 02:02:54 EST 2008


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd">

<ejb-jar >

   <![CDATA[No Description.]]>
   <display-name>Generated by XDoclet</display-name>

   <enterprise-beans>

      <!-- Session Beans -->
      
         <![CDATA[Management Session Bean to enable the client to manage the server its is deployed on.]]>
         <display-name>JBoss Management EJB (MEJB)</display-name>

         <ejb-name>MEJB</ejb-name>

         javax.management.j2ee.ManagementHome
         org.jboss.management.mejb.MEJB
         <ejb-class>org.jboss.management.mejb.MEJBSession</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>

         <env-entry>
            <![CDATA[JNDI-Name of the MBeanServer to be used to look it up. If 'null' the first of all listed local MBeanServer is taken]]>
            <env-entry-name>Server-Name</env-entry-name>
            <env-entry-type>java.lang.String</env-entry-type>
            <env-entry-value>null</env-entry-value>
         </env-entry>

      

     <!--
       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  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  markup for those beans.
     -->

   </enterprise-beans>

   <!-- 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 -->
   <container-transaction >
      
         <ejb-name>MEJB</ejb-name>
          <method-name>*</method-name>
       
       <trans-attribute>Supports</trans-attribute>
    </container-transaction>

   <!-- finder transactions -->
   </assembly-descriptor>

</ejb-jar>


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

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



More information about the jboss-user mailing list