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

Forum Posts

Simultaneous approval for a different number of people

I need to create a workflow that will have 1-* approvals. It will vary depending on some parameters on a document. The approval schema is all or nothing. If one approver declines, the document is rejected. What's the best way to acomplish this? I'll ...

Resolved! How to configure convertcache working directory

Hi all I'm trying to configure a new convertcache directory for file preview. I've found this guide https://doc.nuxeo.com/60/nxdoc/conversion/ In particular, this point: Configuring the Conversion Service The Conversion Service supports a global conf...

Encryption

Hi, I'm trying to add my custom encryption for files on storage, but I've several doubts: I think have to create a jar module with my implementation, extending DefaultBinaryMagager (getBinary and storeAndDigest) I guess... but cannot found maven depe...

Devilot_78 by Champ in-the-making
  • 40 Views
  • 1 replies
  • 0 kudos

Resolved! How can I upload a file with php with metadata

Hi, I have a problem, I can upload a file with normal metadata, but I have a subtype of metadata like this: <xs:complexType name="blobList"> <xs:sequence> <xs:element name="item" type="nxs:content" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence>...

How to add some fields to dublincore.xsd

I'm trying to add some fields to dublincore.xsd but without success. I created two files and copied them under nxserver/config folder The files contain: dublincore.xsd <xs:schema targetNamespace="http://www.nuxeo.org/ecm/schemas/dublincore/" xmln...

Nuxeo Packaging for deploy on Wildfly 10

Hi, I'm trying to pack and deploy Nuxeo on Wildfly 10.0.0.Finale. I am running in this issue: https://jira.nuxeo.com/browse/NXP-20199 is there another way for assembly Nuxeo in a war or ear? Thank very much.