I have a maven application that works fine in wildfly 8.2, but when Ideployed it in wildfly 10 this error happened:
[2016-02-21 11:22:08,411] Artifact Sarama
There are two ways.
1 You create a META-INF folder in webapp folder. Later create jboss-deployment-structure.xml in META-INF folder.
jboss-deployment-structure.xml
or
2 if you added hibernate-core in pom xml then you edit this.
org.hibernate hibernate-core 4.3.1.Final jar provided