[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: JBAS-5673 - Metadata processing
emuckenhuber
do-not-reply at jboss.com
Wed Aug 27 08:03:01 EDT 2008
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#4172796
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172796
More information about the jboss-dev-forums
mailing list