Hello,
When I compiled (install and deploy) using JDK 8 and Jboss seam 5.1.0. GA, I got org.ajax4jsf.resource.ResourceNotFoundException: Resource not registered after login in my application.
My project configuration is listed below:
| <seam.version>2.2.2.Final</seam.version> |
| <jsf.version>1.2_13</jsf.version> |
| <richfaces.version>3.3.3.Final</richfaces.version> |
Any ideas to solve this issue?
Regards