TaskboxServiceImpl taskboxServiceImpl = new TaskboxServiceImpl();
taskboxServiceImpl.setPersistenceManager(persistenceManager);
taskboxServiceImpl.setBundleContext(bundleContext);
taskboxServiceImpl.init();
taskboxServiceImpl.setWorkflowService(service);
TaskboxServiceInternalImpl taskboxInternalImpl = new TaskboxServiceInternalImpl();
taskboxInternalImpl.setBundleContext(bundleContext);
taskboxInternalImpl.setPersistenceManager(persistenceManager);
taskboxInternalImpl.init();
taskbox = taskboxServiceImpl;
taskboxInternal = taskboxInternalImpl;
}