SDO Databinding test failure

2007-04-15 Thread Simon Laws
I just made the following change in ImportSDOProcessorTestCase to make the SDO tests work. See commented out/new line below. The loader in this case dereferences the rolver so you can't pass in null without getting an NPE. I'm not sure what the intention is here so I haven't checked this in. We

Re: SDO Databinding test failure

2007-04-15 Thread Simon Nash
In addition to this code change, an additional import is also needed: import org.apache.tuscany.contribution.resolver.DefaultArtifactResolver; (the other) Simon Simon Laws wrote: I just made the following change in ImportSDOProcessorTestCase to make the SDO tests work. See commented out/new

Re: SDO Databinding test failure

2007-04-15 Thread Raymond Feng
Hi, This is a good fix. I just committed it. Thanks, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Sunday, April 15, 2007 2:40 PM Subject: SDO Databinding test failure I just made the following change