public class ItemModelActivator implements BundleActivator {
private final static Logger logger = LoggerFactory.getLogger(ItemModelActivator.class);
public void start(BundleContext context) throws Exception {
new ItemsStandaloneSetup().createInjectorAndDoEMFRegistration();
logger.debug("Registered 'item' configuration parser");
}