Re: Running samples from head throws exception

2007-05-13 Thread Bryan Hunt
I agree that sounds like the problem. Where are the StAX jars located? Do I have to download them separate? Bryan On May 13, 2007, at 5:09 AM, Mike Edwards wrote: Bryan, I haven't tried running the samples, but this error looks suspiciously like a failure to find a dependency - namely

Re: Running samples from head throws exception

2007-05-13 Thread Luciano Resende
Could you please try updating the java/sdo/impl/pom.xml, and try changing the stax dependency scope to scopecompile/scope as the other dependencies above and also remove the optional element of the dependency. Then re-compile and re-import the samples to eclipse. These steps worked for me. On

Re: Running samples from head throws exception

2007-05-13 Thread Bryan Hunt
The samples run. Now I get to learn how SDO works, then move on to DAS. Thanks. Bryan On May 13, 2007, at 12:56 PM, Luciano Resende wrote: Could you please try updating the java/sdo/impl/pom.xml, and try changing the stax dependency scope to scopecompile/scope as the other dependencies

Running samples from head throws exception

2007-05-12 Thread Bryan Hunt
I downloaded the SDO code from head and tried to run the samples from Eclipse. I get the following exception: Demonstrates creating a DataObject from a String of XML, based upon section titled 'Creating DataObjects from XML documents' *** Use the

Re: Running samples

2007-05-02 Thread Simon Laws
On 5/2/07, Patrick Vanhuyse [EMAIL PROTECTED] wrote: Hi, I downloaded tuscany-sca-1.0-incubator-M2-*.zip I am following the instructions to run the standalone calculator sample. When I run (as stated in the readme.html file) mvn dependency:unpack I get the following error : [INFO]

Re: Running samples

2007-05-02 Thread ant elder
On 5/2/07, Simon Laws [EMAIL PROTECTED] wrote: On 5/2/07, Patrick Vanhuyse [EMAIL PROTECTED] wrote: Hi, I downloaded tuscany-sca-1.0-incubator-M2-*.zip I am following the instructions to run the standalone calculator sample. When I run (as stated in the readme.html file) mvn