Olá pessoal, estou usando Eclipse, java JSF, Hibernate e Tomcat 8.5. Estou no meio de um projeto e quando colo os .jars do Hibernate Validator da o seguinte erro no console:
Falha ao tentar criar o SessionFactory.org.hibernate.cfg.beanvalidation.IntegrationException: Error activating Bean Validation integration
mai 24, 2020 4:15:03 AM org.apache.catalina.core.StandardContext listenerStart.
e quando rodo em tela aparece:
HTTP Status 404 – Not Found
Type Status Report
Message The requested resource [/drogariav2/] is not available
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/8.5.55.
Obs: Percebi que especificamente o arquivo que dá “conflito” é o: hibernate-validator-5.1.2.Final.
Com os outros 5 arquivos do required o sistema funciona.
alguém poderia dar uma ajuda?