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

Forum Posts

5.6 GA - any compatibility issues for CMF? How to build it?

Hi all, I'm developping a case management app upon CMF. Until now I was using 5.6-RC3 for development and I need to migrate on GA + hotfixes. The CMF is no more built as addon for 5.6 GA? For hot fixes I've understood that without Nuxeo Connect licen...

promanov_ by Star Contributor
  • 251 Views
  • 0 replies
  • 0 kudos

Resolved! Change favicon ?

Hello, I cannot change the favicon of my Nuxeo instance : I have replaced all the favicon images that I found on my server ./nxserver/web/root.war/modules/org.nuxeo.ecm.webengine.base/skin/resources/image/favicon.gif ./nxserver/web/root.war/modules/o...

Julien_A_ by Champ on-the-rise
  • 855 Views
  • 4 replies
  • 3 kudos

Preview of some PDF documents crashes

After installing the program pdftohtml, "preview and annotations" work for PDF files, but this tool crashes for some files. This may be due to a size limitation ? How can we increase the size of files that you want to preview ? Thanks for your help, ...

apx25_ by Champ on-the-rise
  • 273 Views
  • 0 replies
  • 0 kudos

Java Automation Client over SSL

This post is kind of a copy paste from this resource. If you're running nuxeo platform over https, you may face this exception the first time you try HttpAutomationClient, following the example provided in REST API documentation : javax.net.ssl.SSLP...

Resolved! Document Versioning

Hi, I am using a 5.6 instance of Nuxeo. I have seen that versioning of document is not automatic, By default it is skip. Each time i need to manually select either Major or Minor option. How we can make version control to increment to Major version a...

Nouvelle installation Nuxeo - Aide

Caused by: org.nuxeo.ecm.core.api.ClientException: Failed to load repository default at org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:106) at org.nuxeo.ecm.core.api.local.LocalSession.getSession(LocalSessi...

cmonzon_ by Champ in-the-making
  • 976 Views
  • 5 replies
  • 0 kudos

Resolved! Update date in automation chain

Hello, I need update a date when I created and updated a doc. For that, we make this automation chain :/> Fetch > Context Document Document > Update Property (value: @{Document["mydocumenttype:expiring_date"].clone()}; xpath: mydocumenttype:recall_ex...

delphine_ by Star Contributor
  • 957 Views
  • 4 replies
  • 0 kudos

Resolved! How to print local environment properties in Nuxeo

I added a custom property to the nuxeo.conf file. I want to print this custom property in a .xhtml file using EL expressions under web/nuxeo.war/widgets/summary directory. Currently what I have below does not work... nuxeo.conf my.custom.field=Some ...