grep -S -l AnnotationProcessor *.java 

.\src\plugins\embeddedjsp\src\main\java\org\apache\struts2\JSPLoader.java
.\src\plugins\embeddedjsp\src\main\java\org\apache\struts2\jasper\compiler\Generator.java.\src\plugins\embeddedjsp\src\main\java\org\apache\struts2\jasper\runtime\AnnotationHelper.java
.\src\plugins\embeddedjsp\src\main\java\org\apache\struts2\jasper\runtime\TagHandlerPool.java
.\src\plugins\embeddedjsp\src\main\java\org\apache\struts2\jasper\servlet\JspServletWrapper.java

to effect integration to tomcat7
you're going to have to refactor AnnotationProcessor to InstanceManager in all 
the above instances

grep -S -l AnnotationProcessor *.xml
.\src\core\pom.xml
.\src\core\target\jar\META-INF\maven\org.apache.struts\struts2-core\pom.xml
.\src\plugins\dojo\pom.xml

you're going to have to refactor AnnotationProcessor to InstanceManager in all 
the above instances for the described pom.xml
cd .\src\plugins\dojo
mvn -e -X compile pom.xml
mvn -e -X package 
install the dojo artifact to local repository
deploy the artifact to local repository

cd .\src\core
mvn -e -X compile pom.xml

mvn -e -X package 

install the dojo artifact to local repository

deploy the artifact to local repository


any questions for refactoring AnnotationProcessor to InstanceManager should be 
directed to
us...@tomcat.apache.org
the lead is mark thomas who will answer your questions on the refactor to 
InstanceManager

any questions for rebuilding InstanceManager into \plugins\dojo and src\core 
should be directed to
us...@maven.apache.org
the lead is jason van zyl who will answer questions on installing and deploying 
dojo-plugin as well as installing and deploying core

hth
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Sun, 6 Mar 2011 20:33:54 +0100
> Subject: Re: Tomcat 7 supported?
> From: lukasz.len...@googlemail.com
> To: dev@struts.apache.org
> 
> Could you point me to some additional resources ?
> 
> 
> Kind regards
> -- 
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
> 
> 2011/3/6 Lee Clemens <j...@leeclemens.net>:
> > Tomcat 7 changes include "Switch from AnnotationProcessor to
> > InstanceManager."
> >
> > Struts 2.2.1.1 fails to work on Tomcat 7 due to
> > java.lang.ClassNotFoundException: org.apache.AnnotationProcessor.
> >
> > Is anything being done to address this?
> > Or is Struts not going to be supported on Apache Tomcat 7?
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> > For additional commands, e-mail: dev-h...@struts.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> For additional commands, e-mail: dev-h...@struts.apache.org
> 
                                          

Reply via email to