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: raw notes from bindings call 9th july 09



 

Martin C: Scribenick: Martin C
Martin C: Simon Nash on LOA
Martin C: Topic: Agenda
Martin C: Agreed as posted
Martin C: Roll: meeting quorate - 81%
Martin C: topic: minutes
Martin C: 25th June 
 
http://www.oasis-open.org/committees/download.php/33121/SCA%20Bindings%20minutes%202009-06-25
Martin C: 25th June 
 
http://www.oasis-open.org/committees/download.php/33121/SCA%20Bindings%20minutes%202009-06-25
Martin C: 25th June 
 
http://www.oasis-open.org/committees/download.php/33121/SCA%20Bindings%20minutes%202009-06-25
Martin C: No changes, minutes approved w/o
Martin C: topic: action items
Martin C: 20090528-1 Done
Martin C: issue 95 in policy, is resolved
Martin C: all other ais ongoing


 

Dave Booz: Yes, POLICY-95 was it, and it is resolved now as well


 

Martin C: topic: Binding.ws Public Review Draft Revision Vote
Martin C: the bindings.ws spec had an incorrect resolution to issue-76, plus some other updates


 

anish apologies for the oversight on 76. i was trying to be very careful in folding issue resolutions. but obviously not careful enuf on 76</B< pre>
anish brb</B< pre>
anish back</B< pre>
anish what did we decide?</B< pre>


 

Martin C: there were no objections to Simon sending the current cd03 with a fixed up schema for 76 to TC-Admin
Martin C: the appendix will be out of snyc, but the external defintions prevail anyway.
Martin C: Martin Motions: to update the schema files for cd03 and forward them as part of the cd03/pr01 package to TC-Admin


 

Dave Booz: http://tools.oasis-open.org/version-control/browse/wsvn/sca-assembly/SCA_XSDS/sca-binding-ws-1.1-cd02.xsd


 

Martin C: 2nd: anish


 

