content-management-platform
We've tried this, but didn't work : <require>org.nuxeo.ecm.platform.actions.ActionService</require>
<extension target="org.nuxeo.ecm.platform.actions.ActionService"
point="actions"> <action enable="false" ...
0 votes
1 answers
2 comments
1997 views
I want to integrate Nuexeo EP 5.5 or 5.6 to OpenDS LDAP server, so that user could authenticate, i followed the aviliable document, did not help so far , i can not make it works, does any tried to do with OpenDS ? the following is the created ...
0 votes
0 answers
0 comments
2112 views
Ran the following command which attempts to retrieve repository information on a non-existent repository named “foobar”. Nuxeo CMIS returns a HTTP Status 400 invalidArgument. Should a HTTP Status 404 objectNotFound be returned instead for an object ...
0 votes
1 answers
2 comments
2355 views
Hi guys, I'm experiencing an unusual behaviour in Nuxeo 5.6 with hotfixes 00 and 01. It occured prior to the installation of the hotfixes. It has happened with several different workflow names, and I've tried reinstalling the server. I'm running the ...
0 votes
1 answers
2 comments
2559 views
Hello, I'm observing a very serious issue on CMF 5.6-RC3 (haven't checked on the released 5.6), no customization: On the Inbox panel page showing the listing of incoming items, after triggering manually Refresh button (not shown by default) the ...
0 votes
1 answers
4 comments
1935 views
According to http://chemistry.apache.org/java/how-to/how-to-connect.html, some repositories send HTTP Cookies to accelerate authentication for subsequent calls. Is this true of Nuxeo?
0 votes
2 answers
0 comments
2280 views
public List return list; }
0 votes
0 answers
0 comments
1260 views
Login to DM application with valid user. Click on advanced search. Give above the current date in the Created from field or TO field. Click on search. The date shouldn’t accept above the current date. Please help me to resolve this issue.
0 votes
0 answers
0 comments
1327 views
Hello, We just experienced a situation where one operation was started to delete some documents from our system, and was apparently interrupted by another operation and was suspended. However, when the first operation resumed, it passed the ...
0 votes
0 answers
2 comments
1368 views
Hello, here is what we have: Document created by Author1 Workflow approval create for 2 approver : Approver1 and Approver2 Approver1 receives the doc Approver1 rejects the doc Doc goes back to Author1 Author1 changes the doc and sends back Doc is ...
0 votes
0 answers
1 comments
1452 views
Login as Administrator -> click on Home -> Profile -> Edit. How to restrict avatar file size(Maximum 12MB) while uploading picture(.jpeg files). Please help me to resolve this issue.
0 votes
0 answers
1 comments
1835 views
How can i restrict Avatar file size(Max 10MB) while upload.
0 votes
0 answers
1 comments
1899 views
I am trying to get default views on custom document types that extend Folder or support the dublincore schema, but I can't figure out what exactly to contribute to org.nuxeo.ecm.platform.types.TypeService. Here are the types: <doctype ...
0 votes
1 answers
3 comments
2243 views
Login and go to personal workspace Select a folder –> “Copy” and “Delete” are enabled Click folder to go into the folder Click “Back” button of the browser Select a folder “Copy"and “Delete” are not enabled Please give some idea for this
0 votes
0 answers
0 comments
1488 views
Hello, I would like to return JSON response from WebEngine with something like : @Produces("application/json")
@GET
@Path("/json")
public Customer getCustomer(@PathParam("customerId") String id) { return new Customer("John", "Doe");
} This throws a ...
0 votes
0 answers
0 comments
1702 views