This thread inadvertently went off the list. Kelvin.
---------- Forwarded message ---------- From: kelvin goodson <[EMAIL PROTECTED]> Date: 21 Sep 2007 10:03 Subject: Re: Agent using SDO remotely To: "Eborn, Eric D" <[EMAIL PROTECTED]> Hi Eric, > [Eborn, Eric D] > To clarify, are you suggesting I rebuild the DAS source (regenerating > the generated java classes)? > no -- I think you need to switch away from the pre-release download of DAS you are using, which would have only been placed publicly for the purposes of evaluation and finding issues in the run up to a proper release. My guess is that that unofficial snapshot build contains classes generated from a previous version of SDO, different from the one it expresses it's dependency on (SDO Java 1.0-incubating). So I think you need to download a new version of DAS from the Tuscany download page (http://incubator.apache.org/tuscany/das-java-releases.html) and be sure that it is using the SDO release that DAS specifies as a prereq. My suggestion re regenerating related only to any classes you may have previously generated specifically for your application. Regards,. Kelvin. > > I think your XSD issue is because your input stream needs to be reset > > so that it is pointing to the start of the stream before being > > processed by the XSDHelper (either that or remove the print out code). > > > > [Eborn, Eric D] > I too thought of this, sadly, this was not the case. Thanks > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
