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

Forum Posts

How to get lock information in .net-client?

Hello, Im working with .Net client and I need to get lock information from a document. Im requesting that info with an operation: operation = client.Operation("Repository.Query") .SetParameter("query", "SELECT * FROM P...

type an image title
Maik_ by Champ in-the-making
  • 1019 Views
  • 0 replies
  • 0 kudos

order by parent path

Hello, Using NXQL, I can't order documents by parent path. If I use order by ecm:path I will get /folder/a_folder/doc.pdf before /folder/b-doc.pdf. And if I use order by ecm:parentId the order is random. We need something like ecm:parentPath in Nuxeo...

Nuxeo Drive error message

hi there, i have the following error message 'Une corruption de fichier a été détectée, nouvelle tentative' while opening a Document can you explain me why this error message is generated ? i also join the log file, see lines 2023-01-24 17:42:20 to 2...

jean_menez by Champ in-the-making
  • 1196 Views
  • 1 replies
  • 0 kudos

Unit Test : Error SchemaManagerImpl

I get this error when I run my test method ERROR [SchemaManagerImpl] Document type: Ressource_Image uses unknown schema: picture My test class is like : @RunWith(FeaturesRunner.class)@Features({AutomationFeature.class, CoreFeature.class, TransientSto...

Olfa_Daoud by Champ in-the-making
  • 1264 Views
  • 0 replies
  • 1 kudos

Folderish View with number of documents below

We have a document structure like this: |-- Customer_ABC | |-- Project_1 | |-- Project_2 | | |-- Real_Document_4711 | | `-- Real_Document_4812 | `-- Project_3 | `-- Real_Document_987654 |-- Customer_DEFG `-- Customer_HI Custome...

increase transaction timeout value

Hello, I have an action that is exectued by an event handler. But I observed in the server.log file this Error: org.nuxeo.runtime.transaction.TransactionRuntimeException: Transaction has timed out at org.nuxeo.runtime.transaction.TransactionHelper.ch...

Resolved! Bug in edit button

Hi, I want to edit documents, I selected my docs and I click on edit button, the edit dialog doesn't appear and others button disapears.(see captures). I has this bug only when I used Chrome,I tested with chromium and firefox and it works well! Any i...

Join the Conversation: Your Opinion Counts

Here at Hyland, we are always looking for ways to improve and evolve, and we believe that by sharing knowledge and collaborating with our developer community, we can accelerate innovation and create better solutions for our customers. We have partner...

ttoine by Community Manager
  • 919 Views
  • 0 replies
  • 0 kudos

Nuxeo Java Client - Bug Detected

Hello, I have this NXQL query to perform : SELECT * FROM Document WHERE custom:attribute = 'Ø600' You can notice the special character Ø. It's working fine when I use NXQL Search in Web UI. It's not working with Repository.query method in Java Client...

How can I add a number field to the fulltext search?

It seems that Nuxeo is only using string fields to build the fulltext . Maybe using the fulltextExcludedTypes but I cannot find it anywhere being set. Is there a way I can incorporate number fields, e.g. a year, into the fulltext index? Or specifiy t...

Broken pipe error - aborted connection?

From time to time we get the following error. Like 15 times within a second. Nuxeo is run behind nginx configured with proxy_pass. 2022-12-15T12:06:52,455 ERROR [http-nio-127.0.0.1-8080-exec-753] [nuxeo-error-log] Request Attributes: NuxeoException...

Building Nuxeo with Python 3 instead of Python 2?

To build Nuxeo yourself you need python2, as explicit stated in the official docs: https://doc.nuxeo.com/corg/getting-the-nuxeo-source-code . Python 2 is EOL for more than nearly 3 years now and is not supported anymore on most Linux distributions (i...

Automatic section creation

Hello, I would like to reorganize the nuxeo tree structure to make workspaces and sections are mirrored. I want to set up a mechanism that automatically creates the section tree based on the workspaces I create. example: If I create the following tre...

Let’s Talk About Software Upgrades

In the software world, we know there is a love/hate relationship with software upgrades. They are necessary as the entry point for new releases, bug fixes, security updates, and improved user experiences…AND, can also be a disruption to current proce...

ttoine by Community Manager
  • 804 Views
  • 0 replies
  • 0 kudos

Resolved! NXQL query for locked documents

Looking for a way to query for locked documents of a particular type. I've tried variations on this: SELECT * FROM Document WHERE ecm:primaryType = 'DocumentType' AND ecm:lockOwner IS NOT NULL including SELECT * FROM Document WHERE ecm:primaryType = ...

Terry_A by Champ on-the-rise
  • 3766 Views
  • 6 replies
  • 0 kudos

TaskService

Hi Team, I want to use TaskService for one of operation, but not able to import org.nuxeo.ecm.platform.task package and as a result TaskService also not found. Which maven dependency I need to include to solve this problem ? Appreciating your help. T...

Vinit_Shah by Champ in-the-making
  • 1504 Views
  • 2 replies
  • 0 kudos