Development


Related Questions
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
  1796 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
  2579 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
  2037 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
  1906 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
  2153 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
  2013 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
  2051 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
  2204 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
  2026 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
  1665 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
  1675 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
  2059 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
  12539 views

Hi, I have a problem, I can upload a file with normal metadata, but I have a subtype of metadata like this: <xs:sequence> <xs:element name="item" type="nxs:content" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> ...
  0 votes
  4 answers
  2 comments
  4047 views

Hi, I am trying to upload a document to Nuxeo, which - according to the example in QA-Friday example is consisted of a 2-steps process: the 1st step, of uploading the file(s), works fine the 2nd step fails: I am trying to use the more capable API, ...
  0 votes
  1 answers
  0 comments
  3360 views