Well, it's failing now because it can not find the java-sender artifact ;) 


On Tue, Jun 18, 2013 at 9:01 AM, Matthias Wessendorf <matzew@apache.org> wrote:
still the failure, (both: AeroGear-iOS 1.0.1 (AFN 1.0.RC1) + the branch going to AFN 1.2.1




On Tue, Jun 18, 2013 at 8:50 AM, Sebastien Blanc <scm.blanc@gmail.com> wrote:
Oups,
I should not push code at 1 am ;)
Should be okay now
Seb



On Tue, Jun 18, 2013 at 8:30 AM, Matthias Wessendorf <matzew@apache.org> wrote:



On Tue, Jun 18, 2013 at 12:56 AM, Sebastien Blanc <scm.blanc@gmail.com> wrote:
Hi Corinne,
On a route you can set different consumers ( http://aerogear.org/docs/guides/aerogear-controller/mediatypes.html ) , I've updated the Route on Prodoctor and now it seems to work. I can not reproduce your ios example here on my fedora box but this curl works now :

curl -v -b cookies.txt -c cookies.txt -H "Accept: application/json" -H "Content-type: application/json; charset=utf-8" -X POST -d '{"loginName": "john", "password":"123"}' http://localhost:8080/prodoctor/login

Update the repo and give it a try ! 


please push this type:

import org.aerogear.prodoctor.config.CustomConsumer;


it's missing and the build is failing 


 

Seb



On Mon, Jun 17, 2013 at 10:47 PM, Corinne Krych <corinnekrych@gmail.com> wrote:

Hello Guys

Writing code for ProDoctor demo, on client side, I'm using Xcode template for AGPush which is based on AFNetworking 121

When doing my login request in iOS I bumped into the issue of having content type set to "application/json; charset=utf-8" whereas on routes (backend) only "application/json" is set which causes this exception:

[application/json].': java.lang.RuntimeException: AG_CONTROLLER000012: No Consumer found for Parameter: 'Parameter[type=ENTITY, type=class org.aerogear.prodoctor.model.SaleAgent]'. The registered Consumers were: '[JsonConsumer[mediaType=application/json]]'. Please add a Consumer for one the media types supported by the route: [application/json].

at org.jboss.aerogear.controller.util.ParameterExtractor.getConsumer(ParameterExtractor.java:152) [aerogear-controller-1.0.1.jar:1.0.1]

at org.jboss.aerogear.controller.util.ParameterExtractor.extractArguments(ParameterExtractor.java:70) [aerogear-controller-1.0.1.jar:1.0.1]


I think we should support both  "application/json; charset=utf-8" and  "application/json". /shall we open a JIRA on AeroGear Controller to support both?


wdyt?


Corinne



_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev


_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev



_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev


_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev



--
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev