I added a @OrderBy on my project and now i\'m getting the following error:
17:10:35,125 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 51)
After several attempts with exclusions, I solved adding
-DANTLR_USE_DIRECT_CLASS_LOADING=true
to JAVA_OPTS in JBoss launching script as suggested here.