@OrderBy causing org.hibernate.HibernateException: Unable to parse order-by fragment

后端 未结 3 1996
天命终不由人
天命终不由人 2020-12-18 00:13

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)          


        
3条回答
  •  情书的邮戳
    2020-12-18 00:41

    After several attempts with exclusions, I solved adding

    -DANTLR_USE_DIRECT_CLASS_LOADING=true
    

    to JAVA_OPTS in JBoss launching script as suggested here.

提交回复
热议问题