You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/10/07 15:15:40 UTC

svn commit: r822711 - /tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04.xsd

Author: antelder
Date: Wed Oct  7 13:15:40 2009
New Revision: 822711

URL: http://svn.apache.org/viewvc?rev=822711&view=rev
Log:
TUSCANY-3297: work around for custom wireFormat in JMS binding response element

Modified:
    tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04.xsd

Modified: tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04.xsd
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04.xsd?rev=822711&r1=822710&r2=822711&view=diff
==============================================================================
--- tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04.xsd (original)
+++ tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd04.xsd Wed Oct  7 13:15:40 2009
@@ -95,6 +95,11 @@
             <element name="connectionFactory" type="sca:JMSConnectionFactory"/> 
             <element name="activationSpec" type="sca:JMSActivationSpec"/> 
          </choice> 
+
+         <!-- TUSCANY-3297 -->
+         <any namespace="##other" processContents="lax" 
+              minOccurs="0" maxOccurs="unbounded"/>
+
       </sequence>
    </complexType>