05-13-2013 11:39 AM
Hello,
I'm a newbie in Nuxeo IDE and try to export an operation with Eclipse.
Nevertheless, when I call the automation chain I got the message: An error occured while executing the chain / No operation was bound on ID
Do you know why ?
thanks
05-13-2013 12:56 PM
Hi,
Adding the jar in nxserver/plugins should do it. Make sure you have restarted your server. If you want to know what operations are available on your server, I suggest you go to http://localhost:8080/nuxeo/site/automation/doc/
It displays the list of deployed operations.
05-28-2013 01:43 PM
Thank you very much,
I don't really know why? (./nuxeoctl console ???)
thanks
03-14-2014 06:18 AM
I have the same problem
My .jar is in nxserver/plugins, but i have the message : No operation was bound on ID ?
Any help thanks
03-14-2014 06:50 AM
Hi,
The jar created by mvn install is not working, but the one created by IDE (Nuxeo > export jar) is working. Do you how to fix maven to produce the same jar ?
Thanks
03-14-2014 07:11 AM
I solved the problem. You have to update pom file, to generate a jar with the right META-INF.MF. Use jar plugin with this config :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
...
<configuration>
<archive>
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
...
Maybe nuxeo could add this to Nuxeo documentation.
03-17-2014 06:16 AM
ok thank you very much
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.