Hallo zusammen,
ich versuche über die API projektspezifisch die ContentCreator-WebApp zu deployen (FirstSpirit 5.2.190606). Egal, was ich derzeit auch tue, ich bekomme immer ein false zurück. Hat jemand eine Idee, woran das liegen könnte? Hier mein aktueller Code:
import de.espirit.firstspirit.agency.ModuleAdminAgent;
import de.espirit.firstspirit.agency.WebAppId;
import de.espirit.firstspirit.module.WebEnvironment.WebScope;
maa=context.requireSpecialist(ModuleAdminAgent.TYPE);
project=context.project;
<Mithras Energy>
webAppId=WebAppId.Factory.create(project, WebScope.WEBEDIT);
<WebApp[project=2011/WEBEDIT]>
maa.deployWebApp(webAppId);
<false>
Gruß,
René