You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2007/01/16 17:05:11 UTC

svn commit: r496742 - in /incubator/woden/Site: build/site/dev/1.0/milestoneplan.html build/site/dev/1.0/milestoneplan.pdf src/documentation/content/xdocs/dev/1.0/milestoneplan.xml

Author: jkaputin
Date: Tue Jan 16 08:05:10 2007
New Revision: 496742

URL: http://svn.apache.org/viewvc?view=rev&rev=496742
Log:
Updated the milestone plan for M7

Modified:
    incubator/woden/Site/build/site/dev/1.0/milestoneplan.html
    incubator/woden/Site/build/site/dev/1.0/milestoneplan.pdf
    incubator/woden/Site/src/documentation/content/xdocs/dev/1.0/milestoneplan.xml

Modified: incubator/woden/Site/build/site/dev/1.0/milestoneplan.html
URL: http://svn.apache.org/viewvc/incubator/woden/Site/build/site/dev/1.0/milestoneplan.html?view=diff&rev=496742&r1=496741&r2=496742
==============================================================================
--- incubator/woden/Site/build/site/dev/1.0/milestoneplan.html (original)
+++ incubator/woden/Site/build/site/dev/1.0/milestoneplan.html Tue Jan 16 08:05:10 2007
@@ -113,7 +113,7 @@
 <a href="#M6+-+October+6%2C+2006">M6 - October 6, 2006</a>
 </li>
 <li>
-<a href="#M7+-+January+15%2C+2007">M7 - January 15, 2007</a>
+<a href="#M7+-+January+29%2C+2007">M7 - January 29, 2007</a>
 </li>
 <li>
 <a href="#Woden+1.0+-+Date+is+conditional+upon+graduation+from+incubation">Woden 1.0 - Date is conditional upon graduation from incubation</a>
@@ -320,49 +320,111 @@
 </ul>
 </div> 
     
-<a name="N10287"></a><a name="M7+-+January+15%2C+2007"></a>
-<h2 class="boxed">M7 - January 15, 2007</h2>
+<a name="N10287"></a><a name="M7+-+January+29%2C+2007"></a>
+<h2 class="boxed">M7 - January 29, 2007</h2>
 <div class="section">
 <p>
+        The release-defining criteria for M7 are:
+        </p>
+<ul>
+            
+<li>to pass all of the 'good' document test cases in the W3C WSDL 2.0 suite,
+                as this will help the W3C WSDL 2.0 spec progress from CR to PR.</li>
+            
+<li>to implement any required API changes sooner rather than later to
+                stablize the API</li>
+            
+<li>to implement unit tests outstanding from previous milestone plans</li>
+            
+<li>to fix major bugs</li>
+        
+</ul>
+<p>
+        While complete WSDL validation (i.e. support for all assertions in the WSDL 2.0 spec and the Validation test cases in the 
+        WSDL 2.0 Test Suite) is a major objective of the Woden project, it is not a mandatory criteria for the M7 release. 
+        However, it is high priority post-M7. 
+        </p>
+<p>
           See the <a href="http://issues.apache.org/jira/browse/Woden">Woden JIRAs</a> marked with Version M7 for a list of 
           outstanding function planned for M7.
+          Of those, the release-defining JIRAs for M7 (those that are "must-do") are:
         </p>
 <ul>
-			
-<li>Unit tests for import and include parsing (DOM) <img alt="development" height="5" src="../../images/progress.gif" width="14"></li>
-			
-<li>Unit tests for Service parsing (DOM) <img alt="development" height="5" src="../../images/progress.gif" width="14"></li>
-      		
-<li>Unit tests for Description parsing (DOM)</li>
-      		
-<li>Unit tests Feature and Property parsing (DOM)</li>
-			
-<li>Unit tests for Types parsing (DOM)</li>
-			
-<li>Unit test for Interface parsing (DOM)</li>
-			
-<li>Unit tests for Binding parsing (DOM)</li>
-			
-<li>Unit tests for interface extension parsing (DOM)</li>
-			
-<li>Resolve W3C WSDL 2.0 Interchange Format test result issues</li>
-			
-<li>Bug fixes <img alt="development" height="5" src="../../images/progress.gif" width="14"></li>
-			
-<li>Update the User Guide on Woden website</li>
-			
-<li>Update Developer technical documentation on Woden Wiki</li>
-			
-<li>URI Resolver</li>
-			
-<li>Remove DOM dependencies from Woden API</li>
-			
-<li>Complete the AXIOM implementation of Woden, to same level as DOM implementation.</li>
-		
+      	    
+<li>'good' test case failures:
+      	        <ul>
+      	            
+<li>WODEN-10 SchemaId-1G</li>
+      	            
+<li>WODEN-86 MessageTest-1G</li>
+      	            
+<li>WODEN-98 LocationTemplate-1G</li>
+      	            
+<li>WODEN-99 MessageTest-2G</li>
+      	            
+<li>WODEN-100 Schema-1G</li>
+      	            
+<li>WODEN-101 SparqlQuery-1G</li>
+      	            
+<li>WODEN-102 SparqlQuerySimplified-1G</li>
+      	        
+</ul>
+      	    
+</li>    
+      	    
+<li>API changes:
+      	        <ul>
+      	            
+<li>WODEN-47 generic collections of extensions as well as/instead of static typing</li>
+      	            
+<li>WODEN-56 remove need to use *internal* classes when coding extensions</li>
+      	            
+<li>WODEN-87 methods in Interface API to 'flatten' interface inheritance</li>
+      	            
+<li>WODEN-119 readWSDL args should be URI instead of String</li>
+      	            
+<li>WODEN-120 readWSDL methods should return Description not DescriptionElement</li>
+      	        
+</ul>
+      	    
+</li>
+      	    
+<li>Outstanding unit tests:
+      	        <ul>
+      	            
+<li>WODEN-49 tests for ImportElement and IncludeElement</li>
+      	            
+<li>WODEN-50 tests for Service and Endpoint</li>
+      	            
+<li>WODEN-51 tests for Description and DescriptionElement</li>
+      	            
+<li>WODEN-53 tests for TypesElement, ElementDeclaration, TypeDefinition</li>
+      	            
+<li>WODEN-54 tests for Interface and InterfaceElement and their children</li>
+      	            
+<li>WODEN-55 tests for Binding and BindingElement and their children</li>
+      	        
+</ul>
+      	    
+</li>
+      	    
+<li>Others:
+      	        <ul>
+      	            
+<li>WODEN-45 changes to "ASF Source Header and Copyright Notice Policy"</li>
+      	            
+<li>WODEN-85 Common, standard schema and DTD files</li>
+      	            
+<li>WODEN-118 NPE when import location does not resolve to a document</li>
+      	        
+</ul>
+      	    
+</li>
+      	
 </ul>
 </div> 
     
