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

NoSuchMethod-Exception in WNSService() Constructor #16

Open
mglmgl opened this issue May 10, 2016 · 0 comments
Open

NoSuchMethod-Exception in WNSService() Constructor #16

mglmgl opened this issue May 10, 2016 · 0 comments

Comments

@mglmgl
Copy link

mglmgl commented May 10, 2016

Hi

i'm using java-wns version 1.2.
I get the following exception while sending a WNS-Notification:

java.lang.NoSuchMethodError: org.codehaus.jackson.map.ObjectMapper.constructType(Ljava/lang/reflect/Type;)Lorg/codehaus/jackson/type/JavaType;
at org.codehaus.jackson.jaxrs.JacksonJsonProvider.readFrom(JacksonJsonProvider.java:419)
at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:553)
at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:506)
at ar.com.fernandospr.wns.client.WnsClient.refreshAccessToken(WnsClient.java:71)
at ar.com.fernandospr.wns.client.WnsClient.(WnsClient.java:40)
at ar.com.fernandospr.wns.WnsService.(WnsService.java:38)

@mglmgl mglmgl changed the title NoSuchMethod-Exception in WNSService.init() Method NoSuchMethod-Exception in WNSService() Constructor May 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant