Re: RFC: ws-commons

2005-05-02 Thread Jochen Wiedmann
On 5/2/05, Srinath Perera [EMAIL PROTECTED] wrote: AFAIK what we expect form the commons xml thing is not to make the JAXME work on the commns XSD model but Axis to work on it, without binding Axis to XMLBeans or JAXME. I would rather love to see that interface expose normalize set of

Re: RFC: ws-commons

2005-05-02 Thread Jochen Wiedmann
On 5/2/05, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: Oh from an Axis2 point of view there's another requirement .. we'd really, *really*, like the schema parser to be implemented using StAX. Otherwise we'd need to have 2 parsers around :-(. Is that a wet blanket on JaxMe and XMLBeans

RFC: ws-commons

2005-05-01 Thread Jochen Wiedmann
Hi, I would like to reuse certain JaxMe components in ws-xmlrpc: * The DateFormat classes for xs:dateTime, xs:date, and xs:time. * The SAX serializer, an XMLWriter, which allows to embed components with arbitrary namespaces into existing SAX streams. * The javax.xml.XMLConstants and

Re: RFC: ws-commons

2005-05-01 Thread Jochen Wiedmann
Davanum Srinivas wrote: Let's go for it - http://svn.apache.org/repos/asf/webservices/commons/. Every committer of WS PMC has access to it. drop a note to [EMAIL PROTECTED] if you can't access it. Excellent, thank you! :-)

Re: RFC: ws-commons

2005-05-01 Thread Sanjiva Weerawarana
+1. One thing I'd like to see in it .. a common model for XSD that is supported by both XMLBeans and JaxMe. Is that absolutely wishful thinking? (I know this is an XML project but since both the projects that have models are in the WS PMC its more likely to happen here than there.) I'm asking

Re: RFC: ws-commons

2005-05-01 Thread Jochen Wiedmann
Sanjiva Weerawarana wrote: One thing I'd like to see in it .. a common model for XSD that is supported by both XMLBeans and JaxMe. Is that absolutely wishful thinking? (I know this is an XML project but since both the projects that have models are in the WS PMC its more likely to happen

Re: RFC: ws-commons

2005-05-01 Thread Srinath Perera
Hi Jochen; AFAIK what we expect form the commons xml thing is not to make the JAXME work on the commns XSD model but Axis to work on it, without binding Axis to XMLBeans or JAXME. I would rather love to see that interface expose normalize set of information. e.g. Attribute Groups to resolved

Re: RFC: ws-commons

2005-05-01 Thread Sanjiva Weerawarana
Hi Anil, What is the general opinion on using Xerces Schema Parser? http://xml.apache.org/xerces2-j/index.html I know that it does good schema to Java model and not vice-versa. I have no opposition to it at all - the last time I looked at it however (which was a few years ago though) it