Problem with Hibernate and WildFly server

0

Hello.

I have a project with Hibernate 4.3.x + PostgreSql + WildFly. But I can not run it.

The following is the error:

Iniciando WildFly Application Server
WildFly Application Server iniciado
Implantação inicial de WebApplication1 até C:\wildfly-11.0.0.Beta1\standalone\deployments\WebApplication1.war
Distribuição inicial do WebApplication1 completada
Implantando C:\wildfly-11.0.0.Beta1\standalone\deployments\WebApplication1.war
"{\"WFLYCTL0080: Failed services\" => {\"jboss.persistenceunit.\\"WebApplication1.war#ConfeccaoPU\\"\" => \"java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
    Caused by: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory\"}}"
C:\Projects\WebApplication1\nbproject\build-impl.xml:1074: O módulo não foi implantado.

Does anyone know how I can resolve this?

    
asked by anonymous 05.08.2017 / 20:16

0 answers