Skip to content

Commit

Permalink
Migrate more tests to @artifact
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1711 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Feb 25, 2009
1 parent e0172b2 commit cecc0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -288,7 +288,7 @@ protected void preSpecialize()
super.preSpecialize();
if (getAnnotatedItem().getSuperclass() == null || getAnnotatedItem().getSuperclass().getType().equals(Object.class))
{
throw new DefinitionException("Specializing bean must extend another bean");
throw new DefinitionException("Specializing bean must extend another bean " + toString());
}
}

Expand Down
Expand Up @@ -136,6 +136,7 @@ public void boot()
{
manager.setEnabledDeploymentTypes(enabledDeploymentTypes);
}
log.info("Deployment types: " + manager.getEnabledDeploymentTypes());
registerBeans(getWebBeanDiscovery().discoverWebBeanClasses());
manager.fireEvent(manager, new InitializedLiteral());
log.info("Web Beans initialized. Validating beans.");
Expand Down

0 comments on commit cecc0db

Please sign in to comment.