content-management-platform
Hello, I can't create or edit pages in my document “website” type. I have this error in the log file when I save the informations : org.nuxeo.ecm.core.api.model.PropertyNotFoundException: Property not found: webp:isRichtext. No such schema My ...
0 votes
1 answers
0 comments
1953 views
Bonjour, Je souhaiterais importer une Archive Nuxeo en concervant les IDs. J'ai développé mes propres type de document qui sont liés les uns aux autres par ma propre méchanique et qui se base sur les IDs du document. J'ai utilisé la méthode import ...
0 votes
0 answers
0 comments
1668 views
Hello Using Nuxeo 5.8 platform, when I try to remove a file whose title contains a single quote, Nuxeo display the main workspace page. After some tests When clicking the delete icon of the document I got an unpexted identifier error in the console ...
0 votes
1 answers
2 comments
2057 views
The errors appear when i try to create a new mailmessage or when i check email on an email folder? The error log is http://pastebin.com/UMkHHnTv .
0 votes
1 answers
0 comments
1781 views
Hello, We would like to hide some nuxeo specific URL patterns from client side and replace them by simple URL. For example, we would like to hide NXQL parameter and BusinessObject adapter, in order to have the same response as : GET ...
0 votes
0 answers
1 comments
1896 views
I recently upgraded from 5.8 to 5.9.2 and it seems as if the exception that is thrown when a search is performed by path, changed from CmisObjectNotFoundException to CmisRuntimeException, any particular reason for this as it makes it hard to ...
0 votes
1 answers
1 comments
1868 views
I'm writing unit tests for a custom operation. I have the test deployment and execution running; however there are WARN entries in the test execution log like this: 05 Mar 2014 08:58:12 WARN TransactionHelper - No user ...
0 votes
1 answers
4 comments
3193 views
After switching from Postgres to Oracle and presumably I have followed the current steps… I am getting this exception at startup. Try later or else call DriverRDB.unlockDB() after ensuring that no other Jena applications are using the database. at ...
0 votes
0 answers
1 comments
1580 views
I am new to Nuxeo. I have no idea how to resolve this issue. I did the default installation of nuxeo (Nuxeo Platform 5.9.1). Whenever I login to the platform and try to access “Admin Center -> Update Center” then the page is showing “Nuxeo ...
0 votes
1 answers
3 comments
5025 views
It appears to me as though the file name as it relates to the path is being truncated to 25 characters. For example, we have a file named tst_onlinebank_noncard_faq.xml so its 30 characters, but when I view the object path it appears as: ...
0 votes
2 answers
5 comments
4733 views
Hello, I'm working on unit tests as described at http://doc.nuxeo.com/display/public/CORG/Unit+Testing#UnitTesting-Overview . My Nuxeo Studio extension also has custom UID generation as described at ...
0 votes
2 answers
1 comments
3452 views
Hello, How to extend annotations (annotea) to a new type of the document, for example when a preview is generated by javascript code. Best regards
0 votes
1 answers
0 comments
1835 views
Hi There, I'm trying to append a few labels to the dutch translation. However this does not work. This is my messages_nl.properties which I need to append: # lines for chat label.context.menu.chat.with=Chat
label.context.menu.call.with=Bel This is ...
0 votes
2 answers
0 comments
2027 views
Hi, In the current state, the Marketplace has a 1.0.8-SNAPSHOT version of Nuxeo Drive that forces its installation each time a Hotfix or another update is applied. Because of this (and us not noticing the update at first), a lot of our users now ...
0 votes
1 answers
4 comments
2469 views
Hello, I slowly migrates Nuxeo 5.6 to 5.8 and i have a problem with the layout “faceted_search”. Before, I used the widget “faceted_search_directory_tree” in Nuxeo 5.6 which is deprecated for the widget “select_l10n_vocabulary_tree” in Nuxeo 5.8. I ...
0 votes
0 answers
0 comments
1891 views
Hi, When I trying to clone release 5.6.0-HF31 I have this error python clone.py release-5.6.0-HF31
$> git fetch origin
$> git checkout --track -b release-5.6.0-HF31 origin/release-5.6.0-HF31 -q
fatal: Cannot update paths and switch to branch ...
0 votes
1 answers
0 comments
1878 views
Bonjour J'ai pu créer un nouvel utilisateur en utilisant CURL: set header="Content-Type: application/json"
set auth="Administrator:Administrator"
set u="xxx"
set url="http://localhost:8081/nuxeo/api/v1/user"
set data="{ \"entity-type\": \"user\", ...
1 votes
1 answers
0 comments
2849 views
I wish to use the Nuxeo S3 Binary Manager with my Eucalyptus Cloud deployment. In order for me to do so I need to set the endpoint of the S3 client to the IP address of my Eucalyptus cloud controller. Is there a way to do this currently? “Eucalyptus ...
0 votes
1 answers
0 comments
1915 views
I need to customize the notifications associated with comments added on documents. For the notification service I found the extension points “notifications” and “templates” below, but I can not find an extension to the component ...
0 votes
1 answers
0 comments
3574 views
I am currently deleting a document from Nuxeo repository using the following code: String myDocumentPath = // path to a folder DocumentRef myFolderRef = new PathRef(documentPath); if(aSession.exists(myFolderRef) && ...
0 votes
2 answers
1 comments
3858 views
Hi There, I've installed the template-rendering-addon and configured it to automatically associate to a documenttype. If I create a new document by using the web interface of Nuxeo it works fine. However if I try to create a new document using the ...
0 votes
0 answers
0 comments
1853 views
Bonjour J'ai installé nuxeo-platform-importer-1.3.0 avec succès. J'ai testé avec succès en utilisant le randomImporter curl -v --basic -u "Administrator:Administrator" ...
0 votes
0 answers
0 comments
2446 views
Hi, I would like to override the faceted_search_default to delete 2 fields (dc:coverage and dc:subjects). I try to do that in Studio via a xml extension point but it don't work at all. <extension ...
0 votes
1 answers
0 comments
2421 views
I have assigned the same task on the same document twice? Is this allowed in Nuxeo? The log are here link text Thanks
0 votes
0 answers
0 comments
1464 views
I am running 5.8 and downloaded the HF08 patch and was able to run nuxeoctl pack to create the zip file. I had preconfigured the install with my custom content types jar and installed to plugins. After deploying the static war I do not see the ...
0 votes
1 answers
0 comments
1648 views
Nuxeo 5.8 Postgres 9.2 I need another repository besides the default one. Its role is to be an archive of old documents. I have defined it as a contribution: <repository name="documentArchive" ...
0 votes
1 answers
1 comments
2658 views
Hi, If I create a notification on a document, my “user” is then listed as registered. The hyperlink is of the form nuxeo/user/user: thanks François
0 votes
1 answers
0 comments
1263 views
I have created a custom content type called upf_faq which has several metadata properties. I am able to create the content manually from Nuxeo and set the properties, so I am confident that my content types are configured as they should be. I ...
1 votes
1 answers
1 comments
2008 views
Hi, there is “Users & Groups” tab into “HOME” tab. I need to block this “Users & Groups” tab or dont let to some users o groups look for other user o see the users list. Where i can configure this? Thanks
0 votes
1 answers
2 comments
2996 views
Hello, On Nuxeo 5.6 I had a code that worked. Context : a folder fofo where a user Auser had'nt any rights. I used an automation chain User&group>login as Administrator set temporary acl “mycustom” on this folder fofo to this user Auser. ...
0 votes
0 answers
0 comments
2290 views