According to the jsp2.1 spec there are:
"jsp-2.1" wrote :
| In the JSP speciï¬cation, tag handlers which implement interfacesjavax.serv-
| let.jsp.tagext.Tag andjavax.servlet.jsp.tagext.SimpleTag may be annotated for
injection. In both cases, injection occurs immediately after an instance of the tag
handler is constructed, and before any of the tag properties are initialized.
| Event Listeners (See Section JSP.7.1.9, âEvent Listenersâ) can also be
| annotated for resource injection. Injection occurs immediately after an instance of
the event handler is constructed, and before it is registered.
| The annotations supported are:
| ⢠@EJB, @EJBs
| ⢠@PersistenceContext, @PersistenceContexts
| ⢠@PersistenceUnit, @PersistenceUnits
| ⢠@PostConstruct, @PreDestroy
| ⢠@Resource,@Resources
| ⢠@WebServiceRef, @WebServiceRefs
|
I assigned JBAS-4399 to you to ensure the annotation processing is happening in one
place.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169554#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...