nuxeo-ide


Related Questions
when i use this code: CommandLineExecutorComponent commandLineExecutorComponent = new CommandLineExecutorComponent(); for (String command : commandLineExecutorComponent.getRegistredCommands()) { System.out.println(command); } for (String command : ...
  0 votes
  0 answers
  2 comments
  1607 views

Hello, Using nuxeo IDE, I've created a Document Adapter extending BusinessAdapter to be available in REST calls. If nuxeo server is launched from the IDE, then the adapter is not found from REST and raise : org.nuxeo.ecm.webengine.WebException: ...
  0 votes
  0 answers
  2 comments
  1451 views

Hi. I'm trying configure the Nuxeo Connect into Eclipse (with Nuxeo IDE plugin), but there is an error. I'm following these instructions http://doc.nuxeo.com/display/public/IDEDOC/Installing+Nuxeo+IDE I've installed Eclipse Keppler (I've tryed with ...
  0 votes
  1 answers
  2 comments
  1942 views

I am following this document to create a custom validation http://doc.nuxeo.com/display/Studio/Add+Field+Validation But i dont understand where and how to create a seam component ? I was able to create stand alone seam component myValidator bean , ...
  0 votes
  1 answers
  1 comments
  2283 views

hi, i did the same instruction in http://doc.nuxeo.com/display/public/NXDOC/How+to+implement+an+Action i put my .jar file in /nxsever/bundles/ and started the server. but i can't see the icon in the workspace !!!
  0 votes
  1 answers
  1 comments
  1601 views

I created a .jar file with maven project into eclipse ( Bundle ), I want import this bundle into Nuxeo server using Update Center .
  0 votes
  3 answers
  1 comments
  2811 views

http://localhost:8080/nuxeo/api/v1/doc doesnt work. I get this error “La page demandée est introuvable.” Other test like http://localhost:8080/nuxeo/api/v1/user/search?q=xxx give me the same error.
  0 votes
  1 answers
  1 comments
  1476 views

Hi, The latest Nuxeo IDE package installation seems to be broken. Using: Ubuntu 12.04 Eclipse 4.3 fresh install, no additionnal packages Nuxeo IDE comming from http://community.nuxeo.com/static/nuxeo-ide/stable/site/ The installation runs OK, only ...
  0 votes
  1 answers
  4 comments
  1713 views

I used the following blog to build an importer (http://www.nuxeo.com/blog/development/2012/03/monday-dev-heaven-multithreaded-transactional-documents-import-nuxeo/). This importer listens to a folder in which I can place files which are imported ...
  0 votes
  1 answers
  0 comments
  1891 views

Hi all i was wandering if there is a mechanism like operation chains that can be used directly in java. What i would like to do is not to call an existing operation chain from java but rather call a series of operations, like in a chain, directly in ...
  0 votes
  1 answers
  2 comments
  1749 views

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
  1837 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
  1838 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
  1676 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
  1380 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
  2319 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
  2235 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
  1239 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
  2087 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
  1395 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
  1835 views

Please let me know the process for the same.
  0 votes
  2 answers
  1 comments
  1609 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
  2210 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
  1579 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
  1459 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
  1662 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
  1311 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
  1182 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
  3984 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
  2126 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
  1666 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
  1967 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
  1590 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
  3241 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
  2471 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
  1983 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
  1462 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
  2817 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
  6257 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
  2431 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
  2595 views

When trying to customize the Footer of Nuxeo by following the blogpost from Laurent Doguin everything works as expected, when starting Nuxeo directly out of Eclipse. BUT: When exporting the addon to a jar, putting it in the plugins Folder and ...
  0 votes
  1 answers
  5 comments
  1865 views

Hi, I created a new operation through Nuxeo IDE with Parameters with Nuxeo Studio as following: @Operation(id = MyOperation.ID, category = Constants.CAT_SERVICES, label = "My Operation", description = "") public class MyOperation { public static ...
  0 votes
  1 answers
  0 comments
  1798 views

I'm having a problem with proper hot reload of my Nuxeo project. I am trying to adapt my workflow so I can do correct hot reload of the server in the project. I have not deployed anything do the bundles directory. All my components seems to load ...
  0 votes
  1 answers
  8 comments
  2032 views

Hi again, I've been working on a custom operation. Outside of a workflow, it works great. I attached to a button in the context tools, and it ran. Inside of the workflow, when attached to a form button or to the output operation of a node, Nuxeo ...
  0 votes
  1 answers
  0 comments
  1565 views

Hi, I had defined a document type in my nuxeo studio, this document has two fields: “begin time” and “end time”. I want to validate in the creation time, “begin time” is less than “end time”. I was reading this post: Cross validation with jsf But, ...
  1 votes
  1 answers
  1 comments
  2215 views

this question is related to my previous question http://answers.nuxeo.com/questions/4209/bind-a-content-view-definition-to-a-particular-action-seam but since it's a slightly different situation I'll post another one: I've created a fresh Action Seam ...
  1 votes
  0 answers
  0 comments
  1821 views

Excuse my extreme newbieness, Can someone explain me how can I define a Content View that activates only when I click a certain button in Nuxeo IDE? I've followed this page and defined a content view. http://doc.nuxeo.com/display/NXDOC/Content+views ...
  2 votes
  0 answers
  6 comments
  2156 views

Which is the workflow to define a content view using Nuxeo IDE (not Nuxeo Studio)?
  0 votes
  1 answers
  0 comments
  1535 views

Hello, Here is my_schema.xsd : <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://my_company/schemas/nuxeo/" xmlns:enacCommon="http://my_company/schemas/nuxeo/" ...
  0 votes
  1 answers
  2 comments
  3717 views

I'm learning how to use operations and chains. I used this nuxeo answer post as a reference: http://answers.nuxeo.com/questions/3596/filter-in-event-handler I tried to implement a simple Filter like this <operation id="Document.Filter" > ...
  0 votes
  0 answers
  0 comments
  1829 views