Operation not visible into my unit test

I have created an operation in Java. Can I execute it from Nuxeo Shell? or how can I test it?

@Operation(id=“MyOperation”, category=Constants.CAT_EXECUTION, label=“MyOperation”, description=““)

I am typing “use automation” and then “MyOperation” but it doesn't find the operation. (I have also contributed the MANIFEST.MF)

0 votes

1 answers

1557 views

ANSWER

First thing you need is make sure your operation is correctly deployed on the server. Can you see it if you go to http://yourserver/site/automation/doc ?
12/13/2011



Finally I could test my operation. There was an error in the deployment. Thanks.

0 votes