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

Forum Posts

Resolved! Alternative to alfresco?

We are evaluating open source content management systems. We've looked a bit at Alfresco, how does Nuxeo compare in terms of performances and customization? Any hints or resources to learn about that?

JoshPink_ by Champ in-the-making
  • 832 Views
  • 2 replies
  • 2 kudos

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

Dipen_Shah by Champ on-the-rise
  • 760 Views
  • 1 replies
  • 1 kudos

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

Permissions for groups - bug report and patch

I submit a bug report+patch here because I could not find out how to get a JIRA account. We encountered an exception while trying to remove a permission associated to a group. The issue is related to the group ID format that includes ":" characters t...

AESBinaryManager does not delete temporary files

I am using AESBinaryManager as binary encryption which works well, but no temporary files are deleted because its father LocalBinaryManager set as protected the binaries path. Considering that tmp folder is created under this folder, Framework.track...

Shibboleth Logout loops back to login

Hello, I am running Nuxeo 7.10 with shibboleth-authentication-2.3.4 addon. Login via Shibboleth works fine, but logout, once performed at the Shibboleth SP, brings the user back to the /nuxeo/nxstartup.faces?forceAnonymousLogin=true URL that initiate...

how to create user in nuxeo?

we are developing custom php applicaion in nuxeo. there is no user creation model document in your documentation center.please explain how to create user via php automation client?

murugavel_ by Champ in-the-making
  • 1011 Views
  • 1 replies
  • 0 kudos

How to check for recently deleted documents?

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