Arg, sorry Stefan. I forgot to ask you what version you were using. I
was looking at the 2.x samples in my earlier reply.

There is a sample in 1.x [1] that does this that isn't apparently part
of the build which is a bit suspicious.  However I just ran it up and
it seems to work. Will have to take a closer look at it to see
precisely what it's doing.

>From your stack it looks like you don't have the right module
dependencies as it doesn't have an extension registered for the
implementation.web element. Try adding the following to your pom and
see if that helps.

        <dependency>
            <groupId>org.apache.tuscany.sca</groupId>
            <artifactId>tuscany-implementation-web-runtime</artifactId>
            <version>1.7-SNAPSHOT</version>
            <scope>runtime</scope>
        </dependency>


Regards

Simon

[1] 
http://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk/samples/helloworld-jsp/

Reply via email to