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

Forum Posts

Resolved! Change Document type

Hi, Is it possible to change the type of a document after the creation ? Best Regards, David

David79_ by Champ on-the-rise
  • 182 Views
  • 2 replies
  • 2 kudos

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
  • 169 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
  • 194 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
  • 419 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
  • 153 Views
  • 2 replies
  • 2 kudos