Some problems may occur: 1 . If you are copying a project folder from a source into an elder project, be carefull that some different classes may share the same @Named (value = " shared name ") . If you run the project, the server may not been able to start up! The error is SEVERE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/OpenWebMaven]] You should go over and see some clue of the error: Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001414: Bean name is ambiguous . Name lang resolves to beans: [Managed Bean [class openadmin.util.lang.LangType] with qualifiers [@Default @Any @Named], Managed Bean [class openadmin.util.lang.LangTypeEdu] with qualifiers [@Default @Any @Named]] ----------------------------------------------------------------------------------- 2 . If you ...