Development
I have an issue on thumbnails creation. The thumbnails are created and document is updated with correct picture:view, but these “view” are not stored in database. In fact, while document in cache has picture:view set, in database nothing is saved ...
0 votes
1 answers
0 comments
1672 views
How to delete the main file linked to document (type Picture) via REST API and its thumbnail? I want to delete it because I have to change it by onother one through PUT update of content:file
0 votes
1 answers
0 comments
2095 views
Hello, i'm trying to change the SetLifeCycle to deleted in a document or send this doc to de trash but I don't knwo how I can do it. Any idea? I'm using nuxeo 5.8
0 votes
1 answers
1 comments
1872 views
I have created a simple DocumentType.like this <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema"> <schema name="foo" src="schemas/foo.xsd" prefix="foo" override="true" /> </extension> <extension ...
0 votes
0 answers
0 comments
2665 views
Good morning, Thanks for reading my problem. We contact you through this forum because we don't know how to do. We have setup nuxeo platform for internal use. We have configured the integration with Google Drive following the documentation “Nuxeo ...
0 votes
0 answers
0 comments
2144 views
Hi, I am using CAS with LDAP for SSO in Nuxeo & My Web-App. But when the User Updates his Email, I want to update the Email of that User Resources. But I am not able to find a way to implement this using Java Automation Client API. Any help ...
0 votes
0 answers
0 comments
1987 views
I have a set up which syncs content from Nuxeo to Drupal. To add content from Nuxeo to Drupal is simple, I query for recently modified Nuxeo documents. However deleting content in Drupal if it is deleted in Nuxeo is a little trickier. Currently I'm ...
0 votes
1 answers
3 comments
2263 views
Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = ...
0 votes
2 answers
1 comments
2106 views
Hello, First, thank you for your work :) I would like to custom each row color of the data-table but I have a problem, I can collect each row and add a new class (with the new color) but the color change * after * the table was full. So, each time ...
0 votes
1 answers
0 comments
2128 views
When I try to insert a file show me this error: /widgets/list_widget_template.xhtml @203,105 value=“#{model.rowData['foo']}“: Target Unreachable, 'rowData' returned null on 'org.nuxeo.ecm.platform.ui.web.model.impl.ProtectedEditableModelImpl' Doesnt ...
0 votes
3 answers
1 comments
2273 views
Hello, I have a question. In my nuxeo db I have an a table, who name is studio_vocabulary_type_doc but I can't access this through sql out of nuxeo. This table contains a diferent types of documents which I would want get all of this types from php ...
0 votes
3 answers
2 comments
2096 views
Hi, In my current setup I am using Nuxeo with LDAP and CAS integration. Now my requirement is, for some scenarios one user upload the document after login but after certain period of time due to company change the user id may change for that user ...
0 votes
0 answers
0 comments
1749 views
Hello, I have a bundle in Nuxeo that has to create unique codes depending on some properties of the document, as if they were different kinds of documents. For example, depending on a property called “color”, we could create different sequential ...
0 votes
0 answers
0 comments
1759 views
Hello, I'm writing a Java migration program from Nuxeo 7.2 to 8.3 When I try to copy a note with multiple lines I get an error because Nuxeo interprets a carriage return in the note content as a new property. Document note = (Document) ...
0 votes
1 answers
0 comments
2165 views
Hi, I have a custom type of data in nuxeo, this custom type has some fields inside, and I trying to do a query putting this propierties in the WHERE clause. For example I can do this in a query on I want to SELECT by title: SELECT * FROM Document ...
2 votes
3 answers
0 comments
12692 views