schema
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
1207 views
Nuxeo Studio - XSD file import fails silently if the schema contains unsupported XML schema elements
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
1809 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
1961 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
2145 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
1736 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
1827 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
1667 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
3513 views
Which approach for storing external ID of related resources - custom document schema or dc:relation?
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
1909 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
2951 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
2195 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
1831 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
3968 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
1480 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
3418 views