nuxeo-ide
Hi, I created one document the type (MissionNotification in Studio) with Extends = Document and Category = Miscellaneous, this document will be created when the other Document change the life cycle. For this, I created an EventHandler with the code ...
0 votes
0 answers
1 comments
2996 views
Hi, Guys I created a EventListener to capture the attributes of a task when submitted, I managed to capture when the document type is equals DocumentRoute Example: Serializable sml = doc.getPropertyValue(“var_ReportCreatedWorkflow:reports”); ...
0 votes
2 answers
2 comments
1775 views
Bonjour, je dois réaliser une petite application qui sert à la numérisation directe de fichier à partir d'un Scanner et je dois par la suite enregistrer ce fichier dans Nuxeo. J'ai pensé que SOA ou ESB résolvent le problème pour connecter les deux ...
0 votes
1 answers
1 comments
2338 views
Hi, I have a class called MissionEventHandler, that is called by an event of the delete button in the listing in page. Here is a part of my code: public void handleEvent(Event event) throws ClientException { EventContext ctx = event.getContext(); if ...
0 votes
0 answers
2 comments
3325 views
When i create a new custom schema , where it is stored in db? Can i find it and find the relations of my schema with other tables?
0 votes
1 answers
1 comments
1864 views
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
1702 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
1517 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
2043 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
2380 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
1690 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
2900 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
1544 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
1813 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
1991 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
1829 views