content-management-platform


Related Questions
Hi, is there a way to change gadget configuration without modify its code? Days ago I modified a xhtml file and had problems for get upgrades from hotfixs. I want to know if I can change the page size parameter without problems. ...
  0 votes
  0 answers
  0 comments
  1689 views

When I am using Folder.getChildren() (org.apache.chemistry.opencmis.client.api.Folder), I found that the response time grow linearly with number of children. From profiling, I found that in org.nuxeo.ecm.core.opencmis.impl.server.NuxeoCmisService , ...
  0 votes
  1 answers
  1 comments
  2401 views

I have a content view and it has defined a nxql query, it works perfectly. Now I want to get those documents using query operation in a automation chain for create relations with another documents but an error is printed in the server log. My ...
  0 votes
  1 answers
  2 comments
  5741 views

When running nuxeo-core TestSQLRepositoryQuery.testDateNew() with PostgreSQL, I must set JVM parameter -Duser.timezone=“Europe/Paris” or else the test fails. Is there a reason why TestSQLRepositoryQuery.getCalendar() explicitly specifies the ...
  0 votes
  1 answers
  1 comments
  1260 views

The upgrade notes of NXP-9361 seem to indicate that java.io.tmpdir must be on the same filesystem as the binary store in order to leverage the NXP-9361 no-copy optimization. This does not seem correct. Rather, doesn't the binary store have its own ...
  0 votes
  1 answers
  0 comments
  2156 views

Hi, We use nuxeo 5.4.2. Is it possible to make upgrade directly to 5.6 or we have to make 5.4.2 to 5.5 and 5.5 to 5.6. thanks
  0 votes
  1 answers
  0 comments
  1501 views

Hi, I finally got to show my active directory groups, but they do not contain my active directory users. I use this configuration files here: ...
  0 votes
  1 answers
  14 comments
  3779 views

Very new to Nuxeo. Would like to use Nuxeo for content management. Any Java API available that I can use in my app (separate from Nuxeo) to connect to the Nuxeo and upload / download files, etc? Any quick help / pointers appreciated. Thanks.
  0 votes
  1 answers
  0 comments
  1840 views

Hello, I have overwritten the userprofile schema and layout similar to what the nuxeo-social-collaboration does. I am getting the following warning on login to any user other than Administrator WARN ...
  0 votes
  1 answers
  1 comments
  1978 views

Hi, I have installed hotfix 15 but now my dasboard is not working, my gadgets are not show. I did this tuto: http://answers.nuxeo.com/questions/3688/how-can-i-have-a-dashboard-that-cannot-be-modifed-by-users but when installed hotfix 15, it did not ...
  0 votes
  1 answers
  3 comments
  1591 views

Hi, i'm creating a folder with cmis Map<String, Object> properties = new HashMap<String, Object>(); properties.put(PropertyIds.OBJECT_TYPE_ID, "cmis:folder"); properties.put(PropertyIds.NAME, "test_name"); ...
  0 votes
  0 answers
  1 comments
  1552 views

I have created a new class: @Path("/pidedit") @WebObject(type = "pidedit") public class PIDEditorModule extends ModuleRoot { public static final String PID_FIELD = "note:note"; @GET @Path(value = "{id}/html") @Produces("text/html;charset=UTF-8") ...
  0 votes
  1 answers
  0 comments
  1685 views

Hi, I deleted my domain default of my repository but when I use the method: taskService.getCurrentTaskInstances(users,session); my old tasks created for documents are obtained.
  0 votes
  1 answers
  0 comments
  1564 views

Hi, I want to know how can I do this: I have a workflow running for each a of my nuxeo documents, this workflow have a WorkflowVariables: transcriber. How can I get all transcribers from workflows of my documents? Or more easy: How can I get all ...
  1 votes
  3 answers
  1 comments
  3001 views

Hi all, I have finished my installation of nuxeo, and after the first login I found this problem. If you can read this in your browser, this probably because of a configuration problem of your nuxeo.war/WEB-INF/pages.xml. To change this, edit the ...
  0 votes
  1 answers
  0 comments
  7085 views