content-management-platform
Hi There, How can I programmatically add tenant Administrators? I'm currently trying this: String query = String.format( "SELECT * FROM Document WHERE tenantconfig:tenantId = '%s'", tenantId); List<DocumentModel> docs = session.query(query); ...
0 votes
2 answers
0 comments
1947 views
Hi guys, I readed about ElasticSearch and Nuxeo, can you guys tell me if CMIS Query is using the ElasticSearch ? http://www.nuxeo.com/en/about/news/nuxeo-integrates-elasticsearch-query-engine Regards, Rafael Bueno
0 votes
1 answers
0 comments
1944 views
Hi, As Nuxeo Administrator I have to delete some mini-messages (spams) sent by different users. How can I do that via nuxeo UI ? Thanks for your help, Patrice
0 votes
0 answers
0 comments
1384 views
Good Day! Kindly help me with my problem, I am using Nuxeo 5.9.1 platform, and Linux precise1-Ubuntux86_64 server on a vmware. , i use nuxeo automation client to download nuxeo files. It works fine when I use mvn tomcat:run on my local, but it does ...
0 votes
1 answers
2 comments
2775 views
I have a custom doc model with a list attribute containing IDs to other objects, thus representing a list of links. I'd like to query objects that have no values on this attribute, something like: SELECT * FROM Document WHERE dc:subjects = NULL Is ...
0 votes
1 answers
3 comments
3788 views
Bonjour J'utilise REST API pour supprimer un user. Mais je voudrais nettoyer le compte. je crée un User via REST API: je vérifie la création en lisant le Workspace et le UserProfile je supprime le User les documents Workspace et UserProfile existent ...
0 votes
2 answers
2 comments
3595 views
Hi there, I'm using nuxeo 5.8 with HF's It seems like all packages(including nuxeo-dm5.8 and hotfixes) have disappeared in my nuxeo installation (admin centre). However when I look in the bundles directory, it seems they are still there. I tried to ...
1 votes
1 answers
1 comments
1642 views
Hi there, I'm using nuxeo 5.8HF10 in combination with LDAP. I'm experiencing the following situation: usera - tenantA
userb - tenantB usera is a tenantA administrator. When searching in the admin center (users&groups) userb appears in the list. ...
3 votes
0 answers
5 comments
3581 views
Hi, I have to hide user-centric tabs in the “ home ” menu : Authorized Applications Activity Stream Mini Messages I tried this contrib : <?xml version="1.0" encoding="UTF-8"?>
<component name="org.mysite.ecm.action.config"> ...
0 votes
0 answers
0 comments
2432 views
I install vmware version of nuxeo but after 6 month that i working with it when virtual machine power on this message displaying " nuxeo is not running “ anyone can help me about this?
0 votes
1 answers
3 comments
3689 views
I deleted a workspace and emptied the trash and then proceeded to query the deleted content via CMIS. It returned for copies all flagged with the same version. Should this be possible? If so how do you compose queries that return only the latest ...
0 votes
0 answers
0 comments
1577 views
I enabled the anonymous user and am able to get some cmis queries to work however some return empty result when I am not an authenticated user: These work: ...
0 votes
0 answers
0 comments
1826 views
Hi, Is it possible to add Document Preview (Fancybox) action button in search results column. Does this require creating a new widget? I'd like to be able to show document preview without the extra step of opening the document and clicking the ...
1 votes
1 answers
1 comments
1921 views
Bonjour J'utilise la batch pour effectuer un upload : curl -H "X-Batch-Id: mybatchid" -H "X-File-Idx:xxx.pdf" -H "X-File-Name:0" -F file=@xxx.pdf -u Administrator:Administrator http://localhost:8080/nuxeo/api/v1/automation/batch/upload ce qui ...
0 votes
2 answers
0 comments
3300 views
Bonjour Je crée un document avec succès, selon la commande suivante curl -X POST -H "Content-Type: application/json" -u "Administrator:Administrator" -d "{ \"entity-type\": \"document\", \"name\":\"MyDoc\", \"type\": \"SimpleDocument\", ...
0 votes
2 answers
0 comments
3692 views
can somebody help me how to configure Internet explorer with live edit ? step by step ? I don't understand the “HTTP_CONNECT” part. this is my first time for me to set nuxeo and all of the stuff
0 votes
0 answers
1 comments
1269 views
Hi i want to ask something , when i click “save in nuxeo” in word 2010 there was nothing happened . can anybody help me to solve the problem ??
0 votes
0 answers
0 comments
1498 views
Hello Nuxeo community, We did all over customization on Nuxeo 5.6. We tested all over configurations and extension points contributions on Nuxeo 5.6 and everything have been working pretty fine uptill now. Now that when we have planned to shift to ...
0 votes
0 answers
0 comments
1583 views
Hello, I have configured a simple JAX-RS (not WebEngine as it is for programmatic web services) application as described in the documentation . I am using the Nuxeo-WebModule: org.nuxeo.ecm.webengine.jaxrs.scan.DynamicApplicationFactory line to ...
0 votes
1 answers
4 comments
3249 views
Could you please let me know if REST API for domains are available
0 votes
1 answers
0 comments
2343 views
Dears, Refer to the original VM size of NUXEO, the maximum storage is 5GB only. May I ask that how to extent the disk size? Look forward for your reply. Regards, Jesse
0 votes
1 answers
0 comments
1770 views
If you saw my other thread, you'll know I'm doing the front end webserver as IIS. I'm not a linux or Apache guy so… Reading through the https Apache info, am I correct that: Https is only configured in Apache? You only load the cert to Apache? You ...
0 votes
1 answers
1 comments
3393 views
Hi, I am new user on Nuxeo Plateform. When I create two or more files with the same name on the same directory I can see Floder.XXXXXXXX and Folder.YYYYYYY on the cmis:segmentPath. What does the extension .XXXXXXX or .XXXXXXXX (where X is a number ...
0 votes
0 answers
0 comments
1305 views
Hi, Im trying to create a custom ajax request in Internet Explorer. About halfway my code i'm trying the following line: xhr = new XMLHttpRequest(); Instead of getting a regular xmlhttprequest object I'm getting a “[object IServerXMLHTTPRequest2]” ...
0 votes
1 answers
0 comments
2609 views
(a id=“nxw_TAB_MANAGE” accesskey=“m” onclick=“if(!(event.ctrlKey||event.metaKey||event.button==1)) ...
0 votes
2 answers
7 comments
3793 views
Hi, I am trying to customize the configuration of our Nuxeo platform following recommendations in http://doc.nuxeo.com/display/ADMINDOC56/Configuration+templates and http://doc.nuxeo.com/display/ADMINDOC56/Adding+custom + templates I get an error ...
0 votes
1 answers
1 comments
3018 views
Hi, According to nuxeo documentation (Nuxeo platform 5.9.2), When you publish a document, the following elements are kept from the workspace document: The metadata, All attachments, The document history (Event log tab only), The tags (if this is a ...
0 votes
0 answers
0 comments
1954 views
Hi all, I have started from here: http://doc.nuxeo.com/display/public/NXDOC58/Java+Automation+Client and ...
0 votes
0 answers
0 comments
2128 views
Bonjour J'utilise l'API REST python (nuxeolib-py) J'ai essayé de rajouter un appel à l'opération NuxeoPrincipal.Get, en copiant l'exemple fonctionnel pour l'appel à l'opération Document.Query def query(self, query, language=None): return ...
0 votes
2 answers
1 comments
2133 views
Bonjour Nous avons ajouté un schéma AtriumUserSchema pour ajouter une propriété au UserProfile Lorsque je lance une requête NXSQL via l'API REST (python) query = "SELECT * FROM UserProfile"
result = session.query(query) J'obtiens bien les valeurs ...
0 votes
0 answers
0 comments
2058 views
Activating the dev mode seams to alter the behavior of pages actions: even if action outcome is empty the navigation is performed, which breaks the actions returning a null outcome (an empty string) as long as it doesn't find a corresponding ...
0 votes
0 answers
1 comments
1661 views
I am using rest api to create or update a document. i have to provide a prentdocumentId in that . where can i find that documentid ? in nuxeo connect or admin center or platform ?? i saw the document title , description etc , but where can i see the ...
0 votes
3 answers
1 comments
6269 views
Hi, I am trying to compile nuxeo using as a guide the documentation described here: http://doc.nuxeo.com/display/public/CORG/Getting+the+Nuxeo+source+code However I am not able to run the following command sucessfully: mvn -DskipTests install ...
0 votes
1 answers
1 comments
3144 views
Hi There, I'm using nuxeo 5.8 HF8. In IE undefined appears at the end of the html body when the workspaces are unfolded by clicking the small “+” in the navigation tree (left menu). Is this a bug? EDIT: It also appears on the Admin center EDIT 2 ...
0 votes
1 answers
4 comments
2021 views
Hi, Followed instructions on README.txt, i.e. from VirtualBox (v4.3.6 on OS X 10.9.2): In the interface, go to File -> Import Appliance and select nuxeovm.ovf. However, I get the following error message: Failed to import appliance ...
2 votes
2 answers
5 comments
3382 views
We're running version 5.8 (recently upgraded) and we get the following error whenever browsing to an empty folder: http://pastebin.com/PMmXvkdr Browsing non-empty folders works just fine, no errors at all. The Administrator's home page also throws ...
0 votes
0 answers
0 comments
2402 views
i am looking for unique validation on title of workspace using NXQL . Is there any tool to execute NXQL other than the script? one separate question - where are my workspaces stored? which table ?
0 votes
2 answers
1 comments
2553 views
Hi There, Is there a translationfile for the standard workflows? (parallel and serial document review) Thanks in advance, Bauke Roo
0 votes
0 answers
0 comments
1338 views
I need help. Nuxeo happened 3 days after study Add a Document Type error occurs I do not know why. schema.xsd <xs:element name="test" type="xs:string" /> type-contrib.xml <extension target="org.nuxeo.ecm.core.schema.TypeService" ...
0 votes
0 answers
1 comments
2086 views
RHEL 6.2 Nuxeo 5.8 Hello, I have an issue that is not systematicaly. Sometimes, I can't connect to the Nuxeo Plateform. My chrome navigator answers me this: “The proxy server received an invalid response from an upstream server. The proxy server ...
0 votes
1 answers
1 comments
3168 views
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