nuxeo-ide
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