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

Forum Posts

Resolved! Nuxeo 5.5 and CMIS client using opencmis libraries (v 0.7.0)

Hello, I'm using Nuxeo 5.5 release and trying to interact through a CMIS client using opencmis libraries 0.7.0 SNAPSHOT. Considering that the previous release 5.4.2 doesn't support ACLs at the CMIS level (see: http://forum.nuxeo.com/t/5044/), I'm won...

Ervin_ by Champ in-the-making
  • 1027 Views
  • 3 replies
  • 0 kudos

login failed at first login, how can i resolve this problem?

Hi, I have installed Nuxeo 5.5 windows version with MSSQL Server 2008 R2, but unfortunately i could not login with the default login infos giving in the official documentation of Nuxeo, How can i resolve the problem??? I am new with Nuxeo so please i...

Nuxeo CMF - Create a new form after logging inside Nuxeo CMF

Hi, I need to customize the interface for a bank account opening operation. So first of all, the data from new applicants should be entered into the system. How we can create a form inside nuxeo CMF so that we could enter it and make it available to ...

rajesh_ by Champ on-the-rise
  • 591 Views
  • 1 replies
  • 0 kudos

Resolved! How can I publish examples?

Actually I follow the documentation and create several configurations to validate my understanding. Additionally I get help via Q&A. Is there a way to provide my examples to the community? Perhaps this could help some other beginners. Examples could ...

File blob not uploading from android to nuxeo server

Below is reference code : from http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client // Get The Root Document root = (Document) session.newRequest("Document.Fetch").set( "value", "/").execute(); // Create a File Docu...

Bob_James by Champ on-the-rise
  • 401 Views
  • 0 replies
  • 1 kudos

Resolved! Static war

I want to create a static war to launch my nuxeo in an existing Tomcat. I followed this procedure http://doc.nuxeo.com/pages/viewpage.action?pageId=9275166 , but when I start my Tomcat server, nuxeo webapp is deployed, but is not started. If I try to...

Alice_ by Star Contributor
  • 1164 Views
  • 4 replies
  • 0 kudos

Show an user action button only when under a certain folder

Hi, I have created an user action button that needs to be displayed only for a document when under a certain folder and when the document is in "approved" state. I cannot use the STARTSWITH within the query because while the folder name is defined e....

Resolved! Paging in NXQL

We have Nuxeo EP 5.5 deployed at one of our server. Our application that is deployed on another computer using Nuxeo webservices to search document against a search criteria. Now there may be 10,000 records against this search criteria because we are...

Java Automation Client don't close http connection

Hi Gentlement, We have create a java client to interface Nuxeo via HttpAutomationClient. All the operations we have developed work fine, but we have noted that the client do not close the http connection after the client.shutdown(); We have noted thi...

Adding a user directory with MSSQL datasource

I'm trying to create a new user directory. The data comes from a bespoke SQL Server 2008 database, exposed as a view named "vUser". I've declared a datasource in a separate file, stored as Nuxeo/nxserver/config/sqlds-config.xml: <component name="or...

ndesprez_ by Champ in-the-making
  • 1366 Views
  • 5 replies
  • 0 kudos

Resolved! How to change nuxeo context path

I tried to follow the documentation (http://doc.nuxeo.com/display/ADMINDOC/Changing+context+path ) but the server does not want to start ... any idea?

Alice_ by Star Contributor
  • 1267 Views
  • 6 replies
  • 0 kudos

Resolved! Nuxeo 5.5 Server starts and immediately stops

I have installed Nuxeo 5.5 in a Windows server 2003 R2 64bits. In that server is installed jdk 1.6, libre office and postgresql. When I launch the server, this starts and get process ID, but after 3 or 4 seconds, the process finish and the server sto...

Different Metadata for different groups

Hi. We are testing nuxeo DAM as replacement for our existing DAM-system. Everything looks fine and runs very smooth so far, except one thing:/> We need different (custom) metadata for different groups / folder / repositories (or whatever) and don't k...

How do I import images > 2GB into DAM?

Downloaded DAM 5.5 and trying to import some big images but haven't had any luck. Can't use ImportSet at all with these files - get a Seam error. Tried http importer but it throws a different error ImageMagick failed on command: resizer java.lang.Num...

ctms_ by Champ in-the-making
  • 275 Views
  • 0 replies
  • 0 kudos

Resolved! Runtime Document Types

Has any thought been put to allowing document types to be specified at runtime, instead of just via xml files in deployed jars? Thanks, Sean

Resolved! Limiting factors for very large image imports?

I have to import very large images into DAM 5.5 (~2GB) in the following environment: OS-X 10.6.8, Postgresql 9.1, Java 1.6.0_26 64-bit. JVM has 3.5GB allocated with 512MB of perm. Postgresql shared buffers are set to 1GB and the shmmax has been alloc...