I have a Java EE 6 project generated from Weld archetype (as
http://seamframework.org/Documentation/CDIQuickstartForMavenUsers). The test included in the archetype is a simple empty test wihout any DB connection. I've tried to use @Entitymanager in the test but I've got just a Null. Just wondering if somebody is running tests on JSF, Entities, Controllers, EJB etc... if yes, could you share the configuration ? or perhaps a simple
archetype using those tests ?