So an update on this topic. Basically i removed the duplicate annotation processing
and added a jsf injection handler which delegates the injection to the
TomcatInjectionContainer,
which seems to work pretty ok now. For jsp's we check if the classloader of the object
is the JasperLoader (thanks to Remy for the hint)
to determine whether it's an 'dynamic bean' or not. I've added simple
annotated jsp test, based on the ENCServlet.
Although i think that in this case we have the same issue we had with servlets once. That
the 'Resolution should not happen via InjectionContainer'.
Which is basically that the references are not processed by the
MappedReferenceMetaDataDeployer.
But i guess we can postpone this specific injection handling a bit ? :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172796#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...