[Resin-interest] Classloader problems with hibernate validator and slf4j

2011-02-10 Thread Jeff Schnitzer
So... now that the hibernate validator is part of the resin appserver classpath, there seems to be some sort of strange conflict with slf4j. java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory org.hibernate.validator.util.LoggerFactory.make(LoggerFactory.java:29)

Re: [Resin-interest] Classloader problems with hibernate validator and slf4j

2011-02-10 Thread Scott Ferguson
Jeff Schnitzer wrote: So... now that the hibernate validator is part of the resin appserver classpath, there seems to be some sort of strange conflict with slf4j. java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory org.hibernate.validator.util.LoggerFactory.make(LoggerFactory.java:29)