content-management-platform
Hi, I need to provide acces to people from my own university with CAS authentification , and oustide (some with shibboleth authentification or not …) to an Nuxeo DM. Can I do this ? Thank you
0 votes
2 answers
7 comments
2191 views
I create a listener and I want to in logs information of the document. Here is my code: public class MyListener implements EventListener { public void handleEvent(Event event) throws ClientException { EventContext ctx = event.getContext(); ...
0 votes
1 answers
0 comments
1784 views
We are still using nuxeo 5.3 but we've got a use case where we are creating 200 documents and calling followTransition to a particular state. This works on between 193-198 of the documents, but for the remaining 2-7 documents they are unchanged and ...
0 votes
0 answers
4 comments
1865 views
Hi This might be a newbie question, but I cannot seem to find the solution through searching docs, communities or questions. I also cannot do how do this on my own with the Nuxeo admin interface. I have an absolutely massive document archive, at ...
0 votes
2 answers
1 comments
1745 views
I have a problem with sending emails via JavaMail from Nuxeo. My customization contains with a new type that has its own layout. There is one field where I type email addresses. After submitting form, a proper event listener executes code which ...
0 votes
2 answers
1 comments
2565 views
I connected OpenLDAP to Nuxeo 5.5 but there's still one problem with the configuration. Users who belong to a dynamic group are not associated to them but are well associated to theirs static group. Configuration files: ...
2 votes
1 answers
1 comments
3244 views
I have created a few custom operations and I need to unit test them. I have seen some Java classes using the main method to call operations on a already running nuxeo instance. My question is how can I create a unit test that would run the operation ...
1 votes
1 answers
0 comments
4380 views
I've already set up multiple repositories with single Nuxeo instance and my question is how to switch between them? In my nuxeo.conf file I have: nuxeo.templates=default,custom but after login I am always redirected to the default one. I would like ...
0 votes
2 answers
5 comments
3185 views
Caused by: org.hibernate.exception.GenericJDBCException: Cannot open connection at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:126) at ...
0 votes
3 answers
0 comments
4455 views
nuxeo-update-5.5.0-HF-02 with Tomcat 6 I've changed org.nuxeo.ecm.contextPath in nuxeo.conf (nuxeo.url either) : org.nuxeo.ecm.contextPath=/nxcollab I've changed templates/default/conf/Catalina/localhost/nuxeo.xml to nxcollab.xml OK : nuxeo works ...
0 votes
1 answers
2 comments
2064 views
Does Nuxeo 5.5 support java 1.5 ?
0 votes
1 answers
0 comments
1722 views
Is there any possible way to create a bunch of users by using the automation api or another mechanism. The import information would include their email, username, password, and a single group in which they should be a part of.
1 votes
2 answers
2 comments
3542 views
Are there any plans to automate the install of the Nuxeo platform, database and add-ons (e.g., Postgresql, Open Office, ImageMagick, and FFMPEG) on Mac OS-X? It's not difficult to install the additional products, and the configuration wizard is ...
0 votes
1 answers
0 comments
2135 views
Hello, Can display gadgets Nuxeo (OpenSocial) into an external site with the rendering engine of Nuxeo? And how do you make the call using OAuth authentication (two-legged, three-legged …)? thank you
0 votes
1 answers
1 comments
2223 views
I create the following form (jquery change it as ajax request and do the put request) : <form action="/nuxeo/site/jersey-breaker/QueryFromJersey" method="put"> Value: <input type="text" name="value" /><br /> <input type="submit" ...
0 votes
1 answers
0 comments
2287 views