Re: @HandlesTypes not resolving classes when added as repository directory

2012-03-11 Thread Benjamin Muschko
I don't think so because it works when these classes sit in a JAR file and are added using addRepository. Also I tried to explicitly set context.setIgnoreAnnotations(false); which doesn't help. -- View this message in context: http://tomcat.10.n6.nabble.com/HandlesTypes-not-resolving-classes-when

Re: @HandlesTypes not resolving classes when added as repository directory

2012-03-11 Thread Pid
On 10/03/2012 17:28, Benjamin Muschko wrote: > I am running an embedded container 7.0.26 that loads the web application > classes and external JARS using the method > http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/loader/WebappLoader.html#addRepository%28java.lang.String%29 > Weba