Thanks - that was it. My problem; having dug deeper now and lest anyone else runs into this; was that: <code> mvn war:inplace tomcat:inplace </code> creates lib+classes directories under src\main\webapp\WEB-INF and <code>mvn clean</code> doesn't get rid of them. Deleting these 2 directories did the trick.
On Thu, Mar 6, 2008 at 10:00 PM, Josh Canfield <[EMAIL PROTECTED]> wrote: > Make sure the hibernate module is only being included once in your > environment. It's possible to end up with one in WEB-INF/lib and then > a classpath that also points to it somewhere else. >