Thanks Romain- I created a TOMEE/conf/exclusions.list file that contains one line for every JAR file prefix I have in my WEB-INF/lib. For example:
exclusions.list: activation- ant- antisamy- antlr- (and much more) I also set the system properties: JAVA_OPTS="-Dopenejb.deployments.classpath.exclude=.* -Dopenejb.deployments.package.exclude=.*" in my TOMEE/bin/setenv.sh file. However I am still facing this ClassNotFound issue. Is there a log setting I can use to view the Tomee scan so I can find where Tomee is finding this annotated class? -- View this message in context: http://openejb.979440.n4.nabble.com/WAR-works-ok-on-plain-Tomcat-errors-on-start-in-TomEE-tp4666565p4666584.html Sent from the OpenEJB User mailing list archive at Nabble.com.
