Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

setPassword method in java client ?

Hey everyone, I tried opening an issue on git (https://github.com/nuxeo/nuxeo-java-client/issues/10) without success so i thought i would try here. How do you set users password using the java client (using 2.4 SNAPSHOT atm). As said on my git issue,...

How to set permanent permission with Java API?

I am trying to assign a permanent permission to a group but I got null pointer exception when begin or end dates are not defined. ACE ace = new ACE(); ace.setUsername(username); ace.setPermission("Everything"); ace.setCreator(nuxeologin); ace.setBloc...

Thumbnails generation - Oracle table not updated

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 and...

Error when the container (wildfly) is shutdown

I'm analyzing an error when the container go in graceful shutdown: stack trace: Failed to unregister extension. Contributor: RegistrationInfo: service:org.nuxeo.runtime.datasource.server.contrib to service:org.nuxeo.runtime.datasource; xpoint: datas...

OpenOffice Crashes when Integrated with Nuxeo

Hello All, I am facing an issue after configuring the Nuxeo with OpenOffce for previewing of Files. After 15-20 Days of successful configuration, OpenOffice gets crashed resulting into an error of JOD Converter not available or Office2HTML Converter...

How to create a new REST API in Nuxeo?

Hi all, I would create a new bundle in nuxeo, where I want to use JAVA API and publish new REST API. I have any difficulties to create new REST API, How can I do it? Thank you in Advance.

Install CCextractor without docker

Hello ! I would like install CCextract as recommended. But my dedicated server is hosted by OVH, and as usual, the kernel is adapted by OVH. So it is impossible to install docker at this moment : related documentation. How may I install CCextract wit...