You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/08/21 19:53:24 UTC

svn commit: r829587 - in /websites/production/cxf/content/schemas: blueprint/jaxrs.xsd configuration/http-jetty.xsd configuration/wsrm-manager.xsd jaxrs.xsd wsdl/http-conf.xsd wsdl/jms-uri.xsd wsdl/jms.xsd

Author: dkulp
Date: Tue Aug 21 17:53:24 2012
New Revision: 829587

Log:
Update to latest schemas

Modified:
    websites/production/cxf/content/schemas/blueprint/jaxrs.xsd
    websites/production/cxf/content/schemas/configuration/http-jetty.xsd
    websites/production/cxf/content/schemas/configuration/wsrm-manager.xsd
    websites/production/cxf/content/schemas/jaxrs.xsd
    websites/production/cxf/content/schemas/wsdl/http-conf.xsd
    websites/production/cxf/content/schemas/wsdl/jms-uri.xsd
    websites/production/cxf/content/schemas/wsdl/jms.xsd

Modified: websites/production/cxf/content/schemas/blueprint/jaxrs.xsd
==============================================================================
--- websites/production/cxf/content/schemas/blueprint/jaxrs.xsd (original)
+++ websites/production/cxf/content/schemas/blueprint/jaxrs.xsd Tue Aug 21 17:53:24 2012
@@ -66,6 +66,7 @@
           <xsd:attribute name="beanNames" type="xsd:string"/>
           <xsd:attribute name="serviceName" type="xsd:QName"/>
           <xsd:attribute name="docLocation" type="xsd:string"/>
+          <xsd:attribute name="publishedEndpointUrl" type="xsd:string"/>
         </xsd:extension>
       </xsd:complexContent>
     </xsd:complexType>

Modified: websites/production/cxf/content/schemas/configuration/http-jetty.xsd
==============================================================================
--- websites/production/cxf/content/schemas/configuration/http-jetty.xsd (original)
+++ websites/production/cxf/content/schemas/configuration/http-jetty.xsd Tue Aug 21 17:53:24 2012
@@ -152,6 +152,12 @@
                 <xs:documentation>Specifies the maximum idle time for a jetty connection. The timer is reset whenever there are any read or write actions on the underlying stream.</xs:documentation> 
            </xs:annotation>
        </xs:attribute>
+       <xs:attribute name="sendServerVersion" type="ptp:ParameterizedBoolean">
+           <xs:annotation>
+                <xs:documentation>Specifies if Jetty Server prevent the Server: http header being sent. Server: http header will be sent if this attribute is set to true or omitted, won't be sent otherwise.</xs:documentation>
+             </xs:annotation>
+       </xs:attribute>
+
     </xs:complexType>
     
     <xs:complexType name="JettyHTTPServerEngineFactoryConfigType">

Modified: websites/production/cxf/content/schemas/configuration/wsrm-manager.xsd
==============================================================================
--- websites/production/cxf/content/schemas/configuration/wsrm-manager.xsd (original)
+++ websites/production/cxf/content/schemas/configuration/wsrm-manager.xsd Tue Aug 21 17:53:24 2012
@@ -192,11 +192,19 @@
               </xs:documentation>
             </xs:annotation>
           </xs:attribute>
+          <xs:attribute name="keepConnection" type="xs:boolean">
+            <xs:annotation>
+              <xs:documentation>
+                  Indicates if the connection is kept by the store.
+              </xs:documentation>
+            </xs:annotation>
+          </xs:attribute>
           <xs:attribute name="initialReconnectDelay" type="xs:long">
             <xs:annotation>
               <xs:documentation>
                   The initialy delay before attempting to reconnect to the database. The subsequent
-                  delay follows the exponential backoff algorithm.
+                  delay follows the exponential backoff algorithm. This attribute is only
+                  relevant when the connection is kept by the store.
               </xs:documentation>
             </xs:annotation>
           </xs:attribute>
@@ -204,7 +212,8 @@
             <xs:annotation>
               <xs:documentation>
                   The maximum number of attemps taken to reconnect to the database after a connection error.
-                  The value of 0 indicates no attempt, while a negative value indicates no limit. 
+                  The value of 0 indicates no attempt, while a negative value indicates no limit.
+                  This attribute is only relevant when the connection is kept by the store. 
               </xs:documentation>
             </xs:annotation>
           </xs:attribute>

