We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @albfernandez,
I would like to ask you about the compatibility between jboss-seam(2.3.29.ayg), richfaces(3.3.4.Final) and JSF(2.2.20).
When we try it throws the following error:
- Caused by: java.lang.IllegalStateException: No application context active
Regards,
The text was updated successfully, but these errors were encountered:
Hi
It should be compatible,
Have you defined SeamListener , SeamFilter, SeamResourceServlet and FacesServlet in web.xml?
An example is here: https://github.com/albfernandez/jboss-seam/blob/Seam_2_3_jee7/examples/booking/booking-web/src/main/webapp/WEB-INF/web.xml
Sorry, something went wrong.
Hello, Yes, I have the values defined in the web.xml file. I am attaching the web.xml file. web.xml.txt
albfernandez
No branches or pull requests
Hi @albfernandez,
I would like to ask you about the compatibility between jboss-seam(2.3.29.ayg), richfaces(3.3.4.Final) and JSF(2.2.20).
When we try it throws the following error:
- Caused by: java.lang.IllegalStateException: No application context active
Regards,
The text was updated successfully, but these errors were encountered: