Seam only does a simple JNDI lookup. Which is perfectly allowed.
A JNDI lookup can happen anywhere at any time without MC knowing any explicit dependency.
One way to solve this is to hook JNP to MC, so that if something is not found open
deployments are resolved first until either the JNDI name appears or MC is done with
deploying. In the later case it would result in a NameNotFoundException.
(It can even remember (persistently) which bean made it pop-up so future deployments will
be faster.)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125151#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...