On Mon, Jun 20, 2016 at 6:37 PM, Sanne Grinovero <sanne@hibernate.org> wrote:
Beyond helping the specific question, do we have a general set of
tests or recommendations - maybe some example template - for Spring
Boot users on WildFly?


I would say that if users want to go spring full way, aka make spring mange hibernate/jpa stuff
they should disable jpa subsystem all together as it will make it easier for them.

Problem only occurs when they want to use "hybrid" aproach and use some spring & some EE
in combination that can cause issues and is harder to get right wrt deps & configuration.