nuxeo-ide
Hi, I'm a big fan of IntelliJ and any JetBrains development environment, so I'd prefer to use it as my go to IDE. However, I notice that Eclipse is more mature in regards to Nuxeo. Has anyone here worked with both development environments? Which do ...
0 votes
1 answers
2 comments
2144 views
Hello, I have some bundles with Action Beans, and I was using Nuxeo 7.2 with the IDE to develop, without problems. But now I've decided to use Nuxeo 7.10 as it is the LTS version, and I've seen that when I hot reload the bundles with Action Beans, ...
0 votes
1 answers
8 comments
2905 views
I'm using Nuxeo IDE and I'm looking for a way to show or hide a field based on a drop down list value For example Drop down list values : A ; B If the Drop down list value is A the field should be hidden ; if the value is B the field should be ...
0 votes
3 answers
0 comments
4552 views
Hi ! I have recently made the update from Nuxeo 5.8 to Nuxeo 6.0. Before that when I changed of tab on the virtual navigation, I was redirected to the root document of the tree. To do that I overriden the tree_explorer_with_virtual_navigation.xhtml ...
0 votes
1 answers
0 comments
1970 views
I have created some custom types which contain some fiels in addtion to title (dc:title) and description (dc:description) ; now i want to make the description field hidden. I mean it will contain some data but i don't want it to be shown to users. ...
0 votes
1 answers
0 comments
2523 views
How can I limit the search results to only elements contained in the current folder. What I'm using now returns all the “accuse de reception” stored in DB. <contentView name="parent_accuse_de_reception_content"> ...
0 votes
1 answers
1 comments
2951 views
After I install Nuxeo IDE in Eclipse JEE Kelper, I add Nuxeo SDK as the instructions says In the Nuxeo SDK preference page (Eclipse Menu -> Window -> Preferences -> Nuxeo -> Nuxeo SDK), click on Add…. And some more infos about the ...
0 votes
0 answers
1 comments
10311 views
Is it possible to make joins with NQSQL without CMISQL? I'm using Nuxeo 6.0. I checked this post pretty old one, it says that it's not possible.
0 votes
1 answers
1 comments
2432 views
I have created the following document types: Bc,Bl,facture; they are all linked by the field num_bc. I created a local search by num_bc, my issue is that the search can results only one of the three document types but not all of them. here's what ...
0 votes
1 answers
1 comments
2739 views
How can I set a default value “0” in a text field on create mode. Here's what I've tried: <widget name="obsolete" type="text"> <labels> <label mode="any">Obsolete</label> </labels> ...
0 votes
1 answers
1 comments
3457 views
When I install Nuxeo IDE , Nuxeo SDK and Nuxeo platform 7.2 (I think it's necessary to install all these parts to develop software on Nuxeo). Then on the Nuxeo Sever tab I try to start the sever. Unluckily an dialogue box pops up showing the content ...
0 votes
1 answers
0 comments
2657 views
I created my own contribution to document types, my custom document type contains the following fields: Montant, client, date, mode de règlement ONLY but in render the field Title/Description are added. I don't know how to remove them.
1 votes
1 answers
0 comments
2370 views
Is there any way to accelerate the development process, whenever I modify an extension I should deploy it, copy the artifacts into Nuxeo and restart the server (Too slow) the whole process take so much time. Thank you.
0 votes
1 answers
0 comments
2259 views
I'm writing a layout contribution, I added a suggestOneDirectory widget named city but I don't know where can I change/add my own directoryName (instead of l10ncoverage) that contains the vocabulary of cities to be shown on the list. <widget ...
1 votes
1 answers
1 comments
3784 views
What's the difference between FT and LTS versions ? What should I chose FT 7.2 or LTS 6.0 ?
0 votes
1 answers
0 comments
2138 views
Hello! I have implemented a scheduler associated with an event. I would like to search documents inside it with the session. Unfortunately when I try to get the session from the event it returns null. There's the code of my scheduler: <?xml ...
0 votes
1 answers
2 comments
4786 views
Hey, I know there should be a way to create a new document type without using the Studio. Please let us know how to create a new document type using the Nuxeo IDE to create a new document type. Thanks & Regards, Mohamed
0 votes
1 answers
0 comments
4397 views
Hi, I've created a managed bean with JSF. My page xhtml is displayed. The first time, he enter in the constructor of my managedBean, but the currentDocument Object is null the first time. After, when he gets a field that I'm using in the xhtml, the ...
0 votes
0 answers
0 comments
1391 views
Following http://answers.nuxeo.com/questions/11246/how-to-add-a-new-field-to-relations we have made all the necessary steps to override a Seam component using Nuxeo IDE, but we have a problem when we try to deploy it: If we create a JAR (Nuxeo > ...
0 votes
0 answers
0 comments
2608 views
Hello, how be sure that a document (file) will not be modified during a workflow except by actors that can be group, so lock is not the good operation. I thought about store initial acls in a workflow variable to restore at the end but there is no ...
0 votes
0 answers
0 comments
1604 views
Hello all, my question is in subject. I need to create an action filter to hide a button when the current user is not the last contributor. I tried and other thinks without any success. Any idea ? Many thanks
0 votes
1 answers
0 comments
4169 views
Hello, I have created a new pageProvider in java which extends the CoreQueryDocumentPageProvider. My purpose is to find all the documents in the current document and the documents inside them on and on. This makes me using a recursive request. So I ...
0 votes
1 answers
0 comments
2318 views
Hello, I would like to add a user to a nuxeo group with an automation operation write in IDE. I try to do that with : String groupName="group"; String user="userlogin"; NuxeoGroup group = usermanager.getGroup(groupName); NuxeoPrincipal ...
0 votes
0 answers
2 comments
2295 views
Hi, I am running into this error below in Eclipse. I'm using SDK 6.0. This error shows right when I start Tomcat. I can't figure out how to fix this. I tried: Fresh SDK Fresh workspace Reload project Reinstall Nuxeo plugin No luck so far. Any idea ? ...
0 votes
1 answers
3 comments
3239 views
Hi, I've spent almost an hour trying to figure out why my config was not taken by my Tomcat running in eclipse. It actually loads nuxeo-sdk.conf and not nuxeo.conf. It is mentioned nowhere nor the Tomcat logs are showing what is being loaded. It ...
0 votes
1 answers
0 comments
1899 views
Hi, We were playing with the latest SDK 6.0 on Eclipse. Our existing Operation Class was working on 5.9.5 but is not being deployed correctly in 6.0. Thus the class is not found when the operation is triggered from the event. We created a brand new ...
0 votes
3 answers
0 comments
2163 views
Hi all, is there anybody know if it is possible and how to build a document creation layout with a wizard behavior (multi page form) ?
0 votes
2 answers
1 comments
1881 views
Hi, I'd like to know how to add a third party jar to a web engine project in nuxeo studio in order to have it found at runtime. I' done the tutorial for the webengine project and everythin was running fine. Then I wanted to add a third party jar ...
0 votes
1 answers
0 comments
2202 views
Hi i want to add some custom indexing to my document types. I don't find any example . http://doc.nuxeo.com/display/ADMINDOC/VCS+Configuration#VCSConfiguration-ExampleFile this link says “ This file is for illustration and contains many more options ...
0 votes
1 answers
0 comments
2027 views
Hello, Is it possible to customize nuxeo, using only nuxeo ide without using nuxeo studio? For example create a new document type, create a workflow, etc …. Documents always bring us back to nuxeo studio.
1 votes
3 answers
0 comments
6919 views
Hello, how do I disable some options WorkList? For example Paste in current folder , Export to XML
0 votes
1 answers
0 comments
2676 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
3214 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
1865 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
2528 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
5174 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
2035 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
2977 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
2557 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
2155 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
1604 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
2253 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
3101 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
1605 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
4777 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
2631 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
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