[
https://issues.apache.org/jira/browse/GERONIMO-3010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487567
]
Paul McMahan commented on GERONIMO-3010:
----------------------------------------
I get the following compile error after applying GERONIMO-3010-3a.patch. Am I
using the right version of the patch?
[javac]
/Users/pmcmahan/src/tomcat/tc6.0.x/525632/java/org/apache/catalina/core/StandardContext.java:706:
cannot find symbol
[javac] symbol : constructor
InstanceManagerToAnnotationProcessorAdapter(org.apache.AnnotationProcessor,java.lang.ClassLoader,java.lang.ClassLoader,boolean)
[javac] location: class
org.apache.catalina.instanceManagement.InstanceManagerToAnnotationProcessorAdapter
[javac] this.instanceManager = new
InstanceManagerToAnnotationProcessorAdapter(annotationProcessor,
applicationClassLoader, containerClassLoader, privileged);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
> Proposal for tomcat to change managed object construction/annotation
> processing
> -------------------------------------------------------------------------------
>
> Key: GERONIMO-3010
> URL: https://issues.apache.org/jira/browse/GERONIMO-3010
> Project: Geronimo
> Issue Type: Wish
> Security Level: public(Regular issues)
> Components: Tomcat
> Affects Versions: 2.0-M4
> Reporter: David Jencks
> Assigned To: David Jencks
> Attachments: GERONIMO-3010-1.patch, GERONIMO-3010-2.patch,
> GERONIMO-3010-3.patch, GERONIMO-3010-3a.patch, GERONIMO-3010-GERONIMO-1.patch
>
>
> I've been working on changing how tomcat might create and destroy "managed
> objects" (servlets, filters, listeners, and tags) and want a place to attach
> the work in progress so it is more visible. I'm not quite ready to propose
> it to the tomcat community.... thus this jira.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.