cancel
Showing results for 
Search instead for 
Did you mean: 

Operation not visible into my unit test

hgonzalez_
Confirmed Champ
Confirmed Champ

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)

1 ACCEPTED ANSWER

hgonzalez_
Confirmed Champ
Confirmed Champ

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

View answer in original post

2 REPLIES 2

Laurent_Doguin
Star Collaborator
Star Collaborator

First thing you need is make sure your operation is correctly deployed on the server. Can you see it if you go to http

hgonzalez_
Confirmed Champ
Confirmed Champ

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