Wildfly has classpath isolation ( No more jar hell! ) , so can I expect my application to work correctly, given that it is packaged with older version of hibernate ( 3.6.0.Final ),without interference with the one that ships with wildfly 8 ?
Has anybody faced any issues having older version of hibernate running with Wildfly ?
I chose wildfly9 , and deployed my application with small changes on web side, but did no change was required on the hibernate side,and it is working fine so far.