Modified: websites/production/cxf/content/schemas/jaxrs.xsd
==============================================================================
--- websites/production/cxf/content/schemas/jaxrs.xsd (original)
+++ websites/production/cxf/content/schemas/jaxrs.xsd Tue Aug 21 17:53:24 2012
@@ -66,6 +66,7 @@
           <xsd:attribute name="beanNames" type="xsd:string"/>
           <xsd:attribute name="serviceName" type="xsd:QName"/>
           <xsd:attribute name="docLocation" type="xsd:string"/>
+          <xsd:attribute name="publishedEndpointUrl" type="xsd:string"/>
         </xsd:extension>
       </xsd:complexContent>
     </xsd:complexType>

Modified: websites/production/cxf/content/schemas/wsdl/http-conf.xsd
==============================================================================
--- websites/production/cxf/content/schemas/wsdl/http-conf.xsd (original)
+++ websites/production/cxf/content/schemas/wsdl/http-conf.xsd Tue Aug 21 17:53:24 2012
@@ -183,6 +183,22 @@
                     </xs:annotation>      
                 </xs:attribute>
 
+                <xs:attribute name="AsyncExecuteTimeout" type="ptp:ParameterizedUInt" use="optional" default="5000">
+                    <xs:annotation>
+                        <xs:documentation>
+                        Specifies the amount of time, in milliseconds, that a conduit will try and enqueue the response on the workqueue.
+                        </xs:documentation>
+                    </xs:annotation>      
+                </xs:attribute>
+                <xs:attribute name="AsyncExecuteTimeoutRejection" type="ptp:ParameterizedBoolean" use="optional" default="false">
+                    <xs:annotation>
+                        <xs:documentation>
+                        Specifies whether the conduit should throw and exception if it fails to enqueue the async response handling onto the workqueue. 
+                        By default, if the conduit fails to enqueue the response handling on the workqueue, it will process the response on the current thread.  Set this to true to raise and exception instead.  
+                        </xs:documentation>
+                    </xs:annotation>      
+                </xs:attribute>
+                
                 <xs:attribute name="AutoRedirect" type="ptp:ParameterizedBoolean" use="optional" default="false">
                     <xs:annotation>
                         <xs:documentation>

Modified: websites/production/cxf/content/schemas/wsdl/jms-uri.xsd
==============================================================================
--- websites/production/cxf/content/schemas/wsdl/jms-uri.xsd (original)
+++ websites/production/cxf/content/schemas/wsdl/jms-uri.xsd Tue Aug 21 17:53:24 2012
@@ -36,6 +36,14 @@
 			<xs:enumeration value="NON_PERSISTENT" />
 		</xs:restriction>
 	</xs:simpleType>
+	
+	<xs:simpleType name="messageType">
+		<xs:restriction base="xs:string">
+			<xs:enumeration value="byte" />
+		    <xs:enumeration value="binary" />
+			<xs:enumeration value="text" />
+		</xs:restriction>
+	</xs:simpleType>
 
 	<xs:simpleType name="priorityType">
 		<xs:restriction base="xs:int">
@@ -61,6 +69,7 @@
 		<xs:attribute name="jmsVariant" type="xs:string" />
 		<xs:attribute name="destinationName" type="xs:string" />
 		<xs:attribute name="deliveryMode" type="jms:deliveryModeType" />
+		<xs:attribute name="messageType" type="jms:messageType" default="byte"/>
 		<xs:attribute name="timeToLive" type="xs:long" />
 		<xs:attribute name="priority" type="jms:priorityType" />
 		<xs:attribute name="replyToName" type="xs:string" />

Modified: websites/production/cxf/content/schemas/wsdl/jms.xsd
==============================================================================
--- websites/production/cxf/content/schemas/wsdl/jms.xsd (original)
+++ websites/production/cxf/content/schemas/wsdl/jms.xsd Tue Aug 21 17:53:24 2012
@@ -69,6 +69,7 @@
             <xs:extension base="wsdl:tExtensibilityElement">
         		<xs:attribute name="messageTimeToLive" type="pt:ParameterizedLong" default="0" />
         		<xs:attribute name="durableSubscriptionClientId" type="xs:string" />
+    			<xs:attribute name="serverReceiveTimeout" type="pt:ParameterizedLong"/>
 			</xs:extension>
 		</xs:complexContent>        	
     </xs:complexType>