I actually thought i'd changed the webapp pom.xml's to use the same as the
webapp archetypes generate, so they wouldn't have any dependency on the
tuscany pom.xml hierarchy, but doesn't look like thats there so i mustn't
have committed it, i shall do that today and that will hopefully fix the
build problems. The JSF one should be working, there's an itest thats using
Jetty which is working, i'll see whats up in tomcat.

   ...ant

On Mon, Jun 22, 2009 at 12:05 PM, Simon Laws <simonsl...@googlemail.com>wrote:

> Looked at some of the webapps also.
>
> Not sure what to do with helloworld
>
> helloworld-jsf deployed on tomcat leads to [1]
>
> helloworld-jsp works ok. Which ones of these samples should I expect
> to be able to use on Tomcat?
>
> Also still having problems building the webapp samples with maven if I
> remove the 2.0-M3-RC tuscany-sca artifact from my local repo. Pretty
> sure I have a mirror set up to point to you p.a.o page.
>
> Regards
>
> Simon
>
> [1]
> type Exception report
>
> message
>
> description The server encountered an internal error () that prevented
> it from fulfilling this request.
>
> exception
>
> javax.servlet.ServletException: Servlet execution threw an exception
>
> root cause
>
> java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config
>
>  
> org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:332)
>
>  
> org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
>
>  org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
>        javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)
>
> root cause
>
> java.lang.ClassNotFoundException: javax.servlet.jsp.jstl.core.Config
>
>  
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
>
>  
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
>        java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
>
>  
> org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:332)
>
>  
> org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
>
>  org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
>        javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/6.0.18 logs.
>

Reply via email to