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