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 ?