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

Forum Posts

ManagedBean : currentDocument is null in the constructor

Hi, I've created a managed bean with JSF. My page xhtml is displayed. The first time, he enter in the constructor of my managedBean, but the currentDocument Object is null the first time. After, when he gets a field that I'm using in the xhtml, the c...

Nuxeo 6.0 and LDAP Caching

Hello, I'm using LDAP backend for user authentication described here. I'm facing the following problem : Nuxeo 6.0-HF05 seems to not cache LDAP entries and make a lot of connections to LDAP server with every requests (WebDAV requests are very slow fo...

zyx974_ by Confirmed Champ
  • 993 Views
  • 2 replies
  • 0 kudos

Nuxeo Drive doesn't do anything in edit online mode

Hello, I'm using Nuxeo Drive, and when I try edit in online mode, Nuxeo doesn't do anything. I looked at log and the error is: 2015-03-16 18:02:29,421 1652 2592 ERROR nxdrive.commandline Error executing 'download_edit': 'ascii' codec can't encode ...

How are others handling real time document previewing?

Hi Folks, I've recently loaned a Nuxeo 6.0 system to a one-person legal client for evaluation. It doesn't look like this will result in a sale, for the reason of them desiring real-time previewing of content in the Nuxeo repository. The critical exam...

davenz_ by Confirmed Champ
  • 1260 Views
  • 3 replies
  • 2 kudos

Getting Error when i click on SEARCH button in Nuxeo Application

Hi Sir, when i click on SEARCH button in Nuxeo Application i am getting below error related to elastic search . The Elasticsearch 1.4.2 (elasticsearch-service-x64) service terminated with service-specific error Incorrect function. Please let me know ...

muni_ by Champ on-the-rise
  • 583 Views
  • 0 replies
  • 0 kudos

Resolved! Problem opening a automation session

Hello Since this morning i cannot open an automation session. HttpAutomationClient client = new HttpAutomationClient("http://" + server + "/nuxeo/site/automation"); try { Session session = client.getSession(user, passwd); The url/user/password are ...

Resolved! How to add a new field to relations?

We are trying to add a new field ("quantity") to relations. We have created a new schema ("relation-extended"), and we have override Relation doctype adding this schema (in relation-extended-contrib.xml): <component name="org.nuxeo.sample.relationext...

Problem overriding a Seam component using Nuxeo IDE

Following http://answers.nuxeo.com/questions/11246/how-to-add-a-new-field-to-relations we have made all the necessary steps to override a Seam component using Nuxeo IDE, but we have a problem when we try to deploy it: If we create a JAR (Nuxeo > Expo...

Update Document property in a java script

I'm running a custom XHTML layout where I'm running a script that makes a function that updates a document property. I'm trying to get it triggered by the onclick of a commandButton. So when the commandButton is pressed, in this example, I want the t...

WebDAV and HEAD request method

Hello, Microsoft Office use HEAD method request during webdav access (verified with wireshark), then a GET one. But Nuxeo never responds to HEAD requests. Indeed I activate debug for webdav module, and I dont see HEAD request coming in logs (i have G...

zyx974_ by Confirmed Champ
  • 1601 Views
  • 5 replies
  • 1 kudos

Resolved! Customizing the Item/page dropdown feature

In a normal setting, the Item/page dropdown has 6 options to display the number of reports: 5, 10, 20, 30, 40, and 50. But I need to customize these settings so that I can see hundreds, so I want to change to 10, 25, 50, 100, 150, 200. I went into th...

MEM4FP_ by Champ in-the-making
  • 835 Views
  • 2 replies
  • 0 kudos

Temporary perms during workflow

Hello, how be sure that a document (file) will not be modified during a workflow except by actors that can be group, so lock is not the good operation. I thought about store initial acls in a workflow variable to restore at the end but there is no ty...

Corinne_ by Confirmed Champ
  • 376 Views
  • 0 replies
  • 0 kudos

How to contribute issue reports only?

The ability to report issues from users which need to be fixed by developers because deep insight in code is necessary (can) provide a viable support for the development because they reflect a true user/non-developer perspective. Yet I don't find a w...

Customize theme

Hi I m trying to customize the login screen and create a default flavor. I created a jar that contains my custom component overrding org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService (loginScreen ext. pt) org.nuxeo.theme.styli...