If you haven't already done so, the first step is to download the SDO C++ Milestone release 1 of Apache Tuscany from our
sdo downloads page.
In order to use Tuscany SDO there are some minimum requirements:
Software | Download Link |
Operating systems:
|
|
Axis2C Release 0.92 |
http://ws.apache.org/axis2/c/download.cgi Please download and follow the installation instructions. Ensure you can run the Axis2C samples |
libxml2 version 2.6.20 |
http://xmlsoft.org/downloads.html Most Linux systems have libxml2 by default. On Windows you need to download and install libxml2 from http://www.zlatkovic.com/libxml.en.html Please read the installation notes for libxml2 particularly regarding it's pre-req's iconv and zlib on Windows. These libraries will need to be on the PATH in order to run Tuscany SDO. |
Tuscany SDO C++ includes some simple technology samples that demonstrate some of the basic sceanrios for C++ SDO. This page describes the samples and what is needed to install and run them.
The SDO samples are built together into a single executable called sdo_misc.exe on Windows and sdo_misc on Linux
If using the binary distribution the samples are built and installed in <tuscany_sdo_install_dir>/samples - go directly to Running the samples on Linux.
If using the binary distribution the samples are built and installed in <tuscany_sdo_install_dir>/samples - go directly to Running the samples on Windows.
First place to look is at the Tuscany FAQ at http://incubator.apache.org/tuscany/faq.html
Any problem with this release can be reported to the Tuscany mailing lists or create a JIRA issue at http://issues.apache.org/jira/browse/Tuscany.