nuxeo-ide
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
I have created my own document type with my own schema using Nuxeo Studio. I have defined Creation and Edit Layouts. My document is extended from Nothing but it inherits dublincore schema :( Now I want to get rid of this default schema as I have my ...
0 votes
1 answers
4 comments
2497 views
We have changed nuxeo plugin folder structure a bit. Now the hierarchy goes like this: project | bin (it contains our nuxeo jar build scripts) | config (our plugin configuration files) |_ plugin (now this is the folder where the actual nuxeo plugin ...
0 votes
1 answers
3 comments
2403 views
Hi, I have created an user action button that needs to be displayed only for a document when under a certain folder and when the document is in “approved” state. I cannot use the STARTSWITH within the query because while the folder name is defined ...
0 votes
1 answers
0 comments
2432 views
Hi, I have created a new layout which replaces the Edit screen when the document is in a certain state in the lifecycle. Submitting this form once again changes the state of the document. However I am unable to see how to store the data from the ...
0 votes
0 answers
4 comments
2208 views
I've looked and haven't found another “answer” that addresses this issue. I've created a custom automation operation with Nuxeo IDE. The custom operation has several classes, singletons, etc. and generates logs. The custom operation will update and ...
0 votes
0 answers
0 comments
1576 views
Hello, Thanks to the help provided at http://answers.nuxeo.com/questions/2205/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a-workflow by @bjalon, I was able to move ahead and create a layout in Nuxeo Studio. This layout is to ...
0 votes
1 answers
2 comments
3030 views
hello, I am looking to get an instance of the svn repo svn co http://svn.nuxeo.org/nuxeo/sandbox/iansmith/book/lesson-bundle but it makes me the following error message: svn: E175011: Unable to connect to a repository at URL ...
0 votes
2 answers
0 comments
2394 views
I found several JVM's running on my CENTOS Linux system and I think it's from exiting Eclipse without first stopping the Nuxeo/Tomcat server process. Is this correct operation? If I restart Eclipse, then restart the Nuxeo/Tomcat server do I get two ...
0 votes
1 answers
1 comments
1519 views
It seems I have lost the ability to update my custom automation operations. I get the error in the log below. POPBESState is an operation that was generated via the IDE and now will not update. I've tryed deleting the Studio bundle from the running ...
0 votes
1 answers
3 comments
1781 views
I'm getting a null pointer for the stack value in the PushBESState method. See below Background: I'm attempting to implement a stack which will be available during a long running SEAM conversation. I want to be able to backtrack through the ...
0 votes
1 answers
0 comments
3659 views
I'm attempting to implement a stack which will be available during a long running SEAM conversation. I want to be able to backtrack through the lifecycle states of a document and I'm using the stack to store the previous N states as Strings. The ...
0 votes
2 answers
0 comments
2387 views
I installed the Nuxeo IDE on Eclipse Helios. Installation went smoothly. Server starts and I can log into Nuxeo running under Eclipse without a problem. I updated the running server with changes from Studio without an issue. However, when I try to ...
0 votes
3 answers
2 comments
3205 views
I saw this article but in nuxeo ide I do not know how to do that. For me is helpful this capabilities on development time
0 votes
1 answers
2 comments
1312 views
hi, i m trying to extends all my documents with a new directory item (which looks like Subjects) and get rid of Coverage one. so, i choose a custom dublincore schema that override default one, making a widget and extends the layout…but i get errors, ...
1 votes
1 answers
4 comments
4704 views
hi, i m trying to enable another navigation tree. for the moment, my contribution looks like this : i declared a schema to hold my query target=“org.nuxeo.ecm.core.schema.TypeService” point=“schema” create a document LocationSearch ...
0 votes
1 answers
6 comments
2788 views
hi, i m practicing with nuxeo sdk and try to register a new schema like explained here http://doc.nuxeo.com/display/NXDOC/Document+types . Unfortunatly, each time, i encounter the following error : ERROR [org.nuxeo.ecm.core.schema.XSDLoader] ...
0 votes
1 answers
8 comments
3458 views
La navigation virtuelle - le cinq icones au dessus de la navigation, sont desactivées lorsque je lance le sdk, c'est un comportement normal ? – my setup ubuntu 64 eclipse indigo sr1 nuxeo cap 5.5 tomcat sdk
0 votes
1 answers
0 comments
1470 views
My OS is Windows XP and I use new installed eclipse Indigo with Nuxeo IDE plugin, nuxeo 5.5 tomcat SDK. I have a plugin with some seam annotated beans, new Nuxeo Document Object named Sculpture is declared in it. When that plugin is build with maven ...
0 votes
1 answers
0 comments
2233 views
I'm attempting to build a bundle using the Nuxeo IDE. Everything seemed to install and configure correctly, however when I manually try to run maven on the POM file I get and error about maven looking for an assembly.xml file. I have not been able ...
0 votes
1 answers
0 comments
4277 views
I have a document I can view with the shell distributed with DM using the cat -all command. However, the same document in the same repository throws an exception on the a time field of the form:2011-11-18T23:05:33Z when viewed with the shell ...
0 votes
1 answers
0 comments
1381 views
Just upgraded to the latest IDE and the update ran fine. However, when I jarred my project and started my dev server I was greeted with a strange error (although all the functionality of my plugin appears to work properly). The message I get is ...
0 votes
1 answers
1 comments
1743 views
I've been using JSF facelets autorefresh and JBoss Seam hot reload to provide some hot reload abilities but I've read that Nuxeo IDE is able to hot reload bundles. Are there any limitations and how can we do it using Ant or Maven ?
1 votes
2 answers
6 comments
3126 views