There is an implementation.web in 1.6: http://repo1.maven.org/maven2/org/apache/tuscany/sca/tuscany-implementation-web-runtime/1.6/ So that dependency that Simon just posted should work with the version changed from 1.7-snapshot to 1.6.
...ant On Tue, Mar 2, 2010 at 7:36 AM, Stefan Kolb <[email protected]> wrote: > I'm using the 1.6 version sorry ;) > I guess the module is not yet integrated into the recent distribution. > As I'm bound to the official distribution in my thesis - I'll take a deeper > look at this later and try to finish it with another approach. > > Regards > > Stefan > > Simon Laws schrieb: >> >> 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/ >> >
