content-management-platform
Good afternoon ! i download Nuxeo Platfotm 5.7.1 on OpenSuse operative System, when I need run the platform see the next message-error No X11 DISPLAY variable was set, but this program performed an operation which requires it. I do know how can I ...
0 votes
0 answers
0 comments
1433 views
Is there a way to have an external xml configuration file for plugins? I followed the guide here: http://doc.nuxeo.com/display/Studio/Deploy+your+plugin+manually and deployed my plugin just fine with the xml config inside the jar file, but this ...
0 votes
2 answers
1 comments
2700 views
Bonjour à tous, J'ai un soucis d’interopérabilité entre nuxeo et l'Active Directory. Après plusieurs problèmes réglés par mes propres moyens, j'arrive à afficher mes groupes, à afficher les utilisateurs appartenant au groupes mais par contre lorsque ...
0 votes
0 answers
0 comments
2314 views
Just tried to login to see a few tickets I submitted long ago (related to DAM and related improvements) and I was surprised to see the name Bruce Beller instead of my name. For example, I submitted the patch for DAM for handling color model properly ...
0 votes
1 answers
2 comments
1384 views
I've created a custom authentication plugin and login plugin to allow users from my other system automatically login to nuxeo as long as they have an active cookie but we don't have user accounts for all users from my other system. I am trying to ...
0 votes
1 answers
1 comments
3198 views
On the demo.nuxeo.com Advanced Search page, a query with Title = 'Work*' returns no results. A query with Title = 'Workspaces' returns two folders with that precise title. Is it the expected behavior for the query with Title = 'Work*' to return no ...
1 votes
1 answers
5 comments
2375 views
Suppose that I have published document 'abcd' with version 1.0. Then later, I modify the document and publish it with 1.5. I want to get a hold of the previously published version of a document using NXQL. Is there a way to do that? Something like ...
0 votes
1 answers
4 comments
3687 views
I have searched for the technical documents for the multi-tenants feature but not able to locate the same. Could any body tell me about the same . As i am trying to use the Automation Client but did not find to create a Tenants in the nuxeo?
0 votes
0 answers
0 comments
1514 views
I can prove that these registered ACLs are set in my unit test but I am unable to view through the GUI using the Nuxeo SDK. Below is my content-template-contrib.xml file and my unit test. I was able to see my ACL customizations when I installed my ...
0 votes
0 answers
0 comments
1917 views
I have numerous custom multi-valued properties that are currently defined as part of my custom userprofile schema since the user schema does not conveniently support multi-valued properties. It would be ideal if I could make these properties ...
1 votes
0 answers
0 comments
1598 views
Hi , How do i build the multi-tenancy feature as Container level as Two feature are available one is container level and other one is application level .. and how it is being managed and where i can find more information on the same.
0 votes
0 answers
0 comments
1407 views
I have the following trouble: I download a Powerpoint file into my personnal workspace Problem: The icon of the document is not the Powerpoint one but the one with a little green “01” icon Second trouble: When I navigate into the document, if I try ...
0 votes
1 answers
1 comments
1958 views
To use the REST API of Nuxeo, you should use Nuxeo Automation Client, see http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client The Multi Tenant addon provides only 2 operations, one to create an user in a specific tenant, another one to ...
0 votes
1 answers
2 comments
1643 views
Hi, I have designed a workflow in my nuxeo studio : wTest, this workflow has first user task and the assignee property in this task has this value: @{WorkflowVariables["user_assigned"] == "" ? "user_group" : WorkflowVariables["user_assigned"]} , ...
0 votes
1 answers
0 comments
2673 views
I would like to know the possible names of an acl to set in operation Document.setACE (i just know local) I would like to know the name for “droits hérités” Thank you a lot for your help
0 votes
0 answers
0 comments
1291 views
We defined new doctypes in Nuxeo. These new doctypes are correcltly displayed (associated icon with the type) inside nuxeo but when we use the automation api, the property “common:icon” is always null except for new doctype using already installed ...
0 votes
0 answers
0 comments
1541 views
Bonjour, Nous utilison nuxeo 5.6-cap-HF20 avec nuxeo-dm. Le fait d'autoriser ANONYMOUS_AUTH_FOR_CAS2 dans la conf empêche l'accés direct à un lien permanent en mode authentifié. Aprés authentification On tombe d'abord sur le domaine par defaut et ...
0 votes
0 answers
1 comments
2127 views
Hi All I followed the documentation: http://doc.nuxeo.com/display/ADMINDOC/Using+a+LDAP+directory and I get this error on startup: 2013-07-16 04:50:04,127 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: ...
0 votes
0 answers
2 comments
1954 views
create and manage 'new tenant' into Nuxeo using APIs exposed by Nuxeo. I should be able to create Tenant, Update Tenant and its Configuration and Delete Tenant and list Tenants.
0 votes
1 answers
3 comments
2769 views
Bonjour, J'utilise Nuxeo Automation PHP pour envoyer des documents sur Nuxeo depuis mon application web. J'ai réussi à faire les requêtes pour envoyer les fichiers sur Nuxeo, cependant, lorsque je télécharge un fichier que j'ai envoyé, celui ci est ...
0 votes
1 answers
5 comments
2498 views
Hi all, i wanted to know how could someone instantiate a custom datamodel through cmis. i created a type named Book, with book.xsd and all that stuff. but i can't figure what is the Object_type_id i have to put in order that nuxeo recognizes that ...
0 votes
3 answers
3 comments
6278 views
Hello, I got a problem on view mode for widget-File of Nuxeo. On view mode I want the user to donwload a file in a Workflow Node Form variable. The problem is that we only can download the file with the name “file”. No extension, so it would be lot ...
0 votes
1 answers
0 comments
2085 views
I'm starting a workflow programmatically and want to save the id of the newly created route document in a variable in my workflow. I have done this: String workflowId = startWorkflow(workflowName,list,map); //my custom method returns ...
0 votes
1 answers
1 comments
2700 views
I have upgraded a test server from 5.5 to 5.7.1 and when I start the new version I achieve warnings like these: 2013-07-11 14:10:56,952 WARN [org.nuxeo.ecm.core.api.TransactionalCoreSessionWrapper] Session invoked in a container without a ...
0 votes
1 answers
1 comments
1884 views
I wonder why a cmisql query like select * from cmis:document where cmis:contentStreamMimeType='image/jpeg' fails with a Cannot use column in WHERE clause: cmis:contentStreamMimeType error? Or put the other way: why can't I query the ...
0 votes
0 answers
0 comments
1624 views
Here is the details of the error: Server start failed(1) Error occurred during initialization of VM Error: Could not create the Java Virtual Machine. Could not Reserve enough space for object heap. Error: A fatal exception has occurred. Program will ...
0 votes
1 answers
1 comments
4847 views
My organization is looking to move away from SharePoint. Our current SP install is 99% document management, but we have a few web parts with iframes to our internal apps (timesheets, etc) for a portal user experience. Nuxeo has everything we're ...
0 votes
1 answers
0 comments
2337 views
When running Nuxeo 5.6 behind an https reverse proxy, the generated opensocial container osapi endpoint URLs (opensocial/social/rpc, opensocial/gadgets/api/rpc) do not appear to be generated with the correct https protocol. As a result, I see HTTP ...
0 votes
2 answers
2 comments
5928 views
Is ND working with CAS2 authentication? When I tried ND with CAS2 I received error: 2013-07-04 16:33:22,092 268 3880 DEBUG nxdrive.gui.application Detected invalid credentials for: C:\Documents and Settings\adam_bo\Nuxeo Drive
2013-07-04 ...
0 votes
3 answers
2 comments
3857 views
On the Windows XP there is a path problem: 2013-07-03 07:41:43,125 1596 956 ERROR nxdrive.gui.application Error in synchronization thread: No row was found for one()
Traceback (most recent call last):
File ...
0 votes
1 answers
3 comments
1871 views