versions
when using REST API, we use Document.CheckOut to fetch the document. We have a use case to cancel the check-out without a check-in, i.e. “cancel” the checkout. Document.CheckIn always versions the document, either major or minor, which we do not ...
0 votes
2 answers
0 comments
1142 views
Hello, we have a special requirement where we have a local versioning system, and then upload the files to nuxeo. We want to extract the version from the uploaded file, and create a new version with the same number in nuxeo, but I couldn't find a ...
0 votes
1 answers
0 comments
699 views
Hello, I am working with nuxeo LTS 2017 right now and I am using Oracle as VCS. I have seen that the supported version for this nuxeo’s version is Oracle 12c. However, I want to know if it is possible to use Oracle 19. Is it? Can I work with nuxeo ...
0 votes
2 answers
1 comments
9593 views
We have a text field where we store a block of html, an “article body”. We allow our users to include images in the article body, and save them inline as base-64 data attributes in the image tag. That seemed like a great shortcut initially: we ...
0 votes
1 answers
0 comments
1016 views
I am Creating a Spring-Java Application where i am Using Nuxeo as File Storage. I can do all operations like create workspace, folder, file, versions using HttpAutomationClient. i want to get all information of file like versions. but i am not able ...
1 votes
0 answers
0 comments
2129 views
is anyone manage to get nuxeo docker autenticate with ldap
0 votes
0 answers
0 comments
1523 views
Hello, I'm currently trying to retrieve all the versions of a document using a NXQL query, filtering them by their parent id. Here is my current NXQL query : SELECT * FROM MyDocumentType WHERE ecm:parentId = '63ab5b87-6e28-4deb-929b-5b5259bcc143' ...
0 votes
2 answers
0 comments
6990 views