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

Forum Posts

CMIS Duplicates after folder creation

Hi, i'm creating a folder with cmis Map<String, Object> properties = new HashMap<String, Object>(); properties.put(PropertyIds.OBJECT_TYPE_ID, "cmis:folder"); properties.put(PropertyIds.NAME, "test_name"); session.getRootFolder().createFolder(prope...

isthari_ by Champ in-the-making
  • 61 Views
  • 1 replies
  • 0 kudos

Resolved! Sent server start command but could not get process ID.

Nothing strange during installation (windows XP) When I click on Nuxeo DM I have this message: Found NUXEO_CONF = C:\Documents and Settings\All Users\Application Data\Nuxeo DM \conf\nuxeo.conf Found JAVA_HOME = C:\Program Files\Java\jdk1.6.0_22 Using...

pdeclarens by Champ in-the-making
  • 132 Views
  • 6 replies
  • 1 kudos

Retrieve ECM content from Android

Hi All, I am able to use the sample code of ECM for Android. but its giving another problem i am not able to open the contents of ECM like if i want to open a pic then i am not able to open it and its saying "You are unveiled a bug in the application...

How to intercept request to restApi in Nuxeo

Hi, Sometimes a call to the rest API returns a broken image like this call, http://dam.nuxeo.server:8080/nuxeo/restAPI/getTiles/default/88cebd21-084e-468c-9388-90bf2b2833f8/600/338/1?x=0&y=0 Although the image is uploaded successfully... /> CDN cache...

Kareem_ by Champ in-the-making
  • 30 Views
  • 0 replies
  • 0 kudos

Resolved! How to use widget List without studio

Hi, I want to use this widget in a view jsf but I dont know how to configure this without nuxeo studio. I have defined a document in nuxeo studio and it has a schema "myschema" and field "myfield". Now I want show this field in my view view.xhtml but...