Olivier Grisel a écrit : > Sean Radford a écrit : >> Hi, >> >> I'm using the current 5.1 HEAD and have a plugin that overrides >> StartupHelper with my own to direct users to the dashboard view. On >> login I do go to the Dashboard, however, the links to documents and >> workspaces do not work. They result in a HTTP 404. >> >> An example URL that it is using is: >> >> http://localhost:8080/nuxeo/nxdoc/default/0f616abc-766a-4b2d-9cdc-d720d04fd7f2/view_documents?tabId=&conversationId=1 >> >> >> My StartupHelper simply extends the Nuxeo one and I simply override >> initDomanAndFindStartupPage(...) as below: >> >> public String initDomainAndFindStartupPage(String domainTitle, String >> viewId) throws ClientException { >> // delegate to super first >> String result = initServerAndFindStartupPage(); >> // now just ignore and go to the Dashboard >> return DASHBOARD_VIEW; >> } >> >> Should I be doing something else to direct to the Dashboard (the Nuxeo >> StartupHelper code suggests it is ok) or is there a bug elsewhere? > > You are most probably encountered this bug: > http://jira.nuxeo.org/browse/NXP-1368 > > We are working on a fix right now. >
Can you try to add the following line to your MANIFEST.MF and tell us whether it fixes your problem? Nuxeo-RequiredBy: org.nuxeo.ecm.war Best, -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