-<a name="N102D4"></a><a name="Woden+1.0+-+Date+is+conditional+upon+graduation+from+incubation"></a>
+<a name="N10304"></a><a name="Woden+1.0+-+Date+is+conditional+upon+graduation+from+incubation"></a>
 <h2 class="boxed">Woden 1.0 - Date is conditional upon graduation from incubation</h2>
 <div class="section">
 <p>
@@ -371,7 +433,7 @@
       	</p>
 </div> 
     
-<a name="N102DE"></a><a name="Legend"></a>
+<a name="N1030E"></a><a name="Legend"></a>
 <h2 class="boxed">Legend</h2>
 <div class="section">
 <table class="ForrestTable" cellspacing="1" cellpadding="4">

Modified: incubator/woden/Site/build/site/dev/1.0/milestoneplan.pdf
URL: http://svn.apache.org/viewvc/incubator/woden/Site/build/site/dev/1.0/milestoneplan.pdf?view=diff&rev=496742&r1=496741&r2=496742
==============================================================================
--- incubator/woden/Site/build/site/dev/1.0/milestoneplan.pdf (original)
+++ incubator/woden/Site/build/site/dev/1.0/milestoneplan.pdf Tue Jan 16 08:05:10 2007
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 765 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 768 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gb!$E4`B(/&;GE-$B?acYl(@T2Jk5Q'oF1:1:/'8M09:UOt4^-o'`Ui7Qe4VkRNRs&(XT2O+&1@c?G[Fn#eWZ!Y^g#,1:u&&OG`=,1:lf9):Ck#j*U+fff2?\?--C]g3H.a5*Ko`P`#GVR3tDY,l!aQDRU\5hU:(PXa.C29RY\`0@;WIqG#.Y[@*b(A5i-kB5>/WngDF,beh@NtU"kPS=Kgk+bbt%b/C>W1Me(-TZH]0QT0*NUDO*r4fH'<2qe;rIl"<%"WKDS1PM2!7WIj%PRbINSV$,ioI3P(a8IH3#jV\%Z*0%$'gl;QTWIpW)Il(a[_g&$Eo!$==8qf]hUtiE9phe+;:\Kq,&KjVLffM:t/X@oKRo37j^@BUha;Z\WgML5b3e-9N'>i=6DF`)<ul&fY'?jbX@Sm9r]l\TMFS^9HHHs:!O8\?6q@#7'NY'l7`gC:=W2c?h1X3>#6[5bYYn"A+:'pqFSP,N5Io23n7$6P.bR;RE.B#rN\iR]iBc;&34mV,RagST,U2Vs,Um133q5^L8AA.DX,B/IW<-)6.0mcMS873IVmWbpE3n0n!?dh.d(]YN(6;&'Lk49;tm*K=\/*Krn4Gk<Lft8rp?.PMH,-4Du3HKr>Z%,@F1i=@kEf[i"F6ZC+NOW?_ben&8)Y!Jn([3"EQPfh3]E58iW-^r.fUqctq9WXWP!d1J*!ONZaB[FpFo8pKNj!pnhB*^J+f2Y3LF89XWi&Q),"GUN[ih459\="np7A!)'85.f~>
+Gb!$E4`B(/&;GE-$B?acYl(@T2Jk5Q'oF1:1:/'8M09:UOt4^-o'`Ui7Qe4VkRNRs&(XT2O+&1@c?G[Fn#eWZ!Y^g#,1:u&&OG`=,1:lf9):Ck#j*U+fff2?\?--C]g3H.a5*Ko`P`#GVR3tDY,l!aQDRU\5hU:(PXa.C29RY\`0@;WIqG#.Y[@*b(A5i-kB5>/WngDF,beh@NtU"kPS=Kgk+bbt%b/C>W1Me(-TZH]0QT0*NUDO*r4fH'<2qe;rIl"<%"WKDS1PM2!7WIj%PRbINSV$,ioI3P(a8IH3#jV\%Z*0%$'gl;QTWIpW)Il(a[_g&$Eo!$==8qf]hUtiE9phe+;:\Kq,&KjVLffM:t/X@oKRo37j^@BUha;Z\WgML5b3e-9N'>i=6DF`)<ul&fY'?jbX@Sm9r]l\TMFS^9HHHs:!O8\?6q@#7'NY'l7`gC:=W2c?h1X3>#6[5bYYn"A+:'pqFSP,N5Io23n7$6P.bQpRBV<!d4\.'hHNts#a&&p9Ys&FqRJlprr8?$N$FhJCfi/FmA@$[knj*K)C/TIVV%AEj4@=+I1Hrkq0qQBVfM3KbBQFnd/:R:b)")alCO5&$V;D\5MNTJMY"4$^Kjc1Z0F"$D1B^&T>NoW%(_[:X<eJ]>_8A3NCBo3CNS5?ibSZaE6P\N?k0*?)fqfC$-1J^s%mVURa(]3ou$KI-E3'G&`b[hm_Dg$IVWs@hpe_#[qWY#<P>SnWA`P7ZLktPoFAf_B:E8:^u"l/@0Uj0~>
 endstream
 endobj
 6 0 obj
@@ -195,10 +195,10 @@
 >>
 endobj
 36 0 obj
-<< /Length 1927 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2091 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gatm==]='G&:XAWcsot].!+ZuKWn:K6>[L.buQFn+RHA$MC`IaORV_J8*<Fo...@f>:-f]iuXq^OdKa(L*.SUEJu,l\"lV43r@oSWRr^GIMI6IF_\Q$DJ_8?b.2Ds4/b-6D4%U[Jj.EKhHL=[?m-2T&VYV'%_aHh+_cq;RtJ)O^OZhQ&#*#FOp"1Tc:%38lRKaD;Q_6MJV9U#7EW3G*pn:#YP_7l\BUi)6\/tgl:]=O3[[4GUoL;Rsbsm-D.\k]E'*ji6Q>gHJ0ilSpn8]43qY;onSQUmn!-`Uu0/"_tAf/T=WQ[,0aX<NAG&\VqiQ\/jl&gh(%8qf0u:m6*up)?JD?52L3V>&dD4/4&oH6_s*?eGm^#rNa(,<76Xu8E@u8+lgROEJIp\\+*.r;Y>i:qWqZN38M-lGA9g(aKKLN"Wl[T?g-;?,=DTi9-NP?k_t!6anrMO\pOd^I:MkcP`Eh*hC6uBg=bLd8&5g.Y]#/>n'KRX%`hD:JoN?'<&KU=rBbDEi:lM-D*H=i8mS[Sb<$h^Mc:9k]1LZ#K,lBJS?ATdX;DCJQ056r41k0e'#V\@lUBj-$1IcfkP)/JthD2$X7N%j5VDDVsfpaB+kq4Y\JSBm&Ghtn"K*!i`pHfA4nLse*@^@=j0):2HPfF&fT=Kc`2p"\34gV5#gi'Oi:1SA>X?$!6Iaf/-Q_1Zta[QB`Cn?5lY:3htkolF)>q3-(eCHCu$BZopa1,9p.YT3\0+.[)Q9SSp_^`q[Bf!f&MDOT<&fq`j_C+(\+1?sLibKkt#$i$C5Cdn1e1G"]$]2ntk$l_X`!r,qS<!CIa"JsYFGFqBH&CZ0#eO<qGZ-"aKDo:9'?`?1>qQ:II:C3FWh+GKaPBR'X\ORldA#rr&Q1'&D8%$"4l%6u22"@
 A,!]N\p![E;`eR-AcG/-cqWg+QVhe5aEoCMU84#&Qddt4loDk["*dbo=5lfUEQH.g((*'^+6U`N---.E@lW\40lF3-Z.I0]YZ]f,GEu5o0+r,jH4o+lW?;e21os0ok;N#o9_qCsIe5ND=FL:dVYUp&TTMHcqk_mJb@Uf,/d(6cP1nd9!m$-1i_HklSkA-V<&roVa4.V7*"IYWcM*BmPRV#SGrGeZ(LSJptf1S:4U"mr@oD$Bg*o`"EG@*ZnFY.r5jq4O0["JC#jq5Y?RH%;M@AHchZe,Y>`5Da*%^KNqDCiY(j)WE&:k;gRg'@ot0XSn@(o$F-j<6,Y5G0m.!SgcI]2<k"=7X9[?,@m0X6msH#uY:r?+t?W&Kc"jXJTZ-*O0BA:e:t7D2u</Atato5u]jV!nE[\/68Xa;]q)<\5_@8`1aW/6EZL$nUY#B/3N$\B6>N$Xp[5SL0p(m)c/N!S7@*:0n_":L*7GT<+Z_#7>qi1n;6W<4uNC<7NoGM&4b'nB?U6a6"e+l-/k66/4??YF)%$"[6l<,Ug!RqOg*\--XdPF;&YHoPV_Ora^Ru7M.j7C6AG9:6B'iKs4Ou&\jGLT,<l8b-8>-)fZpa!KCKE]q!:S2*\_(=A-nggWq4q`l`;uFPj0$M$_`U,1^=u\k/s/*FN`e,[7Jg#DLs`1O^"'f5Y(_(D8f8Gkr?/l$H!KAbJiPMn^cgH"B"VUDUmk51i>1lFY=Yh"V%3_ehBRd%<X6=;]?@]pYlIe!Jap8[%g7*^6Kk+`&JCC]BV7Es*`A1C+h;0"q>.o?(sLsWnA:M`PEGW;9O^qbcQ<i'(#M8*%e+d=T_'K$feek#)TrMjkTDDKSQ&%2L.mUr[I;tH6=2O.tS?$<qRS6/^BPfUTa.H?2c'>[6%GE*%UE8;/9/69XQ9CCJQAoR7Nrs(#XT(F*\N~>
