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