I tried running the calculator-web sample this morning and got an NPE in calc.jsp. I'm guessing but it looks like it can't find the domain instance, i.e.
application.getAttribute("org.apache.tuscany.sca.SCADomain");
Returns null.
To set up all I did was run mvn to build the war then I dropped it into
tomcat 5.5.20. Is there any other configuration I need to do?
Simon
