05-13-2013 08: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
03-14-2014 04: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 03: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.