  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | - Re: Problem locating resources | - Re: Problem locating resources 2007-11-01 - By pettersonfp
Back
java.lang.IllegalArgumentException: resource doesnt exist: /registration /validation_email.xhtml at org.jboss.seam.ui.facelet.FaceletsRenderer.resourceURL(FaceletsRenderer .java:184) at org.jboss.seam.ui.facelet.FaceletsRenderer$1.process(FaceletsRenderer.java :160) at org.jboss.seam.ui.facelet.FaceletsRenderer$RenderingContext.run (FaceletsRenderer.java:78) at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:169) at br.com.liax.core.action.util.AsynchronousMailProcessor.scheduleSend (AsynchronousMailProcessor.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java :39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) at org.jboss.seam.intercept.RootInvocationContext.proceed (RootInvocationContext.java:31) at org.jboss.seam.intercept.SeamInvocationContext.proceed (SeamInvocationContext.java:56) at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke (RollbackInterceptor.java:31) at org.jboss.seam.intercept.SeamInvocationContext.proceed (SeamInvocationContext.java:68) at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor .java:46) at org.jboss.seam.intercept.SeamInvocationContext.proceed (SeamInvocationContext.java:68) at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke (MethodContextInterceptor.java:42) at org.jboss.seam.intercept.SeamInvocationContext.proceed (SeamInvocationContext.java:68) at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke (AsynchronousInterceptor.java:50) at org.jboss.seam.intercept.SeamInvocationContext.proceed (SeamInvocationContext.java:68) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation (JavaBeanInterceptor.java:155) at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor .java:91) at br.com.liax.core.action.util.AsynchronousMailProcessor_$$_javassist_1 .scheduleSend(AsynchronousMailProcessor_$$_javassist_1.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java :39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125) at org.jboss.seam.async.AsynchronousInvocation.call(AsynchronousInvocation .java:52) at org.jboss.seam.async.Asynchronous.executeInContexts(Asynchronous.java:76) at org.jboss.seam.async.Asynchronous.execute(Asynchronous.java:45) at org.jboss.seam.async.ThreadPoolDispatcher$RunnableAsynchronous.run (ThreadPoolDispatcher.java:114) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access $301(ScheduledThreadPoolExecutor.java:65) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run (ScheduledThreadPoolExecutor.java:168) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor .java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java :675) at java.lang.Thread.run(Thread.java:595)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic &p=4100969#4100969
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode =reply&p=4100969 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|
 |