On Mon, Mar 2, 2009 at 10:47 AM, Simon Laws <[email protected]>wrote:
> > I just fixed a file separator problem and I get a clean mvn build now right > down to itest\distribution\webapp-helloworld-jsp which gives... > > 2009-03-02 10:43:51.890::WARN: EXCEPTION > org.apache.jasper.JasperException: org.apache.jasper.JasperException: > Unable to > read TLD "META-INF/sca.tld" from JAR file > "file:/C:/Documents%20and%20Settings/s > > laws/Local%20Settings/Temp/Jetty_0_0_0_0_8085_helloworld-jsp-2.0-SNAPSHOT.war__h > > elloworld-jsp__pgypbc/webapp/WEB-INF/lib/tuscany-host-webapp-2.0-SNAPSHOT.jar": > org.apache.jasper.JasperException: Failed to load or instantiate > TagExtraInfo cl > ass: org.apache.tuscany.sca.host.webapp.jsp.ReferenceTEI > at > org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspSer > vletWrapper.java:510) > > That itest is working for me. The error is saying it can't get the JSP taglib from the host-webapp module, which is true as i've moved the taglib to the implementation-web-runtime module, so something is still back level in your build or i've not checked the changes in properly. I can't see anything i've not checked in though, are you on the latest code? If you look in host-webapp or implementation-web-runtime jars in the sample war can you see an sca.tld file? ...ant
