-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsubscribe does not work in play.gov #58
Comments
TODO : Check in which component (REST API, WSN, DSB, ...) |
@stuehmer can you check where you need it? It is implemented at the REST API level (org.ow2.play.governance.platform.user.service.rest.SubscriptionService#unsubscribe) |
on http://webapp:9001/subscriptions if I click "Unsubscribe" for a subscription I get a flash message " Subscription is removed in the background... " However, when I go back to http://webapp:9001/subscriptions it is still there. |
OK so this is for play.me webapp. I will investigate what's wrong and add more traces to the REST service |
Looks like this is a bug in the REST API and not in the play.me webapp |
Yes |
By the way, for my install 9001 is PLAY.gov (following your defaults from Git) |
OK, so let's switch back to play.gov. Need to debug the server side :$ |
Now it seems to work (except for the classcast exception when launching all Boot Subscriptions). Strange. Please add the traces, will help in future |
duplicate of #4 ? |
Probably. We need to manage subscriptions from the governance and not from the DSB. Calling the DSB directly will not register references into the database. |
Looks like play.gov/subscriptions#unsubscribe operation does not work. Need to check logs on the server side.
The text was updated successfully, but these errors were encountered: