[jboss-dev-forums] [Design of POJO Server] - Re: EJB/War deployer ordering problem
wolfc
do-not-reply at jboss.com
Thu Jan 31 09:03:59 EST 2008
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#4125151
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125151
More information about the jboss-dev-forums
mailing list