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

Forum Posts

Nuxeo and scanner

Hi, I am a new Nuxeo user and I am actualy testing it. I can't find any information about interfacing a printer with Nuxeo. Some Content Management Platform can be configured to get document directly from a scanner or office printer. Is it possible i...

Resolved! Is it possible to have default filtering for content views ?

Is it possiblt to pre-filter a content view list and be able to later change the filter selection ? For example we might have a list of documents in different lifecycle states, but we only want to view the active ones by default - when we first acces...

Resolved! how migrate data postgres 8.4 to 9.1

Hello, is there precaution or procedure to migrate database from postgres 8.4 to 9.1 I want to test nuxeo 5.6 on a newer install. I using in production nuxeo 5.5 on ubuntu 10.04 with postgres 8.4 VM5.6 in test propose ubuntu 12.04 with postgres 9.1 (...

etien_ by Champ in-the-making
  • 573 Views
  • 1 replies
  • 0 kudos

Resolved! AD LDAP Connection Issues

I have followed the documentation to the letter, and continue to have significant challenges in getting Nuxeo to authenticate against Active Directory. I have tried numerous combinations with the field mapping names etc, in my config file, but the b...

SJanzen_ by Champ on-the-rise
  • 541 Views
  • 1 replies
  • 0 kudos

Resolved! Batch update?

Hi, Are there any plan to implement batch metadata update in Nuxeo? If so, for what version is it planned? Thanks, Patrick

patrek by Star Contributor
  • 980 Views
  • 3 replies
  • 1 kudos

Resolved! Bulk document importer help needed

Hello all, I try to get the Bulk document importer working only i,m stuck atm. I put those 2 jar files on my nuxeo 5.5 server in the nxserver/bundles folder and give it a restart. I use firefox and login with my accountOpen an new tab and use http://...

Multi tenant application development

Hi, From last week webinar, I gathered that the 5.6 version of Nuxeo will allow for multi-tenancy. Can you point us in the right direction so we can make our application, which needs a container (similar to "Workspaces" to holds information accessibl...

patrek by Star Contributor
  • 932 Views
  • 2 replies
  • 0 kudos

Resolved! Problem with the structure template

Hi, I am quite new to nuxeo and I am trying to configure my nuxeo instance with Nuxeo Studio. I have my own document types and I defined my own structure for a domain using a Structure Template. In this template, the domain has one sub element, let's...

Resolved! "Could not find datasource" error with Nuxeo 5.6-RC2

Hi, I upgraded my custom nuxeo distribution to nuxeo-5.6-RC2 and I am getting the following stacktraces at nuxeo startup. Are there any new variables to define in my custom template I shoud define ? FYI I redefined variable nuxeo.db.name to 'nuxeo-5....

Cannot display facesMessages from custom action.

I've created a simple button widget that fires an action, passing a String to the action: <div xmlns="http://www.w3.org/1999/xhtml" xmlns:nxthemes="http://nuxeo.org/nxthemes" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/...

Chrome & Drag and Drop

Since a recent update of Chrome, the drag & drop functionnality doesn't work anymore. I can't say since which update it doesn't work. My Chrome version : 20.0.1132.57 m

akempiak by Champ in-the-making
  • 1224 Views
  • 2 replies
  • 0 kudos

"Bulk document importer"

I have got the importer working. Now what I would like to know is how I can apply my metadata (Nuxeo Vocabularies) to the documents during the import process. I want to import 25 GB of files and don't really want to apply the metadata manually. To q...

LWDegan_ by Champ on-the-rise
  • 996 Views
  • 2 replies
  • 2 kudos

Single execution of an Operation or EventListener

I'm new to Nuxeo and I'm trying to create an operation that manages a list of work to be executed? But only one instance can access the list at any time. From what I understand, each invocation of an operation results in a new instance. I could creat...

mike_frey by Champ in-the-making
  • 575 Views
  • 1 replies
  • 0 kudos

Seam.GetSelectedDocuments in Sections

Still trying to access the list of selected docs in sections : the action category for my button is CURRENT_SELECTION_SECTIONS_LIST the "Selection is not empty" has been replaced by a custom EL #{documentsListsManager.isWorkingListEmpty("CURRENT_SEL...