All,
I have created a project including all the latest releases of Spring, Hibernate, Hibernate Annotations and Jersey and founf a clash in the ASM libraries.
The problem lies in the ClassReader.accept which has changed between ASM 2.x and ASM 3.x Hibernate and Spring rely on ASM 2.x
In my maven build, I have excluded the ASM 3.1 dependencies from Jersey but have a conflict at runtime in the web container when trying to resolved the @PATH and @GET....
Has anyone else found such issue? What would be the resolution path? If Hibernate and Spring rely on a previous version, wouldn't it make sense to use the same version as well in Jersey as most likely people would also be using Spring and Hibernate?
Thanks for your help.
Olivier