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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...