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

Forum Posts

File upload to Nuxeo server from Android mobile

// Get The Root Document root = (Document) session.newRequest("Document.Fetch").set( "value", "/").execute(); // Create a File Document session.newRequest("Document.Create").setInput(root).set("type", "File").set( "name", "myfile").set("properties", ...

Bob_James by Champ on-the-rise
  • 64 Views
  • 2 replies
  • 1 kudos

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
  • 65 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
  • 138 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
  • 56 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,...