Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-19392

jboss.as.jpa.classtransformer should be considered to be set if any "hibernate.enhancer.*" persistence unit properties are set to true

XMLWordPrintable

      Hibernate deployments that expect their entity classes to be bytecode enhanced (as per https://docs.jboss.org/hibernate/orm/6.2/userguide/html_single/Hibernate_User_Guide.html#tooling-enhancement), currently need to specify the persistence unit hint:
      <code>
      <property name="jboss.as.jpa.classtransformer" value="true"/>
      <code>

      Or after this issue is addressed, they may also specify one of the "hibernate.enhancer.*" properties to true and "jboss.as.jpa.classtransformer" will be treated as set to true.

            smarlow1@redhat.com Scott Marlow
            smarlow1@redhat.com Scott Marlow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: