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

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Resolved! How make a two direction link between documents

There are two documents with a schema's field: <xs:element name="link" type="nxs:stringList" /> The field is updated by widget: This works very well but there is only created one way link. What is the most elegant way to create the two direction lin...

adam_bo_ by Star Contributor
  • 732 Views
  • 4 replies
  • 1 kudos

Nuxeo with a fault-tolerant PostgreSQL configuration

With the recent release of PostgreSQL 9.2, repmgr 2.0-beta (http://www.postgresql.org/about/news/1411/), and JDBC4 Postgresql Driver Version 9.2-1000 (with basic failover support), does Nuxeo have plans to test and/or document a fault-tolerant Nuxeo/...

ron_1 by Star Contributor
  • 358 Views
  • 2 replies
  • 0 kudos

Resolved! Error with Eclipse Indigo et Start the server nuxeo

Hello, I installed nuxeo IDE in my Eclipse Indigo Service Release 1 with the help of doc.nuxeo.org Now, when I start nuxeo server with Eclipse, i have an error that doesn't exist when I start the server with the command ./nuxeoctl start directly. I u...

brigitte_ by Confirmed Champ
  • 324 Views
  • 1 replies
  • 3 kudos

Resolved! Upload ajax file using nxu:inputFile not working

Hello, there is a way upload files with ajax using your "nxu:inputFile" tag inside a form like this: <h:form> <a4j:include viewId="/wizard/wstep1.xhtml" /> </h:form> In "wstep1.xhtml" I show my nuxeo document and it has metadata "file:content" but w...

connect java with flex in nuxeo 5.3.1

Hi All; i am using java as backend and flex as front end database postresql 8.3,server jboss 4.2.3 in jdk1.5 my application run sucessfully now i change jdk1.6 now flex and java cannot connected and localhost:8080/nuxeo cannot loaded. serve erro...

how to convert jdk 1.5 to jdk1.6

I am using java 1.5 and postresql 8.3 as backaend and flex as Front end server jboss4.2.3.ga and nuxeo5.3.1 now my application run successfully but now i upgrade java as 1.6 i cannot run my application server error are ERROR [org.nuxeo.runtime.jbos...

Drag&apos;n drop modifications ?

Hello, I would like to modify the drag'n drop functionnality : How to disable the "Quick import" ? ==> I want the "Smart import with meta-data" set by default (and disable the other choices)How to define multiple dragn'drop options when the form appe...

Julien_A_ by Champ on-the-rise
  • 367 Views
  • 1 replies
  • 0 kudos

Resolved! Enabling update versions in toggleable layout

How can we enable update versions in toggleable layout? Even after setting "Edit options" in toggleable widget to true and making the document versionalble, the versionning options are not appearing in toggleable layout

Seetha_ by Champ in-the-making
  • 566 Views
  • 2 replies
  • 0 kudos

Resolved! How many documents in a workspace or folder?

Hi all, is there a way to know the number of documents inside a given workspace or folder without navigating inside each ws or folder? I'm using nuxeo 5.5 Thanks

acn_ by Confirmed Champ
  • 461 Views
  • 2 replies
  • 0 kudos

Can&apos;t create document in Nuxeo 5.6.0-HF01

I can't create a document , I get "No such mixin: Indexable" ? Caused by: org.nuxeo.ecm.core.api.DocumentException: java.lang.IllegalArgumentException: No such mixin: Indexable at org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentLive.addFacet...

ITassas_ by Champ on-the-rise
  • 444 Views
  • 2 replies
  • 0 kudos

problem with mailMessage creation event handler

With such an event handler and the associated operation chain : <handler chainId="mail_created_chain"> <event>documentCreated</event> <filters> <doctype>MailMessage</doctype> </filters> </handler> <chain id="mail_created_chain"> <operati...