Skip to content
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

Open
chamerling opened this issue Jun 26, 2013 · 11 comments
Open

Unsubscribe does not work in play.gov #58

chamerling opened this issue Jun 26, 2013 · 11 comments

Comments

@chamerling
Copy link
Contributor

Looks like play.gov/subscriptions#unsubscribe operation does not work. Need to check logs on the server side.

@ghost ghost assigned chamerling Jun 26, 2013
@chamerling
Copy link
Contributor Author

TODO : Check in which component (REST API, WSN, DSB, ...)

@chamerling
Copy link
Contributor Author

@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)

@stuehmer
Copy link
Member

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.

@chamerling
Copy link
Contributor Author

OK so this is for play.me webapp. I will investigate what's wrong and add more traces to the REST service

@chamerling
Copy link
Contributor Author

Looks like this is a bug in the REST API and not in the play.me webapp

@stuehmer
Copy link
Member

Yes

@stuehmer
Copy link
Member

By the way, for my install 9001 is PLAY.gov (following your defaults from Git)

@chamerling
Copy link
Contributor Author

OK, so let's switch back to play.gov. Need to debug the server side :$

@stuehmer
Copy link
Member

Now it seems to work (except for the classcast exception when launching all Boot Subscriptions). Strange.

Please add the traces, will help in future

@stuehmer
Copy link
Member

duplicate of #4 ?

@chamerling
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants