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

Forum Posts

document source and destination

Hi all based on a requirement, we are trying to add source and destination metadata to a document. The source and destination fields should be filled with the source and destination office. The office needs also have other metadata, as email, phone n...

bledii_ by Confirmed Champ
  • 83 Views
  • 0 replies
  • 0 kudos

Resolved! Nuxeo Drive and CAS2 authentication

Is ND working with CAS2 authentication? When I tried ND with CAS2 I received error: 2013-07-04 16:33:22,092 268 3880 DEBUG nxdrive.gui.application Detected invalid credentials for: C:\Documents and Settings\adam_bo\Nuxeo Drive 2013-07-04 16:33:22,...

adam_bo_ by Star Contributor
  • 281 Views
  • 5 replies
  • 5 kudos

Authentication failed 2 or 3 times, then it works

Hello We have a problem we can't solve. We use the multi-ldap authentication. The configuration is ok but we have a problem : When a user wants to authenticate, it has from time to time an error appears. But after 2 or 3 times with the same login/pas...

delphine_ by Star Contributor
  • 360 Views
  • 10 replies
  • 1 kudos

CMIS custom metadata

Hi all, i wanted to know how could someone instantiate a custom datamodel through cmis. i created a type named Book, with book.xsd and all that stuff. but i can't figure what is the Object_type_id i have to put in order that nuxeo recognizes that ...

daoudja by Champ in-the-making
  • 279 Views
  • 6 replies
  • 0 kudos

Nuxeo drive synchronization behaivior.

I have questions about the specifics of Nuxeo Drive synchronization. I am using an Ubuntu 12.04 server and a Windows 8 client. The installation is pretty close to stock, just the DM module, the Outlook sync module, and drive. Drive synchronization wo...

sidbedi_ by Champ in-the-making
  • 70 Views
  • 0 replies
  • 0 kudos

tagging by local java api caused NullpointerException

Hi all, when I try to tag a document by following code, I obtain a nullpointerexception. Some suggest about how to use local java api? Thanks. I have a jsp with this code: **<% LocalSessionFactory lsf = new LocalSessionFactory(); CoreSession sessio...

maumig_ by Confirmed Champ
  • 157 Views
  • 3 replies
  • 0 kudos

Resolved! Casting problem RunOperationOnList 5.4.2

Trying to backport the RunOperationOnList automation operation to 5.4.2, i m meeting a casting problem : for (Object value : (Collection<?>) ctx.get(listName)) raises a Ljava.lang.String; cannot be cast to java.util.Collection Exception. it is used ...