0 Replies Latest reply on Aug 6, 2015 8:53 AM by sreenathac

    Named Query Exception while validating bulk insert query

    sreenathac

      I am using Hibernate 3.6.3, running my application on WildFly 8.2.0. While starting WildFly Server I am getting the below named Query exception.

       

      org.hibernate.QueryException: can only generate ids as part of bulk insert with either sequence or post-insert style generators

       

      The below is my stack trece.

       

      I tried as per [HHH-6920] HQL insert queries and identifier handling - Hibernate JIRA

      The issue was not resolved, Is there any other solution to resolve this issue.