nuxeo-ide


Related Questions
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
  4679 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
  4324 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
  1330 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
  2517 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
  1538 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
  4092 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
  2242 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
  2188 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
  3129 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
  1822 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
  2061 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
  1805 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
  2131 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
  1968 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
  6825 views