OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-bindings message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: NEW ISSUE: Invalid schema provided by sca-binding-jms-1.1-cd02.xsd


DESCRIPTION

When validating schema provided by sca-binding-jms-1.1-cd02.xsd, the following snippet from JMS binding schema, a "Unique Particle Attribution" violation is reported

              <choice minOccurs="0" maxOccurs="1">
                 <sequence>
                    <element name="destination" type="sca:JMSDestination"/>
                    <element name="connectionFactory" type="sca:JMSConnectionFactory"/>
                 </sequence>
                 <sequence>
                    <element name="destination" type="sca:JMSDestination" minOccurs="0"/>
                    <element name="activationSpec" type="sca:JMSActivationSpec"/>
                 </sequence>
              </choice>  


PROPOSAL
I have a workaround for the issue in [1]

[1] https://svn.apache.org/repos/asf/tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-binding-jms-1.1-cd02.xsd


- Luciano

Luciano Resende
Open Source SOA -
Apache Tuscany
4400 N 1st St, San Jose - CA
notes:
Luciano Resende/Westford/IBM
internet IBM:
luciano_resende@us.ibm.com
internet ASF:
lresende@apache.org
Personal blog @ developerWorks : link
Apache Tuscany blog:
link

Great things are not done by impulse but by a series of small things brought together
- Vincent Van Gogh




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]