-
1. Re: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHan
void_void Feb 2, 2010 7:10 AM (in response to void_void)this exception has been solved by externally adding and specifying tlds in web-inf,
but now,
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: javax.faces.application.ViewExpiredException
at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:292)
at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:475)
at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:377)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 123 more
-
2. Re: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHan
dgolovin Feb 2, 2010 4:32 PM (in response to void_void)where did you get jsfks-validation-done application? I found it here http://www.exadel.com/tutorial/jsf/jsftutorial-validation.html is that the same as yours?
How are you running this application in JBoss Developer Studio?
-
3. Re: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHan
void_void Feb 3, 2010 12:43 AM (in response to dgolovin)This exception has been solved by:
including
commons-beanutils.jar
commons-collections.jar
commons-digester.jar
jsf-api.jar
jsf-impl.jar
jstl.jar
standard.jar
in class path.
yeas m using jboss 4.0.2
-
4. Re: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHan
dgolovin Feb 3, 2010 1:54 PM (in response to void_void)thank you for update, because I was trying to replicate it on JBoss AS 4.0.5, which I had installed and bumped in "No faces context!" error mesage and was going to download and install 4.0.2 to replicate your errors