document-management


Related Questions
Is there any way of accessing a vocabulary via Java code?
  2 votes
  1 answers
  1 comments
  4275 views

I want to know how really bad is MySql, or if im missing some configuration, i didnt have any issue with the default nuxeo configuration (H2+Derby) but when i configure nuxeo to work with MySql a lot of issues begin to show, time connection errors, ...
  3 votes
  2 answers
  0 comments
  2714 views

The error in the subject line occurs on emails, when transferred to nuxeo, with .pdf attachments, however, not ALL .pdf attachments. I am investigating the size/complexity of the attachments which generate the error. I thought I'd post a question ...
  0 votes
  1 answers
  4 comments
  1815 views

I have created an email folder in nuxeo DM 5.4.2 running under CENTOS Linux 5.7 with PostgreSQL. I pointed the folder to our exchange email server and a specific user account within that exchange server. I am able to read the emails using the POP3 ...
  0 votes
  1 answers
  3 comments
  1906 views

I have a validator class with a validate() method, I added another method [validate2()] to validate another field. How can I specify in Studio to call the second method?
  0 votes
  1 answers
  1 comments
  1654 views

When I edit my document I see the “Change comment” text area, is there anyway not to show it? My document doesn't have any facets.
  0 votes
  1 answers
  0 comments
  2259 views

I got errors when using CMIS Workbench to create a Picture. I click “create document”, select the type Picture and select a jpeg file and click create, and it shows can not create. If I select type File then it's successfully created the document. ...
  0 votes
  0 answers
  1 comments
  2260 views

Hi! I must be doing something very wrong but here is the case. I downloaded and installed Nuxeo DM Tomcat distribution and started it. Then I stopped it and added my plugin to the plugins folder and restarted. I am getting the following error in the ...
  0 votes
  1 answers
  0 comments
  2713 views

Is there a way to use structure templates for the private workspace?
  0 votes
  1 answers
  3 comments
  1620 views

I need to remove the HiddenInNavigation facet from the UserWorkspacesRoot document type. How do I do that? I have tried with this: <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype"> <doctype name="UserWorkspacesRoot" ...
  1 votes
  1 answers
  2 comments
  2442 views

I am retrieving some values via SQL (can't be NXQL), is there any way to show it in a UI?
  0 votes
  1 answers
  0 comments
  1652 views

Do you know how to obtain the permissions that a user has over all documents in a workspace, via SQL?
  0 votes
  2 answers
  2 comments
  2221 views

Hi, I'm would like to embed the Nuxeo DM core into my application so that I can make Java API calls to it to store and retrieve documents. However, I don't see what is the right starting point for this. I tried to work with the FrameworkerLoader ...
  1 votes
  1 answers
  4 comments
  2490 views

Exist another way different of for I can create users on anothers organizational unit of my ldap server?
  0 votes
  1 answers
  0 comments
  1331 views

My organization is in the process of porting our document database from KnowledgeTree DM to Nuxeo DM, which generally meets our needs much better. However, there is at least one aspect of KnowledgeTree that seems to be woefully lacking in Nuxeo DM, ...
  1 votes
  1 answers
  1 comments
  1808 views

Is it possible to configure Nuxeo 5.4.2 DM to manage HTTP headers for Cache-control and Pragma as Office docs do not load in IE 6+ (works fine in all other browsers) - seems it was fixed in 5.3.2 of main Nuxeo Platform ...
  0 votes
  1 answers
  1 comments
  1382 views

nuxeo 5.4.2, ubuntu server 8.4.2, pgsql 8.3 utf8 , jvm with -Dfile.encoding=UTF-8 I'd like to preserve accents when d&d documents, but nuxeo replace it with “e&acute” and so on (I'm primarily working with french docs). I've tried all the ...
  0 votes
  1 answers
  6 comments
  1742 views

Hi, I am configuring my nuxeo dm on tomcat to conect to ldap but when I try log in on the login form, it search on the bd and not on ldap server. I am reading this doc: http://doc.nuxeo.com/display/NXDOC/Using+a+LDAP+directory but I don't know if ...
  0 votes
  2 answers
  7 comments
  3592 views

Hi there, Is it possible to have Nuxeo delete emails from the remote mail server when importing through POP3? Currently I am able to import emails, however, as the original stay's on the server it is constantly importing the same emails everytime it ...
  0 votes
  1 answers
  0 comments
  1662 views

Hi, I'm inside an automation chain and I need to get the current user's private workspace. The trouble is that user names are in the form: username@domain.com, and the private workspace is named like 'username-domain-com'. How can I write a query ...
  0 votes
  3 answers
  0 comments
  2596 views

I have been trying to solve this problem that is generated when I run command mvn install. I show you the console errors and my file pom. I hope You can help me please. C:\workspace\workflows>mvn install [INFO] Scanning for projects... [INFO] ...
  0 votes
  2 answers
  1 comments
  14213 views

I'm quite comfortable in either environment, but are there any benefits for a Windows install or Linux? Also, is NTLM SSO working better/easier in Windows?
  2 votes
  1 answers
  0 comments
  2577 views

When I drag/drop a file into a space, it's uploaded correctly and its MIME-type is right (at least with Windows clients, Linux ones are still a problem here). But the file name stays “undefined”. Then I can rename the document, but inside the file ...
  1 votes
  1 answers
  4 comments
  1815 views

We have non-nuxeo code that reads documents directly from the database. We fire this code (that updates a lucene index) based on nuxeo events (eg “document created”). In other places, we manually fire the non-nuxeo code with a 1 second delay. In ...
  1 votes
  1 answers
  0 comments
  1545 views

Is there a way to programatically add entries to a document's History tab, in a similar fashion to putting text into the Comment field at the bottom of the document's edit tab? I can see that these records end up in the nxp_logs table. Is there an ...
  1 votes
  2 answers
  0 comments
  3079 views

I want to create a contact directory with document management
  0 votes
  1 answers
  0 comments
  1500 views

Nuxeo doesn't show workflow tab when type document is Folderish. I need show this tab in my case
  0 votes
  1 answers
  3 comments
  2534 views

I'm having a heck of a time finding documentation on getting/setting document tags through the automation client. I found the TagServiceImpl but it wants a CoreSession not a ConcreteJavaProxy. Can someone point me in the right direction?
  0 votes
  5 answers
  4 comments
  5850 views

Hi, I'm trying to use sql express 2008 with Nuxeo DM. Here's a part of the config file: # nuxeo.templates=default nuxeo.templates=mssql # nuxeo.db.user=nuxeo nuxeo.db.user=nuxeo\_db\_user # nuxeo.db.password=password nuxeo.db.password=123 # ...
  0 votes
  2 answers
  1 comments
  1965 views

Still struggling for redefinition of my authenticationChain, I noticed that it's redefined in several places. Beside my own XML contribs (in /nxserver/config), I can find some : in ...
  1 votes
  1 answers
  0 comments
  1715 views