We added in tomee openejb.check.classloader=true - in conf/system.properties - for it. See http://tomee.apache.org/properties-listing.html
Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-07 13:59 GMT+02:00 agumbrecht <[email protected]>: > When faced with this challenge in the past I used the following to regularly > create a directory listing of all jars. > > http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-project-dependencies.html > > I could usually see at a glance if duplicate libraries were sneaking in, but > also had a small program to check for duplicates. > > I regularly try and pull up all deps into the TomEE top parent pom, so it's > easy to search that file before pulling in a dep in your project. > > Andy. > > > > ----- > -- > Andy Gumbrecht > > http://www.tomitribe.com > [email protected] > https://twitter.com/AndyGeeDe > > TomEE treibt Tomitribe ! | http://tomee.apache.org > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Maven-tomEE-tp4669168p4669208.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com.
