nuxeo-ide


Related Questions
When trying to customize the Footer of Nuxeo by following the blogpost from Laurent Doguin everything works as expected, when starting Nuxeo directly out of Eclipse. BUT: When exporting the addon to a jar, putting it in the plugins Folder and ...
  0 votes
  1 answers
  5 comments
  1951 views

Hi, I created a new operation through Nuxeo IDE with Parameters with Nuxeo Studio as following: @Operation(id = MyOperation.ID, category = Constants.CAT_SERVICES, label = "My Operation", description = "") public class MyOperation { public static ...
  0 votes
  1 answers
  0 comments
  1876 views

I'm having a problem with proper hot reload of my Nuxeo project. I am trying to adapt my workflow so I can do correct hot reload of the server in the project. I have not deployed anything do the bundles directory. All my components seems to load ...
  0 votes
  1 answers
  8 comments
  2132 views

Hi again, I've been working on a custom operation. Outside of a workflow, it works great. I attached to a button in the context tools, and it ran. Inside of the workflow, when attached to a form button or to the output operation of a node, Nuxeo ...
  0 votes
  1 answers
  0 comments
  1631 views

Hi, I had defined a document type in my nuxeo studio, this document has two fields: “begin time” and “end time”. I want to validate in the creation time, “begin time” is less than “end time”. I was reading this post: Cross validation with jsf But, ...
  1 votes
  1 answers
  1 comments
  2328 views

this question is related to my previous question http://answers.nuxeo.com/questions/4209/bind-a-content-view-definition-to-a-particular-action-seam but since it's a slightly different situation I'll post another one: I've created a fresh Action Seam ...
  1 votes
  0 answers
  0 comments
  1914 views

Excuse my extreme newbieness, Can someone explain me how can I define a Content View that activates only when I click a certain button in Nuxeo IDE? I've followed this page and defined a content view. http://doc.nuxeo.com/display/NXDOC/Content+views ...
  2 votes
  0 answers
  6 comments
  2242 views

Which is the workflow to define a content view using Nuxeo IDE (not Nuxeo Studio)?
  0 votes
  1 answers
  0 comments
  1602 views

Hello, Here is my_schema.xsd : <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://my_company/schemas/nuxeo/" xmlns:enacCommon="http://my_company/schemas/nuxeo/" ...
  0 votes
  1 answers
  2 comments
  3816 views

I'm learning how to use operations and chains. I used this nuxeo answer post as a reference: http://answers.nuxeo.com/questions/3596/filter-in-event-handler I tried to implement a simple Filter like this <operation id="Document.Filter" > ...
  0 votes
  0 answers
  0 comments
  1924 views

I have a running v5.6 instance. I have updated my studio customizations and I have created a .jar file, in Eclipse, of my custom Java actions etc. I placed the custom .jar file in the $Nuxeo_Home/nxserver/plugins directory. I checked inside the .jar ...
  0 votes
  1 answers
  1 comments
  2695 views

Is there a way to fetch a part of a document (eg. a particular set of metadata) using NXQL search?
  0 votes
  1 answers
  0 comments
  2524 views

I have Nuxeo v5.6 SDK using IDE working with Eclipse Juno. I wanted to add the Collaboration package to the Nuxeo running under the IDE on Eclipse. The Nuxeo Collaboration package or hotfixes would not install when the SDK v5.6 tomcat image was ...
  0 votes
  2 answers
  0 comments
  2228 views

Can anyone explain in simple words what is the purpose of a DocumentTranslationMap ? http://community.nuxeo.com/api/nuxeo/release-5.6/javadoc/org/nuxeo/ecm/core/io/DocumentTranslationMap.html
  0 votes
  0 answers
  0 comments
  1353 views

Hello, I installed nuxeo IDE in my Eclipse Indigo Service Release 1 with the help of doc.nuxeo.org Now, when I start nuxeo server with Eclipse, i have an error that doesn't exist when I start the server with the command ./nuxeoctl start directly. I ...
  1 votes
  1 answers
  0 comments
  2029 views

For example, I would like to have a different colour for all rows having the same version number or contributor in the list. How could I customise the style (css) of the content view list?
  0 votes
  1 answers
  2 comments
  1701 views

I would like to override the footer for instance with my xhtml fragment. I try to create my own theme and deploy it, but doesn't work <?xml version="1.0"?> <fragment version="1"> <install> <unzip from="${bundle.fileName}" to="/" ...
  0 votes
  2 answers
  5 comments
  2373 views

I have been using the nuxeo-sample-project to exercise Nuxeo IDE development and hot-deployment. While doing so, I have encountered some gotchas which I have listed below. The Nuxeo and Maven2 natures do not coexist well. I needed to remove the ...
  0 votes
  1 answers
  1 comments
  2023 views

Trying to backport the RunOperationOnList automation operation to 5.4.2, i m meeting a casting problem : for (Object value : (Collection<?>) ctx.get(listName)) raises a Ljava.lang.String; cannot be cast to java.util.Collection Exception. it is ...
  0 votes
  3 answers
  0 comments
  1791 views

When writing unit tests you have to explicitly choose which bundles to deploy whereas in Nuxeo you just have to specify immediate dependencies. So, is there an easy way to get a list of bundles needed to run any given test or it's just common sense ...
  0 votes
  1 answers
  0 comments
  1923 views

I get these errors when I start the nuxeo 5.6 sdk in Eclipse. I've configured nuxeo to use an existing PostgreSQL database and pointed the configuration parameter nuxeo.data.dir to the binaries associated with the PG database. Yes, the existing ...
  0 votes
  0 answers
  0 comments
  1559 views

Is there a recommend distribution of v5.6 to use with the Nuxeo IDE?
  0 votes
  1 answers
  0 comments
  1473 views

Hi @ all, I'm tring to create a document with name like “abc / 2323” with following code: nuxeosession.newRequest("Document.Create").setInput(new PathRef(pathtoworkspace)).set("type", "File").set("name", namewithslash).set("properties", ...
  0 votes
  0 answers
  0 comments
  2476 views

Hi, I use eclipse Juno release together with the Nuxeo IDE plugins. I am developing with java 7 and the OS is Windows 7. When I try to start the Nuxeo server from the Nuxeo Server view, sometimes it is possible to start the server but often I have ...
  0 votes
  2 answers
  4 comments
  4615 views

Hi, I've browsed many pages in the documentation and in the forum, but I did not really find what I am looking for. I am fairly new to Nuxeo and want to build different plugins to extend the platform. For that I installed Nuxeo IDE together with the ...
  0 votes
  1 answers
  1 comments
  3426 views

Still trying to access the list of selected docs in sections : the action category for my button is CURRENT_SELECTION_SECTIONS_LIST the “Selection is not empty” has been replaced by a custom EL ...
  0 votes
  1 answers
  4 comments
  1975 views

Hello, This is realy strange, after working for some time the nuxeo server start command in ecplise doesn't work anymore. Console output: === Starting Nuxeo Server === === Nuxeo Server Started === and it happens in a second or so, the server is not ...
  0 votes
  1 answers
  5 comments
  2321 views

I create a Nuxeo project through Nuxeo IDE. I start my server and add my project into the deployment configuration I synchronize Problem: When I my code try to fetch the service I have a ClassCastException on the adapter.cast().
  0 votes
  1 answers
  0 comments
  1366 views

Would someone please point me to document/tutorial that starts with a Studio/IDE based addition to Nuxeo DM and deploys the same to a separate test server running Tomcat/Nuxeo? I have Nuxeo IDE working with the server system started via eclipse. I ...
  1 votes
  2 answers
  1 comments
  2513 views

if i compile my project in jar and place it on server in plugins folder it works. but if i select my project to deploy in Nuxeo Server view, it doesn't work. i see in dev.bundles path to my bin\main folder
  -1 votes
  0 answers
  5 comments
  1517 views