Hi - this is happening to me as well - but it was when I migrated from hibernate 5.5.3 to 5.6.x on wildfly 23 However the error is a nullpointerexception at start up JpaCompliantLifecycleStrategy line 109 (beanmanager is null) I noticed that this breakpoint is not reached in 5.5.3 during startup, but only on 5.6.x version In the end I have given up and rolled back - is migrating to hibernate 6 the only answer? Cheers |