Questions tagged [nuxeo]

An Open Source ECM Platform for building content applications.

Nuxeo is an Open Source Enterprise Content Management software Platform enabling architects and developers to easily build, deploy, and run content-centric business applications (Document Management, Case Management, Digital Asset Management, Social Collaboration and much more such as integrations and connectors distributed as addons via the Nuxeo Marketplace). That Java-based Platform is architected for modularity, extensibility and scalability. It features a document repository with configurable schemas, complex types, lifecycle management, workflows, versioning, access control with inheritance, blob management, fulltext indexing and more.

The Nuxeo global software company provides various products and services built upon and around its Open Source ECM Platform.

124 questions
8
votes
2 answers

Fopen accept self signed certificate

i would like to get the result of my page in https in a php variable but the fopen fonction return false; i think this error can be product by the ssl certifacte which is self signed fopen("https://192.168.1.1:8443", "rb")) Warning: fopen(): SSL…
wall-e
  • 173
  • 1
  • 3
  • 13
7
votes
2 answers

Recommending a DMS for a Large-Scale Enterprise

It's been two days I'm searching to select an appropriate open-source DMS for a large-scale enterprise. Among all of the open-source document management systems written in Java, Nuexo, LogicalDoc and Alfresco seem to have a good reputation. However,…
Majid Abarghooei
  • 663
  • 7
  • 21
3
votes
1 answer

Nuxeo workflow types

Nuxeo workflows is very easy to create with studio and deploy it on server, also it's possibility to integrate jbpm process to an instance of nuxeo (find some information about that). But I want to know all possibilities of creating workflows in…
user5448421
3
votes
1 answer

How to work with nuxeo without the nuxeo-studio

Is it possible for a long period of evaluation purpose to work without the studio? This means is there a tutorial on how to design workflow without the studio?
MaatDeamon
  • 9,532
  • 9
  • 60
  • 127
2
votes
1 answer

How to create Custom Document Type in Nuxeo without Nuxeo Studio

We are currently working on Nuxeo Project without Studio as it is out of our budget. Our goal is to create our custom UI and use Nuxeo as a content management system. We were able to perform CRUD using SDK (creating new Documents and adding…
Dipesh KC
  • 2,273
  • 1
  • 15
  • 19
2
votes
1 answer

How can I uninstall a package that was installed by Nuxeo Studio?

I used Nuxeo Studio for research purposes and created a Schema and added it to my local server using the Nuxeo Chrome Extension is hot deploy. Now, what if I need to uninstall the package? I tried to use the ./nuxeoctl mp-uninstall…
Valac
  • 75
  • 1
  • 7
2
votes
1 answer

How to make a query with properties parameter in nuxeo

I want to make a request with "dynamic" properties fetch from my Java app with nuxeo 8.10. There is the declatation of my NuxeoDocument:
julien dumortier
  • 1,303
  • 1
  • 13
  • 28
2
votes
1 answer

Nuxeo Cluster - Load Balancer - Session replication failed

I have configured apache2.4 http load balancer as : ProxyPass /nuxeo balancer://sticky-balancer stickysession=JSESSIONID|jsessionid nofailover=On BalancerMember xxxxxxx.40:8080/nuxeo…
Saimir
  • 210
  • 2
  • 12
2
votes
1 answer

Nuxeo studio jar file open in eclipse and deploy in server

Can I import nuxeo studio jar file with couple workflows to eclipse make a configurations and deploy it as a bundle?
user5448421
2
votes
1 answer

contribution to change logo in all pages nuxeo

I want to change my nuxeo application logo. I've read how to change it for login page and it's working , but now i want to change logo for all my page and i can't find any tutorial of how to do this. Here is what i've tried so far:
ItShine
  • 349
  • 1
  • 4
  • 22
2
votes
1 answer

nuxeo mvn compilation issue

I am trying to compile nuxeo using as a guide the documentation described here: http://doc.nuxeo.com/display/public/CORG/Getting+the+Nuxeo+source+code However I am not able to run the following command sucessfully: mvn -DskipTests install -Paddons I…
Astronaut
  • 6,691
  • 18
  • 61
  • 99
1
vote
1 answer

Configuring Nuxeo CMF at Localhost for Customization of Nuxeo CMF interface

When I tried to start the Nuxeo CMF server after setting "nuxeo.force.generation=false" in "nuxeo.conf" file, it shows like you should either set it to "true" or "once" or otherwise set "nuxeo.wizard.done=true". If we set it to true, the changes…
Unni
  • 165
  • 3
  • 10
1
vote
1 answer

Nuxeo CMF interface customization

I tried to customize the style of Nuxeo CMF interface and first I edited the D:\Nuxeo_CMF_installation\nxserver\nuxeo.war\login.jsp file (installation done in D: drive) and updated. The changes were shown to me that time. But when I restarted the…
Unni
  • 165
  • 3
  • 10
1
vote
3 answers

Is there a CMIS server available that is not running on Java?

I tried the usual: CRX from Day.com: not (yet) stable KnowledgeTree Community: couldn't get it to work (unless perhaps you buy the commercial version?) Nuxeo: very, very expensive, but looks good (is there a community version available?) yet a few…
lucasart
  • 1,643
  • 1
  • 20
  • 29
1
vote
1 answer

Unable to use contains for quick search in Nuxeo

I am trying to use contains in Nuxeo , I want to search in all the metadata and title and content of the asset Example If I search ten then the search result must return Content22Jan.jpg tent24.jpg . when I use select * from table where…
Swathi
  • 156
  • 1
  • 2
  • 11
1
2 3
8 9