[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

mwr0707 do-not-reply at jboss.com
Tue Oct 31 09:17:12 EST 2006


And here is the content of ejb-jar.xml

<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <ejb-jar id="ejb-jar_1" 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[DemoProject generated by eclipse wtp xdoclet extension.]]></description>
  |    <display-name>DemoProject</display-name>
  | 
  |    <enterprise-beans>
  | 
  |       <!-- Session Beans -->
  |       <session id="Session_Power">
  |          <description><![CDATA[An EJB named Power]]></description>
  |          <display-name>Power</display-name>
  | 
  |          <ejb-name>Power</ejb-name>
  | 
  |          <home>com.acme.PowerHome</home>
  |          <remote>com.acme.Power</remote>
  |          <local-home>com.acme.PowerLocalHome</local-home>
  |          <local>com.acme.PowerLocal</local>
  |          <ejb-class>com.acme.PowerSession</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 id="AssemblyDescriptor_1">
  |      <!--
  |        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-client-jar>DemoProjectClient.jar</ejb-client-jar>
  | 
  | </ejb-jar>
  | 

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

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



More information about the jboss-user mailing list