Trying to start the helloworldws-async sample (from the trunk) on tomcat, I get the subject exception on the console:
org.apache.tuscany.runtime.webapp.ServletLauncherInitException: org.apache.tusca ny.spi.component.TargetNotFoundException: Autowire target not found [ org.apache. tuscany.spi.host.ResourceHost] A full stack trace can be found in: http://rafb.net/paste/results/1FJh4816.html I am not sure what may be causing ResourceHost to not be found as an autowire target. I did notice when building the sample service the following warnings, but the war was built successfully: [WARNING] Artifact javax.servlet:servlet-api:jar:2.4:provided retains local scope 'provided' overriding broader scope 'runtime' given by a dependency. If this is not intended, modify or remove the loc al scope. and [WARNING] Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overridin g broader scope 'runtime' given by a dependency. If this is not intended, modify or remove the loc al scope. Not sure if it is related. Any ideas?