anish: here is a copy (won't change if SVN one changes):
anish: <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright(C) OASIS(R) 2005,2009. All Rights Reserved. 
     OASIS trademark, IPR and other policies apply.  -->
<schema xmlns="http://www.w3.org/2001/XMLSchema" 
    targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903" 
    xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
    xmlns:wsdli="http://www.w3.org/ns/wsdl-instance"
    xmlns:wsa="http://www.w3.org/2005/08/addressing"
    elementFormDefault="qualified">
 
    <import namespace="http://www.w3.org/ns/wsdl-instance"
            schemaLocation="http://www.w3.org/2007/05/wsdl/wsdl20-instance.xsd"/>
    <import namespace="http://www.w3.org/2005/08/addressing"
            schemaLocation="http://www.w3.org/2006/03/addressing/ws-addr.xsd"/>
 
    <include schemaLocation="sca-core-1.1-cd03.xsd"/>
 
    <element name="binding.ws" type="sca:WebServiceBinding"
             substitutionGroup="sca:binding"/>
 
    <complexType name="WebServiceBinding">
        <complexContent>
            <extension base="sca:Binding">
                <sequence>
                    <element name="endpointReference" type="wsa:EndpointReferenceType"
                             minOccurs="0" maxOccurs="unbounded"/>
                    <any namespace="##other" processContents="lax"
                         minOccurs="0" maxOccurs="unbounded"/>
                </sequence>
                <attribute name="wsdlElement" type="anyURI" use="optional"/>
                <attribute ref="wsdli:wsdlLocation" use="optional"/>
            </extension>
        </complexContent>
    </complexType>
</schema>


 

Martin C: bryan amends the motion: from "update the schema files " to "use the schema files in svn (link above"
Martin C: Dave 2nds
Martin C: use the schema files in svn (link above) for cd03 and forward them as part of the cd03/pr01 package to TC-Admin
Martin C: amendment passes
Martin C: Motion stands: use the schema files in svn (link above) for cd03 and forward them as part of the cd03/pr01 package to TC-Admin
Martin C: passed w/o
Martin C: Action: Editors new issue needed to correct the application of 76
Martin C: Action: Editors new issue needed to correct the application of 76
Martin C: Action: Editors new issue needed to correct the application of 76
Martin C: s/Editors/Anish to raise/
Martin C: s/needed//
Martin C: Action: editors to update the schema appendix title
Martin C: to include 1.1
Martin C: topic: pr procedures
Martin C: other tcs have relaxed the 2/3 rule for new issues during public reviews
Martin C: discussion on options for changing standing rule
Martin C: Martin motions: to suspend the current 2/3 rule for openning issues
Martin C: Martin motions: to suspend the current 2/3 rule for openning issues
Martin C: Martin motions: to suspend the current 2/3 rule for openning issues
Martin C: (back to a normal majority)
Martin C: khanderao 2nds
Martin C: khanderoe cant second
Martin C: plamn 2nds
Martin C: s/plamn/Plamen
Martin C: motion passes w/o
Martin C: martin motions: all issues raised on the specs during public review are logged as public review comments
Martin C: bryan 2nds
Martin C: jira has already been setup to allow this
Martin C: tom does this mean commenst from members must go through the public web page facitlity?
Martin C: no if the raiser is a member of the TC
Martin C: motion passes w/o
Martin C: there is one open issue and one deffered. nothing needs to be done with these until some one wants to resolve or reopen
Martin C: topic: new issue
Martin C: BINDINGS-83 
http://www.osoa.org/jira/browse/BINDINGS-83 
JMS binding - binding property name is incorrectly marked as "optional"
Martin C: this should be logged as a PR comment
Martin C: Anish moves to open 83 as a pr comment
Martin C: mike e 2nds
Martin C: mike e 2nds
Martin C: mike e 2nds


 

anish: i think we can resolve this issue now


 

Martin C: motion passes w/o
Martin C: Mike e: proposal in jira to fix this problem
Martin C: Proposal: 
 
Add @use="required" to the @name attribute of the BindingProperty type: 
 
 <complexType name="BindingProperty"> 
  <simpleContent> 
    <extension base="string"> 
      <attribute name="name" type="NMTOKEN" use="required"/> 
      <attribute name="type" type="string" use="optional" 
        default="xs:string"/> 
    </extension> 
  </simpleContent> 
</complexType>
Martin C: Proposal: 
 
Add @use="required" to the @name attribute of the BindingProperty type: 
 
 <complexType name="BindingProperty"> 
  <simpleContent> 
    <extension base="string"> 
      <attribute name="name" type="NMTOKEN" use="required"/> 
      <attribute name="type" type="string" use="optional" 
        default="xs:string"/> 
    </extension> 
  </simpleContent> 
</complexType>


 

anish i have to hang up</B< pre>


 

Martin C: Mike E moves to resolve issue 83 with the proposal in jira


 

anish tty next week</B< pre>


 

Martin C: 2nd anish
Martin C: passed w/o
Martin C: topic: Test Assertions/Test cases
Martin C: next item of work for the tc is to produse these documents.
Martin C: basic structure of documents can be borrowed from assembly (for example)
Martin C: one set of docs per spec
Martin C: any volunteers?
Martin C: need discrete test assertions and test case documents for each spec
Martin C: revisit next week
Martin C: topic: issues
Martin C: ashok argues that 83 is possibly done as policy and assembly has fixed this
Martin C: Simon: this does need fixing for jms only
Martin C: topic: aob
Martin C: straggler roll
Martin C: meeting closed

 

<room name="sca-bindings-TC" time="1247154471282" dateTime="2009-07-09T11:47:51.282-05:00">

<comment time="1247155085797" dateTime="2009-07-09T11:58:05.797-05:00" type="c1" who="Simon Holdsworth">Audio conference: 

Meeting Number: * 913929 * (press * before and after the digits) 

Phone numbers: 

Austria = Vienna 026822056419 
Belgium = Brussels 022901709 
China Toll Free = China North 108007121722, China South 108001201722 
Denmark = Copenhagen 32714982 
France = Paris 0170994364, Lyon 0426840196, Marseilles 0488915310 
Germany = Berlin 030726167296, Frankfurt 069710445413, Hamburg 040809020620, Munich 089244432767, Stuttgart 0711490813212, Dusseldorf 021154073845 
India Toll Free = 0008001006703 
Ireland = Dublin 014367612 
Italy = Milan 0230413007, Rome 06452108288, Turin 01121792100 
Japan = Tokyo 0357675037 
Netherlands = Amsterdam 0207965349 
Portugal = Lisbon 211200415 
Russia Toll Free = 81080022074011 
Spain = Barcelona: 934923140, Madrid: 917889793 
Sweden = Stockholm 0850520404 
Switzerland = Geneva 0225927186 
UK Toll Free = 08003581667 
UK Toll = London 02071542988, Manchester 01612500379, Birmingham 01212604587 
USA Toll Free = 18665289390 
USA Toll = 19543344789</comment>

<comment time="1247155095731" dateTime="2009-07-09T11:58:15.731-05:00" type="c1" who="Simon Holdsworth">Agenda</comment>

<comment time="1247155097323" dateTime="2009-07-09T11:58:17.323-05:00" type="c1" who="Simon Holdsworth">1. Opening 

Introductions 
Roll call 
Scribe assignment 

Top of the scribe list: 
Plamen Pavlov SAP AG 
Simon Nash Individual 
Tom Rutt Fujitsu Limited 
Martin Chapman Oracle Corporation 
Ashok Malhotra Oracle Corporation 
Bryan Aupperle IBM 
Piotr Przybylski IBM 
Eric Johnson TIBCO Software Inc. 
Anish Karmarkar Oracle Corporation 
David Booz IBM 

Agenda bashing 

2. Approval of the minutes from 25th June 

http://www.oasis-open.org/committees/download.php/33121/SCA%20Bindings%20minutes%202009-06-25 

3. Actions 

20090211-4 [General] Write up HTTP binding use cases 
20090528-1 [Mike Edwards] Raise a PR issues against Policy intent algorithm point 7 to address the SOAP 1.1 defaulting use case 
20090625-1 [Simon Holdsworth] Notify TC admin of W3C stakeholders (webservices activity mailing list) for WS binding PR01 
20090625-2 [Simon Holdsworth] Notify TC admin of stakeholders JCP (spec lead for JMS), IETF, for JMS binding PR01 
20090625-3 [Simon Holdsworth] Notify TC admin of stakeholders JCP (spec lead for JCA) for JCA binding PR01 

4. Binding.ws Public Review Draft Revision Vote 

Vote on update to binding.ws cd03 to fix xsd for application of issue BINDINGS-76 and go to public review 

http://www.oasis-open.org/committees/download.php/33189/sca-wsbinding-1.1-spec-cd02-rev7.doc 

http://www.oasis-open.org/committees/download.php/33190/sca-wsbinding-1.1-spec-cd02-rev7.pdf 

5. Public review procedure 

o bar for new issues 
o disposition of public review comments 
o disposition of new/current/deferred issues from TC 

6. New Issues 

Please note, as per resolution on 9th October 2008, new issues received on the mailing list after Noon GMT 1st November can only be opened using the same voting rules as re-opening a closed issue (2/3 majority of a full TC vote) 

BINDINGS-83 
http://www.osoa.org/jira/browse/BINDINGS-83 
JMS binding - binding property name is incorrectly marked as &quot;optional&quot; 

7. Test Assertions/Test cases 

Kick-off discussion of test assertions and test cases work, next steps for the TC. 

8. Open issue discussion 

http://www.osoa.org/jira/browse/BINDINGS-48 
How are mayProvide intents on bindings satisfied 
Raiser: Ashok Malhotra, owner: Simon Holdsworth 
Priority: 3 
Status: Proposed resolution: http://lists.oasis-open.org/archives/sca-bindings/200903/msg00005.html 
Latest email: http://lists.oasis-open.org/archives/sca-bindings/200903/msg00059.html 

http://www.osoa.org/jira/browse/BINDINGS-60 
JMS Default wire format insufficient to cover real world usage 
Raiser: Mike Edwards, owner: Simon Holdsworth 
Priority: 3 
Status: outline proposal in issue 

9. AOB 

------------------------------------------------------------------- 

*Revolving list of scribes* 

Plamen Pavlov SAP AG 
Simon Nash Individual 
Tom Rutt Fujitsu Limited 
Martin Chapman Oracle Corporation 
Ashok Malhotra Oracle Corporation 
Bryan Aupperle IBM 
Piotr Przybylski IBM 
Eric Johnson TIBCO Software Inc. 
Anish Karmarkar Oracle Corporation 
David Booz IBM</comment>

<comment time="1247155714350" dateTime="2009-07-09T12:08:34.350-05:00" type="c1" who="Martin C">Scribenick: Martin C</comment>

<comment time="1247155723714" dateTime="2009-07-09T12:08:43.714-05:00" type="c1" who="Martin C">Simon Nash on LOA</comment>

<comment time="1247155737333" dateTime="2009-07-09T12:08:57.333-05:00" type="c1" who="Martin C">Topic: Agenda</comment>

<comment time="1247155771573" dateTime="2009-07-09T12:09:31.573-05:00" type="c1" who="Martin C">Agreed as posted</comment>

<comment time="1247155798461" dateTime="2009-07-09T12:09:58.461-05:00" type="c1" who="Martin C">Roll: meeting quorate - 81%</comment>

<comment time="1247155810729" dateTime="2009-07-09T12:10:10.729-05:00" type="c1" who="Martin C">topic: minutes</comment>

<comment time="1247155827563" dateTime="2009-07-09T12:10:27.563-05:00" type="c1" who="Martin C">25th June 

http://www.oasis-open.org/committees/download.php/33121/SCA%20Bindings%20minutes%202009-06-25</comment>

<comment time="1247155837097" dateTime="2009-07-09T12:10:37.097-05:00" type="c1" who="Martin C">No changes, minutes approved w/o</comment>

<comment time="1247155844297" dateTime="2009-07-09T12:10:44.297-05:00" type="c1" who="Martin C">topic: action items</comment>

<comment time="1247155868682" dateTime="2009-07-09T12:11:08.682-05:00" type="c1" who="Martin C">20090528-1 Done</comment>

<comment time="1247155881661" dateTime="2009-07-09T12:11:21.661-05:00" type="c1" who="Martin C">issue 95 in policy, is resolved</comment>

<comment time="1247155909922" dateTime="2009-07-09T12:11:49.922-05:00" type="c1" who="Martin C">all other ais ongoing</comment>

<comment time="1247155919225" dateTime="2009-07-09T12:11:59.225-05:00" type="c1" who="Dave Booz">Yes, POLICY-95 was it, and it is resolved now as well</comment>

<comment time="1247155930321" dateTime="2009-07-09T12:12:10.321-05:00" type="c1" who="Martin C">topic: Binding.ws Public Review Draft Revision Vote</comment>

<comment time="1247155974945" dateTime="2009-07-09T12:12:54.945-05:00" type="c1" who="Martin C">the bindings.ws spec had an incorrect resolution to issue-76, plus some other updates</comment>

<comment time="1247155987473" dateTime="2009-07-09T12:13:07.473-05:00" type="c2" who="anish">apologies for the oversight on 76. i was trying to be very careful in folding issue resolutions. but obviously not careful enuf on 76</comment>

<comment time="1247156464539" dateTime="2009-07-09T12:21:04.539-05:00" type="c2" who="anish">brb</comment>

<comment time="1247156517966" dateTime="2009-07-09T12:21:57.966-05:00" type="c2" who="anish">back</comment>

<comment time="1247156525637" dateTime="2009-07-09T12:22:05.637-05:00" type="c2" who="anish">what did we decide?</comment>

<comment time="1247156548640" dateTime="2009-07-09T12:22:28.640-05:00" type="c1" who="Martin C">there were no objections to Simon sending the current cd03 with a fixed up schema for 76 to TC-Admin</comment>

<comment time="1247156661582" dateTime="2009-07-09T12:24:21.582-05:00" type="c1" who="Martin C">the appendix will be out of snyc, but the external defintions prevail anyway.</comment>

<comment time="1247156775346" dateTime="2009-07-09T12:26:15.346-05:00" type="c1" who="Martin C">Martin Motions: to update the schema files for cd03 and forward them as part of the cd03/pr01 package to TC-Admin</comment>

<comment time="1247156776267" dateTime="2009-07-09T12:26:16.267-05:00" type="c1" who="Dave Booz">http://tools.oasis-open.org/version-control/browse/wsvn/sca-assembly/SCA_XSDS/sca-binding-ws-1.1-cd02.xsd</comment>

<comment time="1247156813661" dateTime="2009-07-09T12:26:53.661-05:00" type="c1" who="Martin C">2nd: anish</comment>

<comment time="1247156854740" dateTime="2009-07-09T12:27:34.740-05:00" type="c1" who="anish">here is a copy (won&apos;t change if SVN one changes):</comment>

<comment time="1247156855762" dateTime="2009-07-09T12:27:35.762-05:00" type="c1" who="anish">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!-- Copyright(C) OASIS(R) 2005,2009. All Rights Reserved. 
     OASIS trademark, IPR and other policies apply.  --&gt;
&lt;schema xmlns=&quot;http://www.w3.org/2001/XMLSchema&quot; 
    targetNamespace=&quot;http://docs.oasis-open.org/ns/opencsa/sca/200903&quot; 
    xmlns:sca=&quot;http://docs.oasis-open.org/ns/opencsa/sca/200903&quot;
    xmlns:wsdli=&quot;http://www.w3.org/ns/wsdl-instance&quot;
    xmlns:wsa=&quot;http://www.w3.org/2005/08/addressing&quot;
    elementFormDefault=&quot;qualified&quot;&gt;

    &lt;import namespace=&quot;http://www.w3.org/ns/wsdl-instance&quot;
            schemaLocation=&quot;http://www.w3.org/2007/05/wsdl/wsdl20-instance.xsd&quot;/&gt;
    &lt;import namespace=&quot;http://www.w3.org/2005/08/addressing&quot;
            schemaLocation=&quot;http://www.w3.org/2006/03/addressing/ws-addr.xsd&quot;/&gt;

    &lt;include schemaLocation=&quot;sca-core-1.1-cd03.xsd&quot;/&gt;

    &lt;element name=&quot;binding.ws&quot; type=&quot;sca:WebServiceBinding&quot;
             substitutionGroup=&quot;sca:binding&quot;/&gt;

    &lt;complexType name=&quot;WebServiceBinding&quot;&gt;
        &lt;complexContent&gt;
            &lt;extension base=&quot;sca:Binding&quot;&gt;
                &lt;sequence&gt;
                    &lt;element name=&quot;endpointReference&quot; type=&quot;wsa:EndpointReferenceType&quot;
                             minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;/&gt;
                    &lt;any namespace=&quot;##other&quot; processContents=&quot;lax&quot;
                         minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;/&gt;
                &lt;/sequence&gt;
                &lt;attribute name=&quot;wsdlElement&quot; type=&quot;anyURI&quot; use=&quot;optional&quot;/&gt;
                &lt;attribute ref=&quot;wsdli:wsdlLocation&quot; use=&quot;optional&quot;/&gt;
            &lt;/extension&gt;
        &lt;/complexContent&gt;
    &lt;/complexType&gt;
&lt;/schema&gt;</comment>

<comment time="1247156895639" dateTime="2009-07-09T12:28:15.639-05:00" type="c1" who="Martin C">bryan amends the motion: from &quot;update the schema files &quot; to &quot;use the schema files in svn (link above&quot;</comment>

<comment time="1247156986079" dateTime="2009-07-09T12:29:46.079-05:00" type="c1" who="Martin C">Dave 2nds</comment>

<comment time="1247157014149" dateTime="2009-07-09T12:30:14.149-05:00" type="c1" who="Martin C">use the schema files in svn (link above) for cd03 and forward them as part of the cd03/pr01 package to TC-Admin</comment>

<comment time="1247157041439" dateTime="2009-07-09T12:30:41.439-05:00" type="c1" who="Martin C">amendment passes</comment>

<comment time="1247157067937" dateTime="2009-07-09T12:31:07.937-05:00" type="c1" who="Martin C">Motion stands: use the schema files in svn (link above) for cd03 and forward them as part of the cd03/pr01 package to TC-Admin</comment>

<comment time="1247157071231" dateTime="2009-07-09T12:31:11.231-05:00" type="c1" who="Martin C">passed w/o</comment>

<comment time="1247157097439" dateTime="2009-07-09T12:31:37.439-05:00" type="c1" who="Martin C">Action: Editors new issue needed to correct the application of 76</comment>

<comment time="1247157142063" dateTime="2009-07-09T12:32:22.063-05:00" type="c1" who="Martin C">s/Editors/Anish to raise/</comment>

<comment time="1247157145839" dateTime="2009-07-09T12:32:25.839-05:00" type="c1" who="Martin C">s/needed//</comment>

<comment time="1247157168702" dateTime="2009-07-09T12:32:48.702-05:00" type="c1" who="Martin C">Action: editors to update the schema appendix title</comment>

<comment time="1247157178986" dateTime="2009-07-09T12:32:58.986-05:00" type="c1" who="Martin C">to include 1.1</comment>

<comment time="1247157209671" dateTime="2009-07-09T12:33:29.671-05:00" type="c1" who="Martin C">topic: pr procedures</comment>

<comment time="1247157228478" dateTime="2009-07-09T12:33:48.478-05:00" type="c1" who="Martin C">other tcs have relaxed the 2/3 rule for new issues during public reviews</comment>

<comment time="1247157507809" dateTime="2009-07-09T12:38:27.809-05:00" type="c1" who="Martin C">discussion on options for changing standing rule</comment>

<comment time="1247157539805" dateTime="2009-07-09T12:38:59.805-05:00" type="c1" who="Martin C">Martin motions: to suspend the current 2/3 rule for openning issues</comment>

<comment time="1247157554486" dateTime="2009-07-09T12:39:14.486-05:00" type="c1" who="Martin C">(back to a normal majority)</comment>

<comment time="1247157571030" dateTime="2009-07-09T12:39:31.030-05:00" type="c1" who="Martin C">khanderao 2nds</comment>

<comment time="1247157591500" dateTime="2009-07-09T12:39:51.500-05:00" type="c1" who="Martin C">khanderoe cant second</comment>

<comment time="1247157598560" dateTime="2009-07-09T12:39:58.560-05:00" type="c1" who="Martin C">plamn 2nds</comment>

<comment time="1247157609776" dateTime="2009-07-09T12:40:09.776-05:00" type="c1" who="Martin C">s/plamn/Plamen</comment>

<comment time="1247157679506" dateTime="2009-07-09T12:41:19.506-05:00" type="c1" who="Martin C">motion passes w/o</comment>

<comment time="1247157742016" dateTime="2009-07-09T12:42:22.016-05:00" type="c1" who="Martin C">martin motions: all issues raised on the specs during public review are logged as public review comments</comment>

<comment time="1247157763557" dateTime="2009-07-09T12:42:43.557-05:00" type="c1" who="Martin C">bryan 2nds</comment>

<comment time="1247157798387" dateTime="2009-07-09T12:43:18.387-05:00" type="a8" who="">Q: Tom Rutt</comment>

<comment time="1247157841970" dateTime="2009-07-09T12:44:01.970-05:00" type="c1" who="Martin C">jira has already been setup to allow this</comment>

<comment time="1247157889608" dateTime="2009-07-09T12:44:49.608-05:00" type="a8" who="">Q: -empty-</comment>

<comment time="1247157911049" dateTime="2009-07-09T12:45:11.049-05:00" type="c1" who="Martin C">tom does this mean commenst from members must go through the public web page facitlity?</comment>

<comment time="1247157921835" dateTime="2009-07-09T12:45:21.835-05:00" type="c1" who="Martin C">no if the raiser is a member of the TC</comment>

<comment time="1247157926471" dateTime="2009-07-09T12:45:26.471-05:00" type="c1" who="Martin C">motion passes w/o</comment>

<comment time="1247158027206" dateTime="2009-07-09T12:47:07.206-05:00" type="c1" who="Martin C">there is one open issue and one deffered. nothing needs to be done with these until some one wants to resolve or reopen</comment>

<comment time="1247158043630" dateTime="2009-07-09T12:47:23.630-05:00" type="c1" who="Martin C">topic: new issue</comment>

<comment time="1247158073473" dateTime="2009-07-09T12:47:53.473-05:00" type="c1" who="Martin C">BINDINGS-83 
http://www.osoa.org/jira/browse/BINDINGS-83 
JMS binding - binding property name is incorrectly marked as &quot;optional&quot;</comment>

<comment time="1247158114011" dateTime="2009-07-09T12:48:34.011-05:00" type="c1" who="Martin C">this should be logged as a PR comment</comment>

<comment time="1247158130745" dateTime="2009-07-09T12:48:50.745-05:00" type="c1" who="Martin C">Anish moves to open 83 as a pr comment</comment>

<comment time="1247158148330" dateTime="2009-07-09T12:49:08.330-05:00" type="c1" who="Martin C">mike e 2nds</comment>

<comment time="1247158152466" dateTime="2009-07-09T12:49:12.466-05:00" type="c1" who="anish">i think we can resolve this issue now</comment>

<comment time="1247158165705" dateTime="2009-07-09T12:49:25.705-05:00" type="c1" who="Martin C">motion passes w/o</comment>

<comment time="1247158199564" dateTime="2009-07-09T12:49:59.564-05:00" type="c1" who="Martin C">Mike e: proposal in jira to fix this problem</comment>

<comment time="1247158225621" dateTime="2009-07-09T12:50:25.621-05:00" type="c1" who="Martin C">Proposal: 

Add @use=&quot;required&quot; to the @name attribute of the BindingProperty type: 

 &lt;complexType name=&quot;BindingProperty&quot;&gt; 
  &lt;simpleContent&gt; 
    &lt;extension base=&quot;string&quot;&gt; 
      &lt;attribute name=&quot;name&quot; type=&quot;NMTOKEN&quot; use=&quot;required&quot;/&gt; 
      &lt;attribute name=&quot;type&quot; type=&quot;string&quot; use=&quot;optional&quot; 
        default=&quot;xs:string&quot;/&gt; 
    &lt;/extension&gt; 
  &lt;/simpleContent&gt; 
&lt;/complexType&gt;</comment>

<comment time="1247158245440" dateTime="2009-07-09T12:50:45.440-05:00" type="c2" who="anish">i have to hang up</comment>

<comment time="1247158252790" dateTime="2009-07-09T12:50:52.790-05:00" type="c1" who="Martin C">Mike E moves to resolve issue 83 with the proposal in jira</comment>

<comment time="1247158253932" dateTime="2009-07-09T12:50:53.932-05:00" type="c2" who="anish">tty next week</comment>

<comment time="1247158256526" dateTime="2009-07-09T12:50:56.526-05:00" type="c1" who="Martin C">2nd anish</comment>

<comment time="1247158280420" dateTime="2009-07-09T12:51:20.420-05:00" type="c1" who="Martin C">passed w/o</comment>

<comment time="1247158306728" dateTime="2009-07-09T12:51:46.728-05:00" type="c1" who="Martin C">topic: Test Assertions/Test cases</comment>

<comment time="1247158327348" dateTime="2009-07-09T12:52:07.348-05:00" type="c1" who="Martin C">next item of work for the tc is to produse these documents.</comment>

<comment time="1247158355468" dateTime="2009-07-09T12:52:35.468-05:00" type="c1" who="Martin C">basic structure of documents can be borrowed from assembly (for example)</comment>

<comment time="1247158367786" dateTime="2009-07-09T12:52:47.786-05:00" type="c1" who="Martin C">one set of docs per spec</comment>

<comment time="1247158372793" dateTime="2009-07-09T12:52:52.793-05:00" type="c1" who="Martin C">any volunteers?</comment>

<comment time="1247158469913" dateTime="2009-07-09T12:54:29.913-05:00" type="c1" who="Martin C">need discrete test assertions and test case documents for each spec</comment>

<comment time="1247158565981" dateTime="2009-07-09T12:56:05.981-05:00" type="c1" who="Martin C">revisit next week</comment>

<comment time="1247158616073" dateTime="2009-07-09T12:56:56.073-05:00" type="c1" who="Martin C">topic: issues</comment>

<comment time="1247158647228" dateTime="2009-07-09T12:57:27.228-05:00" type="c1" who="Martin C">ashok argues that 83 is possibly done as policy and assembly has fixed this</comment>

<comment time="1247158669069" dateTime="2009-07-09T12:57:49.069-05:00" type="c1" who="Martin C">Simon: this does need fixing for jms only</comment>

<comment time="1247158719992" dateTime="2009-07-09T12:58:39.992-05:00" type="c1" who="Martin C">topic: aob</comment>

<comment time="1247158723467" dateTime="2009-07-09T12:58:43.467-05:00" type="c1" who="Martin C">straggler roll</comment>

<comment time="1247158732180" dateTime="2009-07-09T12:58:52.180-05:00" type="c1" who="Martin C">meeting closed</comment>

</room>



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