summaryrefslogtreecommitdiffstats
path: root/tags/site-090106-pre667/site-author/faq.xml
blob: 865a8f9d4f5a089a3ef30ab31df2b73a241fcd47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<document>
    <properties>
       <title>Tuscany Frequently Asked Questions</title>
       <bannertitle>Tuscany Frequently Asked Questions</bannertitle>
    </properties>
    <body>
        <section name="Tuscany Frequently Asked Questions">
                        <ul>
                                <li>
                                        Which other open source projects does Tuscany relate to?
                                </li>
                                
                                        The Tuscany runtime is linked to the Apache Axis and Apache Tomcat runtimes.
                                
                                <p>
                                        The Eclipse SOA Tools Project provides tooling for SOA applications and it is
                                        based on the same Service Component Architecture specification that is used by
                                        the Tuscany runtime.                                    
                                </p>

                                <li>
                                        I get null pointer for all samples running Tomcat. What is wrong?
                                </li>
                                This is result of a user error but useful to know anyhow. The build/test instructions say that to run the helloworld tomcat test you go to testing/tomcat and run mvn. This works fine. 
                                <br></br>If you forget this instruction and use the &quot;prepareTomcat&quot; ant target that the maven pom refers to, it fails. 
                                
                                
                        </ul>
        </section>
    </body>
</document>