I'm having trouble getting this to work in tomcat. Is it just me, does it
work for you? Eg. add an import.sdo to the helloworldws sca.module and
startup testing/tomcat and I get: ConfigurationLoadException: Unrecognized
element [{http://www.osoa.org/xmlns/sca/0.9}import.sdo]
Thanks,
...ant
On 4/26/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote:
>
> I have added a databinding module for SDO and this now supports two
> forms of import:
>
> <import.sdo factory="${factory_class}"/>
> which imports SDO definitions from the specified factory class
> (including association with static types) and
>
> <import.sdo wsdlLocation="${path_to_wsdl}"/>
> which imports dynamic SDO information from the supplied WSDL. This is
> temporary as I plan to adjust the attribute value to match the
> definition from WSDL2.0
>
> I have also modified <import.wsdl> not to automatically define SDO's
> from the imported WSDL on the basis that users may not actually want
> SDO's defined (e.g. they are using JAXB).
>
> --
> Jeremy
>