Re: [PATCH] Patch for databinding was: Re: Moving chianti to trunk

2006-07-18 Thread Raymond Feng
: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, July 17, 2006 10:49 PM Subject: Re: [PATCH] Patch for databinding was: Re: Moving chianti to trunk On Jul 17, 2006, at 10:01 PM, Raymond Feng wrote: Hi, Jeremy. I have a big patch for the databinding as attached

Re: [PATCH] Patch for databinding was: Re: Moving chianti to trunk

2006-07-18 Thread Jeremy Boynes
On Jul 17, 2006, at 11:12 PM, Raymond Feng wrote: Hi, I can run the all the test cases successfully using mvn clean install. Can you post me the stacktrace? I commented out the test bodies. If I uncomment them I get: Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.061

Re: [PATCH] Patch for databinding was: Re: Moving chianti to trunk

2006-07-18 Thread Raymond Feng
- From: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, July 18, 2006 6:37 AM Subject: Re: [PATCH] Patch for databinding was: Re: Moving chianti to trunk On Jul 17, 2006, at 11:12 PM, Raymond Feng wrote: Hi, I can run the all the test cases successfully using

Re: [PATCH] Patch for databinding was: Re: Moving chianti to trunk

2006-07-18 Thread Jeremy Boynes
On Jul 18, 2006, at 8:46 AM, Raymond Feng wrote: Hi, I ran into this issue once inside Eclipse but cannot reproduce it any more. It's probably related to some settings of the SAX/DOM features on namespace handling. I'll investigate. What JDK do you use? I tried IBM and SUN JDKs and both

Re: [PATCH] Patch for databinding was: Re: Moving chianti to trunk

2006-07-18 Thread Raymond Feng
reader.setFeature(http://xml.org/sax/features/namespace-prefixes;, false); // Default to false Thanks, Raymond - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, July 18, 2006 8:59 AM Subject: Re: [PATCH] Patch for databinding was: Re

Re: [PATCH] Patch for databinding was: Re: Moving chianti to trunk

2006-07-18 Thread Jeremy Boynes
On Jul 18, 2006, at 10:18 AM, Raymond Feng wrote: Hi, Jeremy. Can you try this patch? It seems that in your environment the SAX XMLReader may have a different feature settings on namespaces or namespace-prefixes. With the patch, I enforce them by:

Re: [PATCH] Patch for databinding was: Re: Moving chianti to trunk

2006-07-17 Thread Jeremy Boynes
On Jul 17, 2006, at 10:01 PM, Raymond Feng wrote: Hi, Jeremy. I have a big patch for the databinding as attached. It includes code improvements, more transformers and test cases. Please review and apply. I applied this but it is a big large to review easily - can you break down what