+GatU5>B?8n(k).^@.KJf;c=qe/q$B^UeRb(db*;<D"`F1Co`I+'p(9Nod^G/T<Rg]4.1pW5bH>G4$(5sVk_H"ki^$lK.q7LX8X@MeXt=t"3ZjKC\[&JHYX<V[UXTIW;hP%hoCQ,a<d-_f#-_;kj<KaqT?9DrP3M5Eif(-=\sUhC8MVF4mlJ%V=jRc@)&qcG\-%(Zep0QG@*R(=V]'AmK*l*JUuj[C&_;aO,[L[[G:WpV+^0jo@>lmkh1LkP?J5N0Qi0gfu.e?:)C!99sU!P"WJh*`\X42]0!:Y-'LIVY0;PUq\DcsVM4sE$4S+s>SZi7_*,e[oDCLUj92Li`5XCi;KRiY;,Mk?e$L'M=nfU_?CoGr85?d:,3!@ZZ4]:F$8@?;8AHE3)mK4qI0Tt?MbbIT[aP\C9#VG(3%CRe%Rs563j`:/h?HR_%LnQfXFp+7LiO8`QqB*"%*!E:`NgGr]*!:D/oL.EI<ha)Dj+]%?;Ch8H0<@5AU;e!$oF)W5:\?hdTnlJ]`ook7+iP,[1FNlTV,kl!\%Pa,*;LT.^b`G=A_Nu.K@WsC1N$-:Q.D9l:8fa:%/XN;3gZXR=c?4W`82g6u.05osnUo>Z>+ZP,HH[$6FF?NO!#sQW2N%;-q\2[%NaArX5BUIR%(_W9-OPA"(AVY[Naa$fqDf$rKNsKMA98c"!"/,V$>)j`#^hD$HBAW:F1a&87%R23Ll0`FNiQ+G)V\K2iPDDQB>Pa:mG>:Al=@%RZb$"t)87hS0%;+cd.G<':(dEQK<=P(Pms>pLsW`kaq[;Ggt+>6K$V3s:/X6ofcO;m@!T$fA9pC+/&lg$ZVJPWjmNp;l:qn.pDcJ;q^*!Wb":U+"'SIG5GI&i^g7RBSl!Fm>`iZB@cbqfWfcMtg`:Q:hU2f_.k?^6#KsQ#AfgP=CP=F)1`^C$`5:YWPV5escFJopU!cRbJ$[cTo"p^]s%L,!c"pqX/aU/l2_G0\C\p)9IBeB(X#
 7OK<@o(0^1CRaASIlp2W"'5R_+O&oJc2gA'G)$I?Na\WtK^EMH6rN)X+d2Gdp:t(YaaiZMrHSso5Z[fJ+_et^sf#b3qQ(EdFa=`7(;F87\6trd8f@ri'<,U/4E&6KfV%hK"UREF1^L?@2`YbD8d;CQh^PiaIeOdD]bNLu)U\AA1f\KApd9,=XLb$jhbumcjKD&,Ce4+dnd+S:Aimjn]ASP"@P%i"9)g2s.2B&#MiW4BlG?>]<i)U*gZ2&'?2A!*X8+L<h[:8]Pcli"*B*:6IBQ-l83BlI3,^Zb]>rO`<7+N%&M)@k9F03$@m`ldQ9g!&\@WNYj@ZdN=m\q;LAF*C>Z9l;::J4JWf2Aet<g5.-bgmIWQ>lZj3F@o2aY+C)SJ=OYgISae:lo2rZ7=A('kDl^4B!FIMpdq7,&&V7Tna#A_1:dG%c_'g!f,b&g'p;jQ:t.l18+0?CT+Qfm[n#`:7fa1Y:EkUd+$WgSuM;r=5-]ubh*$/VbKtn;\17doShiN*q'l=8jQ>r!0Y+bXs'ke"Z.[i:r-N]n)d&lSR$3DU>JHl=]n=XOUG2<Q'prB\gC:j':8$+i,6uYe334n<_li,s,BTm(s\U_,/M4Nh/FY+fbmTqf?=$SFh.Hk+G&&_VcCV+W:]T;4e"-J%`:)2nr^i,f8s6L8M9cL#./%3VW]]B``gc/%+\#]OgA]pVs[uLVU%7Qg6I2'Cp.(t`Ii1W*F@uO/li=bEQ!A<"abn*,mRJu2IZ8.W4fsXd$+n"^hUO?Bd1%3Ub-b>O(b6Z0^N_'Y6d'WmG7epH]UH'-+8"+Ij!IYOLV8s\.,YE,%u0J&.6hYhX//(l/[54"e&@h''AtAiaqmo:CG<,OZuK]a9Fs-,"euHDahh/kECn_fEuErh'N9Z60MOeC2JVkmDqB/^,cc$*k'?joA4"6rX</>D6DFp3;oX8DgiKfNc4g%rE6q8FeE9rD#L+/l@Yf<N#T9-85t[T9XdW'CQ!
 JR.HE>-</5&O'+3("9&."B>"X;iN#GVuh#'4(.YeIU2'^'iZl?D;82Ptj4Gr*B,%fq8HeN8<>_srr?<stF)HGDu<_F6:bR-e\/?uh6r<E]G)Kc~>
 endstream
 endobj
 37 0 obj
