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

Forum Posts

How Can I manage transactions on creation of documents?

I have one list of documents. I create those documents into repository using a "for cycle". I want to know how can I rollback the creation of documents previous in case one error occur. In other words, I want to create all documents or none document....

Dashboard error 401

Hello in my Nuxeo Dashboard I have in all plugins "No data received from server: 401 Error" How to solve this problem ? Thanks in advance

delphine_ by Star Contributor
  • 2314 Views
  • 8 replies
  • 0 kudos

Search by cmis documents published in section folder

Hello, I try do search of documents published in section folder with cmis, but it not work. The search always return any documents, but when I do the search in workspace folder, it return documents. How do I search document in Section folder with cmi...

Raul_ by Champ in-the-making
  • 848 Views
  • 1 replies
  • 0 kudos

cmis import from excel file

Hello, I have written a script to import some files from an excel list into nuxeo. I have managed to put some documents of "cmis:document" type into the defult-domain folder, though if I change in my excel file the type for "feuilledetemps", which is...

acarey by Champ in-the-making
  • 1039 Views
  • 2 replies
  • 0 kudos

Removing filtering on webdav User Agents

I have read http://doc.nuxeo.com/display/NXDOC56/WebDAV and was wondering instead of individually adding each user agent would it be possible to allow any client to connect? I was trying along the lines of replacing <header name="User-Agent">(Microso...

ronaldgrn_ by Champ in-the-making
  • 803 Views
  • 1 replies
  • 0 kudos

Resolved! Login credentials for the VM image?

I am running the VM image inside VirtualBox. During the web wizard, I was not asked for any login/password (and I skipped the "Enable Nuxeo Connect" part). At the end of the web wizard, Nuxeo restarted and shows me a web login screen. I tried admin/a...

Definition of context

I have created a new action bean class, which I use in a changed "single-tasks-widget-template.xhtml" file. It is very similar to the JbpmActionsBean class used in the "manage-task-widget-template.xhtml" file. Both classes use returnToCurrentDocOrHom...

adam_bo_ by Star Contributor
  • 1630 Views
  • 4 replies
  • 0 kudos

Resolved! Is there a plugin/configuration to compress VCS binaries?

Just wondering if there is an existing configuration switch to automatically compress/decompress binaries stored/retrieved by VCS? Searched answers and document for compress and compression but no hits related to VCS storage. If not, does anyone have...

Problems using widgets

Hi, I am developing a new view using contentView, layouts, page providers and widgets. All working perfectly while use this configuration for my widgets: <widget name="listing_solicitudTitle" type="solicitudWidget"> <labels> <label mode="any">T...

Login problem after adding custom plugin

I have inherited a custom plugin that creates a couple extra document types, with fields and widgets. It also defines a directory that attaches to a MySQL database that we use for some of those fields. Using a clean nuxeo-tomcat-5.5-sdk install, I ca...

gbowman_ by Champ in-the-making
  • 1123 Views
  • 2 replies
  • 0 kudos

WebDAV drag and drop mime type for .msg files

I am implementing a variation of this solution. I have added nuxeo xml extensions for the .msg file extension with a mime type of "application/vnd.ms-outlook" in two places: application/vnd.ms-outlook msg msg applica...