nuxeo-ide


Related Questions
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
  2409 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
  2322 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
  2343 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
  2130 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
  1517 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
  2932 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
  2317 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
  1446 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
  1715 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
  3580 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
  2292 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
  3085 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
  1260 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
  4603 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
  2695 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
  3396 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
  1404 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
  2151 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
  4134 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
  1324 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
  1663 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
  3046 views