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

后端 未结 3 1997
天命终不由人
天命终不由人 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:34

    Got the same issue while deploying the web application in JBOSS EAP 6 and fixed it adding antr dependency with the provided scope at the root level.

    
       antlr
       antlr
       provided
    
    

提交回复
热议问题