IllegalArgumentException: No matching constant for [-1] after upgrading from M4 to RC
I just upgraded from Spring for Android 1.0.0 M4 to RC1 and now I am gettting the following exception when trying to call my rest service the second time (first call works ok..):
Code:
java.lang.IllegalArgumentException: No matching constant for [-1]
03-08 18:23:09.204 D/UnoMobil( 584): at org.springframework.http.HttpStatus.valueOf(HttpStatus.java:380)
03-08 18:23:09.204 D/UnoMobil( 584): at org.springframework.http.client.SimpleClientHttpResponse.getStatusCode(SimpleClientHttpResponse.java:49)
03-08 18:23:09.204 D/UnoMobil( 584): at org.springframework.web.client.DefaultResponseErrorHandler.hasError(DefaultResponseErrorHandler.java:46)
03-08 18:23:09.204 D/UnoMobil( 584): at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:457)
03-08 18:23:09.204 D/UnoMobil( 584): at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:419)
03-08 18:23:09.204 D/UnoMobil( 584): at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:395)
03-08 18:23:09.204 D/UnoMobil( 584): at no.asp.as.unomobil.services.rest.DeliveryService.getDeliveries(DeliveryService.java:38)
03-08 18:23:09.204 D/UnoMobil( 584): at no.asp.as.unomobil.tasks.DeliveryListTask.doInBackground(DeliveryListTask.java:56)
03-08 18:23:09.204 D/UnoMobil( 584): at no.asp.as.unomobil.tasks.DeliveryListTask.doInBackground(DeliveryListTask.java:23)
03-08 18:23:09.204 D/UnoMobil( 584): at android.os.AsyncTask$2.call(AsyncTask.java:252)
03-08 18:23:09.204 D/UnoMobil( 584): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
03-08 18:23:09.204 D/UnoMobil( 584): at java.util.concurrent.FutureTask.run(FutureTask.java:137)
03-08 18:23:09.204 D/UnoMobil( 584): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1081)
03-08 18:23:09.204 D/UnoMobil( 584): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:574)
03-08 18:23:09.204 D/UnoMobil( 584): at java.lang.Thread.run(Thread.java:1020)
What am I missing?
Regards,
BTJ
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"