Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by JohnKaputin:
http://wiki.apache.org/ws/FrontPage/Woden/TaskList

The comment on the change is:
Captured task as JIRA.

------------------------------------------------------------------------------
  -----
  
  
+ 
+ 
- == Line / column nos. in Error Info ==
- Need to implement the capture of the source line and column numbers for WSDL 
parse-time errors. Currently, the {{{ErrorInfo}}} object provides this 
information, but it is just initialized to zeroes. For the DOM implementation 
of Woden, maybe consider subclassing the SAX parser object and extending it to 
capture this information during parsing. Perhaps stored in a separate 
collection, keyed by element qname.
- ==== Status ====
- Not done.
- -----
- == XML Catalog resolver ==
- Add catalog resolver capability to Woden to resolve alias URLs to physical 
documents. Some of the W3C test suite test cases require this capability and 
are currently failing.
- ==== Status ====
- Not done.
- -----
  == Consider Typed Collection classes ==
  The Woden API currently uses typed arrays to provide typesafe collections of 
objects. A concern was raised previously about this limiting the implementation 
choices for collections of objects. Consider replacing typed arrays with 
Woden-specific typed collection classes that hide the array implementation and 
maybe offer Collection or List style, typesafe accessor methods.
  ==== Status ====
@@ -183, +175 @@

  Not done.[[BR]]
  Property now removed from WSDL 2.0 spec and from Woden.
  -----
+ == Line / column nos. in Error Info ==
+ Need to implement the capture of the source line and column numbers for WSDL 
parse-time errors. Currently, the {{{ErrorInfo}}} object provides this 
information, but it is just initialized to zeroes. For the DOM implementation 
of Woden, maybe consider subclassing the SAX parser object and extending it to 
capture this information during parsing. Perhaps stored in a separate 
collection, keyed by element qname.
+ ==== Status ====
+ Not done.[[BR]]
+ Captured as JIRA WODEN-113.
+ -----
+ == XML Catalog resolver ==
+ Add catalog resolver capability to Woden to resolve alias URLs to physical 
documents. Some of the W3C test suite test cases require this capability and 
are currently failing.
+ ==== Status ====
+ Not done.[[BR]]
+ 19Dec06: a simple resolver has been implemented, an Oasis Catalog is to 
follow soon.
+ -----
  
  
  == END OF CLOSED TASKS ==

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to