Customer is defined in the following XSD file [1]. Then you need to generate
the actual customer related classes, and this is done using a maven plugin
and configured in the das pom [2]
<execution>
<id>customer</id>
<configuration>
<schemaFile>${basedir}/src/test/resources/customer.xsd</schemaFile>
<noUnsettable>true</noUnsettable>
</configuration>
<goals>
<goal>generate</goal>
</goals>
</execution>
[1]
https://svn.apache.org/repos/asf/incubator/tuscany/java/das/rdb/src/test/resources/customer.xsd
[2] https://svn.apache.org/repos/asf/incubator/tuscany/java/das/rdb/pom.xml
On 4/20/07, Paulo Henrique Trecenti <[EMAIL PROTECTED]> wrote:
Hi,
I want create a static data object like in wiki
http://wiki.apache.org/ws/WorkingWithStaticDataObjects, but the source
code
of Custumer is not showed.
The Custumer is an extends DataObject previously create from a XSD?
How I can create a static data object.
--
Paulo Henrique Trecenti
--
Luciano Resende
http://people.apache.org/~lresende