Hi guys
I’m preparing my talk for MobileConf this weekend and would like to talk about push. I tried to use Java Sender, but, I’m a little confuse. The documentation say:
- use
but this method dosen’t exist.defaultJavaSender.send(unifiedMessage);
- I think the correct is sendTo or broadcast, but if I try use it I get[2]
Caused by: java.lang.NoClassDefFoundError: org/codehaus/jackson/map/ObjectMapper at org.jboss.aerogear.unifiedpush.SenderClient.transformJSON(SenderClient.java:205) [unified-push-java-client-0.2.2.jar:0.2.2]
- Documentation is not clear for me where I need add[2] JBoss workaround in standard.xml.
- Can I add it anywhere within the server tag?
[1] https://github.com/aerogear/aerogear-unifiedpush-java-client
[2] https://gist.github.com/danielpassos/f6d733197b995156722c
[3] https://github.com/aerogear/aerogear-unifiedpush-java-client#known-issues
_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev