1
I’m using java JPA, with Wildfly and Primefaces and the database I’m using Mysql.
I have all layers already configured (view(xhtml),DAO,Entity,MB). The wildfly datasouce is configured correctly, maintaining communication with the 100%.
When I go to run the project it accuses "404 - Not Found" and apparently the console shows nothing abnormal. I believe it is a mistake in the environment configuration but I’m not able to identify.
I don’t know how to check which version of JSF, I’m new to programming here. Follow my web.xml:
This is my last line of log when I try to run:
WFLYCTL0184: New Missing/unsatisfied dependencies: service jboss.naming.context.java.jboss.datasources.ExampleDS (missing) dependents: [service jboss.naming.context.java.module.solicitacaoAtendimento.solicitacaoAtendimento.DefaultDataSource]
Well, since you think it’s environment configuration, post the question with all settings, including the structure of your project, with the name of the views (.xhtml) for better analysis, but before hand, see if everything is ok, with the URI you are trying to access.
– Marcos Sousa