are you under an unix OS? ls <you app exploded>/WEB-INF/lib/*.jar | grep -v seam | grep -v prettyface | grep -v solder ?
was just to give it a try and see if the scan.xml was slower or not (it can depend on your app) - Romain 2012/7/21 zeeman <[email protected]> > Well with jboss 7.1, it was 37 sec, so on tomee 17sec is better. I tested a > plain JSF project, it take 10sec on Tomee, so extra 7s for Seam stuff. > > Doing excludes will be tough as there are about 46 jars in WAR lib, it'll > be > a pain in the butt to exclude everything except Seam, Solder, prettyFaces, > and my war classes. Any ideas? > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/war-packaged-exclusions-list-tp4656366p4656430.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
