"scott.stark(a)jboss.org" wrote :
| If it works, yes ;).
|
I spent some time testing that and it looks quite ok. Although i had to fight a bit with
the WebServiceRefHandler,
as the loadXml does not really do everything which is needed. Therefore i did a simple one
for web processing,
because i need to put the injectors to this EncInjections map i mentioned above.
Furthermore i reuse the correct PersistenceUnitResolver, which does not seem to work
properly, but at least it's the right one ;)
So then i have one remaining question, because you said:
anonymous wrote :
| The only annotation scanning in the web container would be dynamic elements not
available via metadata such as jsp beans, etc.
|
What is etc. ? :)
I mean how can we determine dynamic beans? because i'm afraid that doing something
like:
| if (injectors == null && className.endsWith("_jsp"))
| {
| // process the dynamic bean annotations
| }
|
is not enough then. I saw that jsf injection is done somewhere else, so what else do we
need to consider there ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169368#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...