webengine
In this documentation , you tell: UserSession userSession = WebEngine.getActiveContext().getUserSession();
Principal principal = userSession.getPrincipal();
CoreSession session1 = userSession.getCoreSession();
CoreSession session2 = ...
0 votes
0 answers
0 comments
1080 views
Hello, The nuxeo-webengine-server is on nuxeo-archive … What is now the best way for hosting multiple webengine sites ? And is it possible on oracle weblogic ? Thanks :) Olivier.
0 votes
0 answers
0 comments
1683 views
Hello, I've got a 5.8 instance migrated from 5.4.2, and now, the webengine sites doens't work, i'm getting the following error. http://pastebin.com/UpksG3kL I've got the next bundles deployed of webengine. nuxeo-theme-webengine-5.8.jar ...
0 votes
1 answers
0 comments
1705 views
How is the webview menu ordered in a webpage ? In the Document Management interface items are ordered alphabetically, but not in the web menu where it seams to be aleatory (?). Is it possible to set a specific order ? Thanks for your answers, Patrice
0 votes
1 answers
0 comments
1771 views
I am testing the website&blog feature (5.6). All the links on webpages or documents are ending with a “remove” link (ex: " Formations remove " -> https://…../nuxeo/site/sites/formations?url/@delete). How can I delete or hide these links ? ...
0 votes
4 answers
0 comments
1867 views
Hi, Assume I'm opening my web navigator. Entering the URL : http://nuxeo.domain.com/nuxeo/site/dav/ I can see all my root files/folders. If i click on a folder, let's say “toto”, the URL of the hyperlink is “http://nuxeo.domain.com/nuxeo/site/toto”. ...
0 votes
1 answers
0 comments
2006 views
Hi All, I am trying to programmatically log-in from a WebEngine project context. The WebEngine's URL is configured as OpenURL using the OpenUrl extension point of PluggableAuthenticationService([ OpenUrl ]). In the first view, ...
0 votes
3 answers
1 comments
3942 views
I have to create a webengine project. How i will use JSF in Nuxeo WebEngine Project? Give me complete Directory structure Nuxeo WebEngine Project showing where i am putting XHTML files?
0 votes
1 answers
0 comments
1553 views
I create the following form (jquery change it as ajax request and do the put request) : <form action="/nuxeo/site/jersey-breaker/QueryFromJersey" method="put"> Value: <input type="text" name="value" /><br /> <input type="submit" ...
0 votes
1 answers
0 comments
2287 views