On 5/16/07, Simon Laws <[EMAIL PROTECTED]> wrote:
It's because the SDO classes are not in the SCA all jar now. Simon
for "all" read "manifest". Ant pointed out on irc that the distro build sometimes does strange things and includes an sdo jar with the wrong name in the distribution lib dir. The manifest jar though is correct so the result is that samples can't find the sdo jar. To fix it by hand just copy tuscany-sdo-impl-1.0-incubating-SNAPSHOT.jar into the distribution lib dir. Simon