- Add resource injection (note: most annotations are not supported, including web...
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 9 Apr 2006 16:38:09 +0000 (16:38 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 9 Apr 2006 16:38:09 +0000 (16:38 +0000)
commit7cde5eb4da142e3b1369b91cbde3bb9b531654ba
treeb2ac1297a2a04ef4229cc4555c22966333e0820e
parent41f50cd4f86a6cc479891fb0169c10878b7c6b44
- Add resource injection (note: most annotations are not supported, including web services,
  JPA, EJB, etc), as well as PostCreate and PreDestroy.
- If I understand the spec correctly, if using metadata-complete = true, then even PostCreate and
  PreDestroy must be ignored.
- Not tested yet (but it doesn't break when not using annotations).
- Based on a patch submitted by Fabien Carrion.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@392775 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/core/ApplicationFilterConfig.java
java/org/apache/catalina/core/NamingContextListener.java
java/org/apache/catalina/core/StandardContext.java
java/org/apache/catalina/core/StandardWrapper.java
java/org/apache/catalina/util/AnnotationProcessor.java [new file with mode: 0644]