[jboss-dev-forums] [Design of POJO Server] - Re: ReferenceMetaDataResolverDeployer is wrong
adrian@jboss.org
do-not-reply at jboss.com
Tue Dec 4 08:22:07 EST 2007
Also, shouldn't this be:
| if(unresolvedPaths != null && unresolvedPaths.size() > 0)
| - log.warn("Unresolved references exist in JBossMetaData: "+unresolvedPaths);
| + throw new DeploymentException("Unresolved references exist in JBossMetaData: "+unresolvedPaths);
|
Why does it try to muddle on, only to fail later when creating the ejb containers?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110185#4110185
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110185
More information about the jboss-dev-forums
mailing list