nuxeo-ide


Related Questions
Hello, how do I disable some options WorkList? For example Paste in current folder , Export to XML
  0 votes
  1 answers
  0 comments
  2611 views

I want to know how to detect when a metadata has been modified. I want to compare the last number of version of the document and the working copy before I do Check In. When I modified some metadada (not a file) I want to increment minor version ...
  1 votes
  2 answers
  1 comments
  3120 views

Hello, Here's an example query that I need to run when you click the link in the Content tree (Image) and present the result of the query Views SELECT a.id, a.initiator, a.type , a.targetdocumentid, d.id, d.title, d.creator FROM dublincore d INNER ...
  1 votes
  0 answers
  2 comments
  1791 views

I have requirement where i need to cancel the my custom Work (sub class of AbstractWork) in The WorkManager i don't find any method for this specific requirement . What i need to to to implement this feature ? any suggestion will be help full. My ...
  0 votes
  1 answers
  1 comments
  2429 views

I have one senario in which we are using a custom class loader by extending the org.apache.catalina.loader.WebappClassLoader i have made the extending class singleton . I get an unexpected error while using the classLoader second time onwards First ...
  0 votes
  1 answers
  0 comments
  5085 views

I'm trying to create a custom query to return the related documents (Joins) in my worklist, so I need to use the “CMIS” standard to ride my Query. I am using the version (Nuxeo 5.8) there is already an plugin by default -> ...
  0 votes
  1 answers
  4 comments
  1955 views

Hi, I am using the SecurityPolicy class and overriding the checkPermission () method to define access to listing documents. This worked everything perfect. When I start Tomcat, the following is happening WARN: 2014-06-30 16:35:00,002 WARN ...
  0 votes
  1 answers
  2 comments
  2864 views

Hi, I'm using the UnrestrictedSessionRunner class to try to WRITE_SECURITY permission before saving a Document(Task) to a user who is not in the Admin group , the runUnrestricted () method returns a new session without the information we need to ...
  0 votes
  1 answers
  5 comments
  2486 views

org.eclipse.core.internal.resources.ResourceException: Resource '/webxml-s1000d1-8-exporter/target/devbundle/main/DeductedList.xsd' already exists. at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:320) at ...
  1 votes
  0 answers
  0 comments
  2072 views

Hello, I would like to know if there are some problems with local rights reverting inheritance rights. To simplify, we got 15 inheritance rights on lots of folders and then we revert 7 of them as “local rights” (not always the same, each rights are ...
  0 votes
  0 answers
  0 comments
  1544 views

Hello, I would like to know exactly what operations means : “Start once Nuxeo with noDDL set to false to update the database functions/procedures” in https://connect.nuxeo.com/nuxeo/site/marketplace/hotfixes/cap-5.8 thanks
  0 votes
  1 answers
  3 comments
  2179 views

I added a new schema following nuxeo documentation, defined the layout used to render this schema's document model but i keep getting this error on form submit: Conversion Error setting value '' for 'null Converter'.
  0 votes
  1 answers
  8 comments
  3042 views

Hi, We would like to implement an automated build pipeline that can push our custom plugins and extensions to Nuxeo Studio. I have found useful instructions for deploying to Studio using the Nuxeo IDE but could you please advise how to push changes ...
  1 votes
  1 answers
  0 comments
  1537 views

Hi there, I have followed the example for coding your first operation here: http://doc.nuxeo.com/display/public/NXDOC/Coding+your+first+operation I have deployed the operation successfully to Studio and created an automation chain with the following ...
  0 votes
  2 answers
  2 comments
  4672 views

I'm trying to create a plugin project, and I'm having trouble understanding how maven dependencies are supposed to work. My IDE is Eclipse Kepler with the Nuxeo IDE modules installed. I have Maven 3.2.1 installed and Eclipse is set to use that. I'm ...
  0 votes
  1 answers
  0 comments
  2535 views

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
  2917 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
  1703 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
  2249 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
  3230 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
  1801 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
  1616 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
  1456 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
  1952 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
  2293 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
  1609 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
  2820 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
  1480 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
  1718 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
  1904 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
  1755 views