schema


Related Questions
Hi , I don"t want to use the nuxeo studio to configure the schema , to create new document type , to create new permission , to create new role and manage multi tenant concept above all i want to do using java client sdk. please help me in this ...
  0 votes
  1 answers
  0 comments
  1124 views

I spent quite a lot of time on troubleshooting XSD schema import failure. It turns out that if an imported schema contains unsupported features like token type or choice compositor, the creation of a schema in Nuxeo Studio will fail without any ...
  0 votes
  0 answers
  0 comments
  1734 views

Hello, when i was using Nuxeo 5.8 /PosgresSQL 9.1 , i had a table ori_oriid created when deploying my project containing ori.xsd (see files below). since i'm using Nuxeo 7.10 / PosgreSQL 9.1, the table isn't created anymore and i don't see why . ...
  0 votes
  1 answers
  2 comments
  1882 views

It seems it is possible to add a facet to a document instance. A facet can hold a reference to a schema. I have various document types whose instances could be associated to a custom schema. How can I manage to achieve that goal (let users add the ...
  1 votes
  0 answers
  0 comments
  2081 views

I generated nuxeo.war and deployed it under wildfly (standalone) , verifying that deployment and starting succeded. In my nuxeo, I defined a new schema with extra fields for some document types (e.g. Pictures and Files). config xml file is correctly ...
  0 votes
  1 answers
  0 comments
  1658 views

For security purposes, I would like to fetch extra multi valued information attached to the user schema. The information is coming from another database that is already configured in Nuxeo for other directories. I m already using a multiDirectory ...
  0 votes
  0 answers
  0 comments
  1762 views

I want to do some conditions on a suggestOneDirectory for this i'm trying to display elements created in directory , normally i would do <labels> <label mode="any">Civilité</label> </labels> ...
  0 votes
  0 answers
  0 comments
  1596 views

The documentation suggests using uid:uid attribute to store custom doc ids. I wonder why it is not possible to provide the main ID attribute value on document creation? Let's say I have an document created in an external system and that needs to be ...
  0 votes
  1 answers
  5 comments
  3423 views

Hello, I have a situation where an external system's design requires it to generate its own identifier for documents that we originate in Nuxeo. However, to perform certain activities in Nuxeo, our custom extension needs to use that external ...
  0 votes
  1 answers
  3 comments
  1848 views

I have a doctype in a Nuxeo extension like this: <doctype name="CreativeWork" extends="File"> <schema name="common" /> <schema name="dublincore"/> <schema name="CreativeWork"/> </doctype> And an XML schema like this: ...
  0 votes
  1 answers
  3 comments
  2871 views

I'm planning to import a rather large set of metadata vocabulary terms into Nuxeo schemas. In the course of early testing via the Nuxeo Studio interface for loading XSD files, I enabled “Activate VCS sanity checks” and received the following. The ...
  0 votes
  1 answers
  2 comments
  2128 views

Hi i overloaded the File document type in Studio, that implied to define a custom schema associated with the new document type, although that schema was empty. Now, I need to get rid of that schema : data has to be exported to a new repository that ...
  0 votes
  0 answers
  0 comments
  1766 views

I'm trying to add a new field to groups and a new relationship to a new directory/schema for a MySQL Nuxeo schema, but the new column is never added to the MySql table. I've tried dropping the schema and going through the wizard and now the groups, ...
  0 votes
  1 answers
  0 comments
  3889 views

I have changed several schemas in my project during development. None of the changes required moving (saving) data since this is a test system (new) that is not yet deployed. I have several “unused columns” warnings in the log file because of these ...
  0 votes
  1 answers
  0 comments
  1415 views

I need to make an change to a document schema after the fact. The more particular case is that I need to extract data that is common to 2 schemas and put it in its own schema. I have only a vague idea how you can do that on a system that has already ...
  0 votes
  2 answers
  0 comments
  3324 views

I want to override the group schema definition with my own attribute with the Nuxeo default one. I create with Nuxeo IDE a “Nuxeo plugin Project” . I add this component xml file into my eclipse project into the ...
  0 votes
  1 answers
  0 comments
  4144 views

Hello, I'm trying to define a document schema for a document type that should have a relation with another type of document. Is this possible? Or maybe I am trying to do this the wrong way… To make it more clear, I want the user to be able to create ...
  0 votes
  1 answers
  0 comments
  2439 views

Is there any open source tool for Documen Type, Schema and others creation? Thank you in advice.
  0 votes
  1 answers
  0 comments
  1749 views