nuxeo-ide
Hi , i want to use Nuxeo As Development, And want to create Document, Permission… Etc.. Without Using Nuxeo Studio. and by writing My Own Code? How it is possible?
0 votes
0 answers
0 comments
1393 views
Hi, I have install Nuxeo on eclips, so when i start NXserver it may go to a url Where a login screen, i login as a administrator, there are more opetion, but i want to add my own permission , instead og given, Can it possible and How?\ Please Reply ...
0 votes
0 answers
1 comments
1256 views
Hello, I'm a newbie in Nuxeo IDE and try to export an operation with Eclipse. The operation exported is visible in my “registry” on connect and I can call it in an automation chain Nevertheless, when I call the automation chain I got the message: An ...
0 votes
5 answers
1 comments
4108 views
Hello, I'm trying to create a custom operation for the first time with nuxeo IDE. This operation aims to duplicate current workspace hierarchy as a section hierarchy in the parent domain. With provided studio operations, i managed easily to create a ...
0 votes
1 answers
3 comments
2224 views
Hi, I developed a site “WebEngine” which gives access to a specific document type in Nuxeo with a url like “http://localhost:8080/nuxeo/site/depfile/a0454535-107a-43ee-9c4d-75a392d73b85/“. I would like to override the security rights that anyone can ...
0 votes
0 answers
0 comments
1740 views
Hi, I've seen some examples from the Nuxeo source , where the deployment is done within the test methods through deployContrib (…) (old testing framework?). I would like to do the same using annotations on per method base. Or is it by design to ...
0 votes
1 answers
0 comments
2076 views
Hi, I need to step through Nuxeo add-ons. Is there any maven support to target additional source-file-JARs for these add-ons? Currently I'm creating these JARS manually and move them to the Nuxeo sdk directory. Using Nuxeo sources as Eclipse source ...
0 votes
0 answers
0 comments
1669 views
I am trying to implement a version of the code outlined in this blog . My goal is to read a .msg (a mail message saved from Outlook) file placed in Nuxeo via webDAV and store it, within Nuxeo, in a Nuxeo JSF readable and indexable format using the ...
0 votes
1 answers
1 comments
3372 views
I want to fetch different form field values before hitting the save button, so that i can do some validations. I know that we can bind a Validator to a form field, but how can i get different form field values in this validator method? ie. i have ...
0 votes
1 answers
1 comments
2568 views
I have an Action Seam Bean and a list of the currently selected documents called selectedDocs My button cycles the list and changes the icon of the documents in this way: for (DocumentModel selectedDoc : selectedDocs) { ...
0 votes
2 answers
2 comments
2067 views
This is the problem: let's say I create a Workspace called “lalala”. Now I run my code DocumentModel lalalaWs = new DocumentModelImpl(“/default-domain/workspaces/“, “lalala”, “Workspace”);
if (!documentManager.exists(lalalaWs.getRef())) { ...
0 votes
1 answers
2 comments
1537 views
I set up eclipse on a windows 7 machine with the 5.6 tomcat release of nuxeo. I created a fresh new workspace. I'm using java 1.6.0_37 to run the server. I installed the latest stable version of Nuxeo IDE. I've created a Nuxeo Plugin Project using ...
0 votes
2 answers
21 comments
2926 views
I want to programatically populate Complex Multivalued Fields using Nuxeo Coresession object. How do we access the subfield in the below case? Questions Question1 Answer1 Question2 Answer2
0 votes
1 answers
2 comments
6369 views
Hi All, how can we get Parent ID of vocabulary field, if have the child label? Regards, ND
0 votes
1 answers
1 comments
2540 views
Hi, I developed several tests but those tests run with my sdk 5.5 but not with 5.6. This message is displayed in my console log: 11:24:20,634 INFO [OSGiRuntimeService] Configuration: host application: null
11:24:20,929 INFO [SimpleThreadPool] Job ...
0 votes
1 answers
0 comments
2703 views