nuxeo-ide


Related Questions
Bonjour J'ai installé les exemples “Cookbook” de la section “How to configure document types, actions and automation chains” ensuite j'ai configuré l'IDE pour travailler en Eclipse: mvn eclipse::clean mvn eclipse::eclipse j'ai aussi packagé le ...
  0 votes
  1 answers
  1 comments
  1841 views

Hello! I have create an operation on IDE and in some case it should send to user interface warning, message as in case of validation forms, i didn't find any way to do that? Thanks!
  1 votes
  1 answers
  0 comments
  1845 views

I'm trying to follow this tutorial: http://doc.nuxeo.com/display/Studio/Use+Content+Automation But I have an issue. I'm unable to find the “Automation Chains” option in the menu that it says to open. Under the “Automation” menu the only option ...
  0 votes
  1 answers
  0 comments
  1677 views

Hi, Is there an easy way to view the JavaDoc within Eclipse IDE other than browsing it in a browser? I tried to attach the location of Javadoc to nuxeo-core-5.6.jar but my IDE says “The current path belongs to container 'Nuxeo SDK' which does not ...
  0 votes
  1 answers
  1 comments
  1382 views

Hello, I need to use jquery-ui and his ressources for some JS components but i don't know how to add all css/js/json/png files from the downloaded zip file from the jquery-ui web site. Can i do that ? Thanks, Jeremy
  0 votes
  0 answers
  0 comments
  2325 views

Hi all! Problem: Can´t make the bundle chemistry work as expected. Detail all the steps to make this work: 1 - download de SDK 5.7.2. 2 - download the nuxeo chemistry project in github https://github.com/nuxeo/nuxeo-chemistry . 3 - change to ...
  0 votes
  1 answers
  1 comments
  2243 views

Do all of the following Eclipse downloads work with the Nuxeo IDE plugin and Nuxeo 5.7? Eclipse IDE for Java EE Developers Eclipse IDE for Java Developers Eclipse Standard (4.2 or 4.3)
  0 votes
  0 answers
  0 comments
  1243 views

Hello, Sometime i only have the possibility to add one type of document, It's possible to bypass the popup menu and directly move to the document creation layout ? If i can't, i think i have to do a User Action who do the job. Thanks
  0 votes
  1 answers
  0 comments
  2091 views

Hi, In my webengine site, I use a basic java/.ftl file instructions to generate a tree. My Java method : *public getViewTree(@PathParam(“index”) int index) { String sectionpath = path[index]; ctx.setProperty… … return getView(“tree”).arg(“doc”, new ...
  0 votes
  0 answers
  0 comments
  1400 views

Vous pouvez aussi me répondre en français… J'ai écris en anglais en passant avoir plus de chance d'être répondu! Newbie, how to add nuxeo sdk, can't find the folder with “bin” and “nxserver” as suggested in the documentation: ...
  0 votes
  0 answers
  2 comments
  1842 views

Please let me know the process for the same.
  0 votes
  2 answers
  1 comments
  1615 views

Bonjour, J'ai développé un plugin, qui utilise une librarie externe. J'ai placé cette librairie dans le répertoire nuxeo.war/lib/, et je peux déployer avec l'EDI. Mais quand je veux faire un export manuel, par “mvn clean install” ou par clic droit ...
  0 votes
  1 answers
  0 comments
  2218 views

Hi, I developed some jar library, and put it as user library in Nuxeo IDE. Now, when I update my library, and replace the previous one, the changes are not taken into account by the server (even though I restarted it). What should I do to force ...
  0 votes
  2 answers
  7 comments
  1584 views

Hi, Is it possible to create a user and manage their groups and permissions programatically? Plese tell me step By Step , Because i have study Api but i dont know How to use it
  0 votes
  2 answers
  0 comments
  1464 views

Hi How i get Nuxeo Service by java Code , and how i create new Documet Type By java Code. and What i have 2 Do ? Plese Reply ….. I want create my own Application by writing Some Code Plese Guide ME What i have 2 do?
  0 votes
  2 answers
  0 comments
  1674 views

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
  1319 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
  1186 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
  3996 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
  2131 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
  1672 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
  1979 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
  1596 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
  3253 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
  2486 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
  1987 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
  1468 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
  2826 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
  6263 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
  2439 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
  2604 views