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

Forum Posts

How To use Nuxeo via JAVA API?

I am trying to use JAVA API of Nuxeo in serve-side: My scenario is: Application Server Wildfly Nuxeo deployed as static war together my application that is another war. I have added Nuxeo API in my WAR (Interfaces) and I tried the following code: Cor...

Resolved! [Feature] Require a specific repository in CoreFeature

Hello, Someone might need to run a test on a specific repository, for example when queries are executed using MongoClient. Otherwise the test should be ignored. Proposal : add a "require" attribute to @RepositoryConfig. @RepositoryConfig(require = St...

Florent_M by Champ in-the-making
  • 546 Views
  • 3 replies
  • 0 kudos

multi tenant LDAP user isolation

Hi there, I'm using nuxeo 5.8HF10 in combination with LDAP. I'm experiencing the following situation: usera - tenantA userb - tenantB usera is a tenantA administrator. When searching in the admin center (users&groups) userb appears in the list. How ...

Bauke_Roo by Star Contributor
  • 920 Views
  • 5 replies
  • 3 kudos

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
  • 389 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
  • 457 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...