[jboss-cvs] jboss-ejb3/src/resources/schema ...

Bill DeCoste bdecoste at jboss.com
Mon Jul 24 17:28:28 EDT 2006


  User: bdecoste
  Date: 06/07/24 17:28:28

  Modified:    src/resources/schema  jboss_5_0.xsd
  Log:
  MDB cleanup, standalone test for standard testcases, fixed class level @Resources jndi env bindings
  
  Revision  Changes    Path
  1.8       +0 -75     jboss-ejb3/src/resources/schema/jboss_5_0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss_5_0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-ejb3/src/resources/schema/jboss_5_0.xsd,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- jboss_5_0.xsd	2 Jun 2006 01:54:22 -0000	1.7
  +++ jboss_5_0.xsd	24 Jul 2006 21:28:28 -0000	1.8
  @@ -406,81 +406,6 @@
         <xsd:element name="pool-config" type="javaee:pool-configType" minOccurs="0"/>
         <xsd:element name="jndi-ref" type="javaee:jndi-refType" minOccurs="0" maxOccurs="unbounded"/>
         <xsd:element name="default-activation-config" type="javaee:default-activation-configType" minOccurs="0"/>
  -      <xsd:element name="message-driven-config" type="javaee:message-driven-configType" minOccurs="0"/>
  -    </xsd:sequence>
  -    <xsd:attribute name="id" type="xsd:ID"/>
  -  </xsd:complexType>
  -  
  -  <!-- **************************************************** -->
  -  
  -  <xsd:complexType name="message-driven-configType">
  -    <xsd:annotation>
  -      <xsd:documentation>
  -        
  -        The message-driven-configType defines information about the
  -        JBoss specific configuration properties of the message-driven
  -        bean in its operational environment. This may include information
  -        about the number of MDB instances, the Dead Letter Queue, timeouts,
  -        etc.
  -        
  -        The configuration information is expressed in terms of
  -        name/value configuration properties.
  -      </xsd:documentation>
  -    </xsd:annotation>
  -    
  -    <xsd:sequence>
  -      <xsd:element name="description"
  -        type="javaee:descriptionType"
  -        minOccurs="0"
  -        maxOccurs="unbounded"/>
  -      <xsd:element name="message-driven-config-property"
  -        type="javaee:message-driven-config-propertyType"
  -        maxOccurs="unbounded"/>
  -    </xsd:sequence>
  -    <xsd:attribute name="id" type="xsd:ID"/>
  -  </xsd:complexType>
  -  
  -  <!-- **************************************************** -->
  -  
  -  <xsd:complexType name="message-driven-config-propertyType">
  -    <xsd:annotation>
  -      <xsd:documentation>
  -        
  -        The message-driven-config-propertyType contains a name/value
  -        configuration property pair for a message-driven bean.
  -      </xsd:documentation>
  -    </xsd:annotation>
  -    
  -    <xsd:sequence>
  -      <xsd:element name="message-driven-config-property-name"
  -        type="javaee:xsdStringType">
  -        <xsd:annotation>
  -          <xsd:documentation>
  -            
  -            The message-driven-config-property-name element contains
  -            the name for a configuration property of
  -            a message-driven bean.
  -            
  -            For JBoss message-driven beans, the following property
  -            names are recognized: minPoolSize,maxPoolSize,keepAlive,
  -            maxMessages,serverSessionPoolFactoryJNDI,providerAdapterJNDI,
  -            useDLQ,dlq,dlqMaxTimesRedelivered,dlqTimeToLive,dlqUser,dlqPassword
  -            
  -          </xsd:documentation>
  -        </xsd:annotation>
  -      </xsd:element>
  -      <xsd:element name="message-driven-config-property-value"
  -        type="javaee:xsdStringType">
  -        <xsd:annotation>
  -          <xsd:documentation>
  -            
  -            The message-driven-config-property-value element
  -            contains the value for a configuration
  -            property of a message-driven bean.
  -            
  -          </xsd:documentation>
  -        </xsd:annotation>
  -      </xsd:element>
       </xsd:sequence>
       <xsd:attribute name="id" type="xsd:ID"/>
     </xsd:complexType>
  
  
  



More information about the jboss-cvs-commits mailing list