thank you, I've downloaded the examples and checked that they run in Eclipse.
I'll soon have a more detailed look at them.
My immediate problem is defining an SCA service in Tuscany 1.6 that exposes
dynamic SDOs in its interface and can be called over a webservice binding on
a service reference (or from a non-SCA webservice client) so that the client
can
(a) receive a dynamic object from the service (e. g. a product-object from a
product-catalog annotated with arbitrary fields defined by the catalog
administrator)
(b) or pass in a dynamic object (e. g. the service should process every
message,
regardless of message type, entering a message queue for example)
So I'm specifically looking at how SDO works in the context of Tuscany SCA. From
a first look your samples seem not to deal with that SCA aspect.
-- Sebastian
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On
> Behalf Of kelvin goodson
> Sent: Wednesday, September 08, 2010 2:37 PM
> To: [email protected]
> Subject: Re: FW: Is SDO/DAS specific to a data model or generic
>
> I made some sdo sample documentation available in my sandbox [1] which
> refers to the samples at [2] and to be found in the sdo release
> distribution archives too. I think this documentation used to be on
> the website, but I can't see it there now. It is generated by running
> a program [3] against the samples themselves and it indexes the
> samples in 2 ways -- 1) by name and detailing core and secondary
> function, and 2) by core function.
>
> You'll see that there are samples that deal with dynamic models and
> samples which handle document instances generically.
>
> Perhaps you could take a look there to see if the samples demonstrate
> the function you need. If not I'm happy to try to understand in more
> detail what your issues are.
>
> Regards, Kelvin.
>
> [1]
> http://svn.apache.org/repos/asf/tuscany/sandbox/kgoodson/sdo/sdosamples
> .html
> [2] https://svn.apache.org/repos/asf/tuscany/sdo-
> java/trunk/sample/src/main/java/org/apache/tuscany/samples/sdo/
> [3] https://svn.apache.org/repos/asf/tuscany/sdo-
> java/trunk/sample/src/main/java/org/apache/tuscany/samples/sdo/internal
> /DocumentSamples.java
>
>
>
[snip]