@@ -218,7 +218,7 @@
 39 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 127.992 629.666 195.648 617.666 ]
+/Rect [ 127.992 488.866 195.648 476.866 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://issues.apache.org/jira/browse/Woden)
@@ -226,113 +226,128 @@
 /H /I
 >>
 endobj
+40 0 obj
+<< /Length 1212 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gatn&997gc&:j6K'g*g.c/i0ZZ&*Z,'R;S@E_(4I/D:j^Mln=Pd=5NOUeFCG+6n$/[5HGB3V.5M,i:.cO3?3`1CQ2(s4o4p&-3r-q.ADGc`)R+e-c,BI@7cOc5rQ:^r3lfY%Qs/KZjZ'N23lB!Xcl]EX0=nqEYC:%H\M"3dUJde)KoX>hUOa>2JQ#:052aL8N4q4KJ(PA[POM/BHt%&/NGX&Cs:LRb-IF=T1$sMG_Ht3eagI*I[k`(kh(SWe+4:p:>-o>j>>?(-9mb[<84-.NKtiWmTp*Kn`VuEQ)4b%Qd[u5*j[i+=L0F.'UGpA,FGH.KQJ,i:>&UhZ5s8Qp]7qW-QCi5G\\%bY;eAcC#g['.P!3'F#Agkrct;+UZ(KR\-[@_CZrc.p_7j-'smjnZ\'GDX&c;%-Xj0]o+qQ<ek$g,G==51/A'aiZ(!j(N[,'30t>R`5TFF`\CH4le(B(Pq$Pn%DBK3l+&2ebN?%t-e%)(LEPri\gaZ(Ku?2fAW[MUoEP<+GTS2?Vl.!V>`^.`dKeIe>Qb#HXQ+JKnK7=^dhEE_S8/s1M>(=nPQc&@\g`4[-/F@s_h:M^%Lr3TJ/JHJZ'"1u[LMk'>fcg\Wt>`'q,Vu.W\7;G_,>Q!a_F`5\fY!4&_j=4\,OL?ZhfJ>%o9V8pA&0f5XA'\=@0kfi`mL(WV=<)dubi1HFA$m)DeqHC237f,gJ6V2"#k3ToK[MM01uD;mbghFqP\XR!V"r\Z,mmbBI@/dD#_"0uDGANJYb:Aoa1+<+:e3'5*!UaN"c%[JR3G+Kga)BoC6TEmBK2RY5/t<tS.9g"*-:8EHC6BH2J(')E*t,jZZq9uE*N1<67+hl;Ob+r[S?`c!"@0nOiR=6ma%#0ro;rsE4/;J=E2.Ej-t&Zs=WhJCa+"uB:GDUH"#F^>uh?e&)*dWgG7Ks8V\EXm9RY*?D0k\c`NQ]gj=I0sb=B5URATV-^V\QZ&F*m^sn_Jfn0m:,Y
 7G^Xk,6<)g...@b>+QltO=oMe^N306^YB=2a^&?"''JkPJ%d#V4Ng?Wi_4J$R4A)#%@=*bnB:Jlk8JFpD9J\4k_K^I3jp@iR"3F5QfQHjfn,KPKc*e(?ILqNl6kJ?Dni%C5r4^KXZ2@V*gZPYu>+W+S:sPC8Drkjh:,i\'c&]EfWqt@Pqu6XhA;+@~>
+endstream
+endobj
 41 0 obj
-<<
- /Title (\376\377\0\61\0\40\0\127\0\157\0\144\0\145\0\156\0\40\0\61\0\56\0\60\0\40\0\115\0\151\0\154\0\145\0\163\0\164\0\157\0\156\0\145\0\40\0\160\0\154\0\141\0\156)
- /Parent 40 0 R
- /Next 42 0 R
- /A 9 0 R
->> endobj
-42 0 obj
-<<
- /Title (\376\377\0\62\0\40\0\115\0\61\0\40\0\55\0\40\0\123\0\145\0\160\0\164\0\40\0\63\0\60\0\54\0\40\0\62\0\60\0\60\0\65)
- /Parent 40 0 R
- /Prev 41 0 R
- /Next 43 0 R
- /A 11 0 R
->> endobj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 40 0 R
+>>
+endobj
 43 0 obj
 <<
- /Title (\376\377\0\63\0\40\0\115\0\62\0\40\0\55\0\40\0\104\0\145\0\143\0\40\0\62\0\54\0\40\0\62\0\60\0\60\0\65)
- /Parent 40 0 R
- /Prev 42 0 R
+ /Title (\376\377\0\61\0\40\0\127\0\157\0\144\0\145\0\156\0\40\0\61\0\56\0\60\0\40\0\115\0\151\0\154\0\145\0\163\0\164\0\157\0\156\0\145\0\40\0\160\0\154\0\141\0\156)
+ /Parent 42 0 R
  /Next 44 0 R
- /A 13 0 R
+ /A 9 0 R
 >> endobj
 44 0 obj
 <<
- /Title (\376\377\0\64\0\40\0\115\0\63\0\40\0\55\0\40\0\112\0\141\0\156\0\40\0\62\0\60\0\54\0\40\0\62\0\60\0\60\0\66)
- /Parent 40 0 R
+ /Title (\376\377\0\62\0\40\0\115\0\61\0\40\0\55\0\40\0\123\0\145\0\160\0\164\0\40\0\63\0\60\0\54\0\40\0\62\0\60\0\60\0\65)
+ /Parent 42 0 R
  /Prev 43 0 R
  /Next 45 0 R
- /A 15 0 R
+ /A 11 0 R
 >> endobj
 45 0 obj
 <<
- /Title (\376\377\0\65\0\40\0\115\0\64\0\40\0\55\0\40\0\115\0\141\0\162\0\40\0\63\0\54\0\40\0\62\0\60\0\60\0\66)
- /Parent 40 0 R
+ /Title (\376\377\0\63\0\40\0\115\0\62\0\40\0\55\0\40\0\104\0\145\0\143\0\40\0\62\0\54\0\40\0\62\0\60\0\60\0\65)
+ /Parent 42 0 R
  /Prev 44 0 R
  /Next 46 0 R
- /A 17 0 R
+ /A 13 0 R
 >> endobj
 46 0 obj
 <<
- /Title (\376\377\0\66\0\40\0\115\0\65\0\40\0\55\0\40\0\115\0\141\0\171\0\40\0\61\0\71\0\54\0\40\0\62\0\60\0\60\0\66)
- /Parent 40 0 R
+ /Title (\376\377\0\64\0\40\0\115\0\63\0\40\0\55\0\40\0\112\0\141\0\156\0\40\0\62\0\60\0\54\0\40\0\62\0\60\0\60\0\66)
+ /Parent 42 0 R
  /Prev 45 0 R
  /Next 47 0 R
- /A 19 0 R
+ /A 15 0 R
 >> endobj
 47 0 obj
 <<
- /Title (\376\377\0\67\0\40\0\115\0\66\0\40\0\55\0\40\0\117\0\143\0\164\0\157\0\142\0\145\0\162\0\40\0\66\0\54\0\40\0\62\0\60\0\60\0\66)
- /Parent 40 0 R
+ /Title (\376\377\0\65\0\40\0\115\0\64\0\40\0\55\0\40\0\115\0\141\0\162\0\40\0\63\0\54\0\40\0\62\0\60\0\60\0\66)
+ /Parent 42 0 R
  /Prev 46 0 R
  /Next 48 0 R
- /A 21 0 R
+ /A 17 0 R
 >> endobj
 48 0 obj
 <<
- /Title (\376\377\0\70\0\40\0\115\0\67\0\40\0\55\0\40\0\112\0\141\0\156\0\165\0\141\0\162\0\171\0\40\0\61\0\65\0\54\0\40\0\62\0\60\0\60\0\67)
- /Parent 40 0 R
+ /Title (\376\377\0\66\0\40\0\115\0\65\0\40\0\55\0\40\0\115\0\141\0\171\0\40\0\61\0\71\0\54\0\40\0\62\0\60\0\60\0\66)
+ /Parent 42 0 R
  /Prev 47 0 R
  /Next 49 0 R
- /A 23 0 R
+ /A 19 0 R
 >> endobj
 49 0 obj
 <<
- /Title (\376\377\0\71\0\40\0\127\0\157\0\144\0\145\0\156\0\40\0\61\0\56\0\60\0\40\0\55\0\40\0\104\0\141\0\164\0\145\0\40\0\151\0\163\0\40\0\143\0\157\0\156\0\144\0\151\0\164\0\151\0\157\0\156\0\141\0\154\0\40\0\165\0\160\0\157\0\156\0\40\0\147\0\162\0\141\0\144\0\165\0\141\0\164\0\151\0\157\0\156\0\40\0\146\0\162\0\157\0\155\0\40\0\151\0\156\0\143\0\165\0\142\0\141\0\164\0\151\0\157\0\156)
- /Parent 40 0 R
+ /Title (\376\377\0\67\0\40\0\115\0\66\0\40\0\55\0\40\0\117\0\143\0\164\0\157\0\142\0\145\0\162\0\40\0\66\0\54\0\40\0\62\0\60\0\60\0\66)
+ /Parent 42 0 R
  /Prev 48 0 R
  /Next 50 0 R
- /A 25 0 R
+ /A 21 0 R
 >> endobj
 50 0 obj
 <<
- /Title (\376\377\0\61\0\60\0\40\0\114\0\145\0\147\0\145\0\156\0\144)
- /Parent 40 0 R
+ /Title (\376\377\0\70\0\40\0\115\0\67\0\40\0\55\0\40\0\112\0\141\0\156\0\165\0\141\0\162\0\171\0\40\0\62\0\71\0\54\0\40\0\62\0\60\0\60\0\67)
+ /Parent 42 0 R
  /Prev 49 0 R
- /A 27 0 R
+ /Next 51 0 R
+ /A 23 0 R
 >> endobj
 51 0 obj
+<<
+ /Title (\376\377\0\71\0\40\0\127\0\157\0\144\0\145\0\156\0\40\0\61\0\56\0\60\0\40\0\55\0\40\0\104\0\141\0\164\0\145\0\40\0\151\0\163\0\40\0\143\0\157\0\156\0\144\0\151\0\164\0\151\0\157\0\156\0\141\0\154\0\40\0\165\0\160\0\157\0\156\0\40\0\147\0\162\0\141\0\144\0\165\0\141\0\164\0\151\0\157\0\156\0\40\0\146\0\162\0\157\0\155\0\40\0\151\0\156\0\143\0\165\0\142\0\141\0\164\0\151\0\157\0\156)
+ /Parent 42 0 R
+ /Prev 50 0 R
+ /Next 52 0 R
+ /A 25 0 R
+>> endobj
+52 0 obj
+<<
+ /Title (\376\377\0\61\0\60\0\40\0\114\0\145\0\147\0\145\0\156\0\144)
+ /Parent 42 0 R
+ /Prev 51 0 R
+ /A 27 0 R
+>> endobj
+53 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-52 0 obj
+54 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-53 0 obj
+55 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-54 0 obj
+56 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-55 0 obj
+57 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -341,19 +356,19 @@
 endobj
 1 0 obj
 << /Type /Pages
-/Count 6
-/Kids [6 0 R 29 0 R 31 0 R 33 0 R 35 0 R 37 0 R ] >>
+/Count 7
+/Kids [6 0 R 29 0 R 31 0 R 33 0 R 35 0 R 37 0 R 41 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 40 0 R
+ /Outlines 42 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 51 0 R /F5 52 0 R /F1 53 0 R /F2 54 0 R /F7 55 0 R >> 
+/Font << /F3 53 0 R /F5 54 0 R /F1 55 0 R /F2 56 0 R /F7 57 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -407,84 +422,86 @@
 25 0 obj
 <<
 /S /GoTo
-/D [37 0 R /XYZ 85.0 349.866 null]
+/D [41 0 R /XYZ 85.0 620.6 null]
 >>
 endobj
 27 0 obj
 <<
 /S /GoTo
-/D [37 0 R /XYZ 85.0 284.332 null]
+/D [41 0 R /XYZ 85.0 555.066 null]
 >>
 endobj
-40 0 obj
+42 0 obj
 <<
- /First 41 0 R
- /Last 50 0 R
+ /First 43 0 R
+ /Last 52 0 R
 >> endobj
 xref
-0 56
+0 58
 0000000000 65535 f 
-0000013896 00000 n 
-0000013989 00000 n 
-0000014081 00000 n 
+0000015476 00000 n 
+0000015576 00000 n 
+0000015668 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000927 00000 n 
-0000001047 00000 n 
-0000001135 00000 n 
-0000014204 00000 n 
-0000001269 00000 n 
-0000014267 00000 n 
-0000001404 00000 n 
-0000014333 00000 n 
-0000001541 00000 n 
-0000014399 00000 n 
-0000001677 00000 n 
-0000014463 00000 n 
-0000001814 00000 n 
-0000014527 00000 n 
-0000001950 00000 n 
-0000014591 00000 n 
-0000002087 00000 n 
-0000014657 00000 n 
-0000002224 00000 n 
-0000014721 00000 n 
-0000002361 00000 n 
+0000000930 00000 n 
+0000001050 00000 n 
+0000001138 00000 n 
+0000015791 00000 n 
+0000001272 00000 n 
+0000015854 00000 n 
+0000001407 00000 n 
+0000015920 00000 n 
+0000001544 00000 n 
+0000015986 00000 n 
+0000001680 00000 n 
+0000016050 00000 n 
+0000001817 00000 n 
+0000016114 00000 n 
+0000001953 00000 n 
+0000016178 00000 n 
+0000002090 00000 n 
+0000016244 00000 n 
+0000002227 00000 n 
+0000016308 00000 n 
+0000002364 00000 n 
+0000016372 00000 n 
+0000002501 00000 n 
+0000003995 00000 n 
+0000004103 00000 n 
+0000005517 00000 n 
+0000005625 00000 n 
+0000007063 00000 n 
+0000007171 00000 n 
+0000008632 00000 n 
+0000008740 00000 n 
+0000010924 00000 n 
+0000011047 00000 n 
+0000011074 00000 n 
+0000011270 00000 n 
+0000012575 00000 n 
+0000016438 00000 n 
+0000012683 00000 n 
+0000012912 00000 n 
+0000013113 00000 n 
+0000013303 00000 n 
+0000013498 00000 n 
+0000013688 00000 n 
+0000013883 00000 n 
+0000014097 00000 n 
+0000014316 00000 n 
 0000014787 00000 n 
-0000002498 00000 n 
-0000003992 00000 n 
-0000004100 00000 n 
-0000005514 00000 n 
-0000005622 00000 n 
-0000007060 00000 n 
-0000007168 00000 n 
-0000008629 00000 n 
-0000008737 00000 n 
-0000010757 00000 n 
-0000010880 00000 n 
-0000010907 00000 n 
-0000014853 00000 n 
-0000011103 00000 n 
-0000011332 00000 n 
-0000011533 00000 n 
-0000011723 00000 n 
-0000011918 00000 n 
-0000012108 00000 n 
-0000012303 00000 n 
-0000012517 00000 n 
-0000012736 00000 n 
-0000013207 00000 n 
-0000013340 00000 n 
-0000013453 00000 n 
-0000013563 00000 n 
-0000013671 00000 n 
-0000013787 00000 n 
+0000014920 00000 n 
+0000015033 00000 n 
+0000015143 00000 n 
+0000015251 00000 n 
+0000015367 00000 n 
 trailer
 <<
-/Size 56
+/Size 58
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-14904
+16489
 %%EOF

Modified: incubator/woden/Site/src/documentation/content/xdocs/dev/1.0/milestoneplan.xml
URL: http://svn.apache.org/viewvc/incubator/woden/Site/src/documentation/content/xdocs/dev/1.0/milestoneplan.xml?view=diff&rev=496742&r1=496741&r2=496742
==============================================================================
--- incubator/woden/Site/src/documentation/content/xdocs/dev/1.0/milestoneplan.xml (original)
+++ incubator/woden/Site/src/documentation/content/xdocs/dev/1.0/milestoneplan.xml Tue Jan 16 08:05:10 2007
@@ -138,28 +138,67 @@
 		</ul>
     </section> 
     <section>
-      <title>M7 - January 15, 2007</title>
+      <title>M7 - January 29, 2007</title>
+        <p>
+        The release-defining criteria for M7 are:
+        </p>
+        <ul>
+            <li>to pass all of the 'good' document test cases in the W3C WSDL 2.0 suite,
+                as this will help the W3C WSDL 2.0 spec progress from CR to PR.</li>
+            <li>to implement any required API changes sooner rather than later to
+                stablize the API</li>
+            <li>to implement unit tests outstanding from previous milestone plans</li>
+            <li>to fix major bugs</li>
+        </ul>
+        <p>
+        While complete WSDL validation (i.e. support for all assertions in the WSDL 2.0 spec and the Validation test cases in the 
+        WSDL 2.0 Test Suite) is a major objective of the Woden project, it is not a mandatory criteria for the M7 release. 
+        However, it is high priority post-M7. 
+        </p>
         <p>
           See the <a href="http://issues.apache.org/jira/browse/Woden">Woden JIRAs</a> marked with Version M7 for a list of 
           outstanding function planned for M7.
+          Of those, the release-defining JIRAs for M7 (those that are "must-do") are:
         </p>
       	<ul>
-			<li>Unit tests for import and include parsing (DOM) <img src="../../images/progress.gif" height="5" width="14" alt="development"/></li>
-			<li>Unit tests for Service parsing (DOM) <img src="../../images/progress.gif" height="5" width="14" alt="development"/></li>
-      		<li>Unit tests for Description parsing (DOM)</li>
-      		<li>Unit tests Feature and Property parsing (DOM)</li>
-			<li>Unit tests for Types parsing (DOM)</li>
-			<li>Unit test for Interface parsing (DOM)</li>
-			<li>Unit tests for Binding parsing (DOM)</li>
-			<li>Unit tests for interface extension parsing (DOM)</li>
-			<li>Resolve W3C WSDL 2.0 Interchange Format test result issues</li>
-			<li>Bug fixes <img src="../../images/progress.gif" height="5" width="14" alt="development"/></li>
-			<li>Update the User Guide on Woden website</li>
-			<li>Update Developer technical documentation on Woden Wiki</li>
-			<li>URI Resolver</li>
-			<li>Remove DOM dependencies from Woden API</li>
-			<li>Complete the AXIOM implementation of Woden, to same level as DOM implementation.</li>
-		</ul>
+      	    <li>'good' test case failures:
+      	        <ul>
+      	            <li>WODEN-10 SchemaId-1G</li>
+      	            <li>WODEN-86 MessageTest-1G</li>
+      	            <li>WODEN-98 LocationTemplate-1G</li>
+      	            <li>WODEN-99 MessageTest-2G</li>
+      	            <li>WODEN-100 Schema-1G</li>
+      	            <li>WODEN-101 SparqlQuery-1G</li>
+      	            <li>WODEN-102 SparqlQuerySimplified-1G</li>
+      	        </ul>
+      	    </li>    
+      	    <li>API changes:
+      	        <ul>
+      	            <li>WODEN-47 generic collections of extensions as well as/instead of static typing</li>
+      	            <li>WODEN-56 remove need to use *internal* classes when coding extensions</li>
+      	            <li>WODEN-87 methods in Interface API to 'flatten' interface inheritance</li>
+      	            <li>WODEN-119 readWSDL args should be URI instead of String</li>
+      	            <li>WODEN-120 readWSDL methods should return Description not DescriptionElement</li>
+      	        </ul>
+      	    </li>
+      	    <li>Outstanding unit tests:
+      	        <ul>
+      	            <li>WODEN-49 tests for ImportElement and IncludeElement</li>
+      	            <li>WODEN-50 tests for Service and Endpoint</li>
+      	            <li>WODEN-51 tests for Description and DescriptionElement</li>
+      	            <li>WODEN-53 tests for TypesElement, ElementDeclaration, TypeDefinition</li>
+      	            <li>WODEN-54 tests for Interface and InterfaceElement and their children</li>
+      	            <li>WODEN-55 tests for Binding and BindingElement and their children</li>
+      	        </ul>
+      	    </li>
+      	    <li>Others:
+      	        <ul>
+      	            <li>WODEN-45 changes to "ASF Source Header and Copyright Notice Policy"</li>
+      	            <li>WODEN-85 Common, standard schema and DTD files</li>
+      	            <li>WODEN-118 NPE when import location does not resolve to a document</li>
+      	        </ul>
+      	    </li>
+      	</ul>
     </section> 
     <section>
       <title>Woden 1.0 - Date is conditional upon graduation from incubation</title>



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org