HF-20


Related Questions
Hello, I have the simple property <xs:element name="para"> <xs:simpleType> <xs:list> <xs:simpleType> <xs:restriction base="xs:string" ref:resolver="userManagerResolver" ref:type="user"/> </xs:simpleType> ...
  0 votes
  1 answers
  2 comments
  719 views

Hi I have the next code, When I used the property selection-formatter=“[[_getDocTitle]]“ of nuxeo-document-suggestion in the nuxeo-data-table-column the function works fine BUT when I used the same property in nuxeo-data-table-form the function not ...
  0 votes
  0 answers
  0 comments
  930 views

Hello, I have complex list and iterate and create with nuxeo-data-table, when I create item and save I haven't error then I delete item -> save, the item delete was successful, but when I try delete the last item, this not deleted. :'( I see the ...
  0 votes
  1 answers
  2 comments
  724 views

Hi Guys! I have the next code: Scheme: <xs:element name="documentosRespuestaInterno" type="nxs:documentoRespuestaInternoListType"/> <xs:complexType name="documentoRespuestaInternoListType"> <xs:sequence> <xs:element name="item" ...
  0 votes
  0 answers
  0 comments
  979 views

Hi! I need overwrite the source for nuxeo-data-table element but i can't find the code (template html) on the GitHub repository https://github.com/nuxeo/nuxeo-web-ui/tree/10.10/elements, where i can find this source? Thanks! Gabo
  0 votes
  2 answers
  1 comments
  737 views

Hi Eveybody Im triying execute the next endpoint http://localhost:8080/nuxeo/api/v1/search/lang/(psq,sql,potsgressql,etc)l/execute?query=SELECT * FROM documento_base But the execute return a Exception: … “infos”: [], “statusCode”: 400, ...
  0 votes
  1 answers
  0 comments
  778 views

Hello everybody, How can I validate in polymer section that a column is unique in a nuxeo form? What is the best alternative? I tried to run nxql but I couldn't :'(
  0 votes
  2 answers
  0 comments
  826 views

Hello community, I overrode the default user schema to add new columns, one of them is a custom vocabulary. It saves and edits no problem, however, whenever one opens the edit dialog, the label for the selected vocabulary is missing, only showing ...
  0 votes
  1 answers
  0 comments
  1254 views

Hello, Howto publish a document in the webUI interface ? Best regards Dominique
  0 votes
  1 answers
  0 comments
  1007 views

Hi, When I delete a file from the trash in nuxeo (definitively), the blob on the filesystem is already present. Thanks for your help. Regards, Eric
  0 votes
  1 answers
  1 comments
  1360 views

Hello, We have upgraded nuxeo to version 9.10. and Nuxeo starting is very slow , about 45 minutes to start ! We think that it provokes by the size of the data (145G), we use postgres 9.6. we set this value : launcher.start.max.wait=3600 ...
  0 votes
  0 answers
  1 comments
  1240 views

Can I use a jar with different versions in just one bundle? Nuxeo platform 7.10 (LTS2015) uses jedis 2.7.0 to communicate with Redis server. I have my bundle it communicates with new Redis server, this bundle has the spring-data-redis to connect ...
  0 votes
  1 answers
  1 comments
  1616 views

Is there any way to skip the check of the existing tables in SQLHelper class? This is because for security reasons (lower-privileged database user). I need to use synonyms (oracle) in place of actual tables and it seems, looking at SQLHelper class, ...
  0 votes
  1 answers
  0 comments
  1634 views

Hi all, I have this error: ore.api.NuxeoException: Cannot connect to database: default at org.nuxeo.ecm.core.storage.sql.jdbc.JDBCConnection.openConnections(JDBCConnection.java:140) [nuxeo-core-storage-sql-7.10.jar:] at ...
  0 votes
  0 answers
  0 comments
  3078 views

I'm analyzing an error when the container go in graceful shutdown: stack trace: Failed to unregister extension. Contributor: RegistrationInfo: service:org.nuxeo.runtime.datasource.server.contrib to service:org.nuxeo.runtime.datasource; xpoint: ...
  0 votes
  0 answers
  0 comments
  1595 views