Regarding WildFly and the composite classloader change that you mentioned on IRC. In WildFly, the composite classloader is the application classloader, which has the same javax.persistence classloader as Hibernate ORM is using. So, that should also work, just a more complicated change.
|