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