Search:

Type: Posts; User: arun.rocky4; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    4,363

    Hi clark , As u mentioned in the thread , i...

    Hi clark ,

    As u mentioned in the thread , i am getting the exception because of deserialization issue.
    ant the exception is :

    Caused by: org.codehaus.jackson.map.JsonMappingException:...
  2. Exception while receiving List in Json (Andorid platform)

    Below is my rest service,

    1) @ResponseBody UserDetails getUserDetails(); and my UserDetails class is
    @XmlRootElement
    class UserDetails {
    String userName;
    //...
  3. thanks for ur reply. Now my application is...

    thanks for ur reply. Now my application is working fine. But i am facing problems gen\R.java in maven. Its getting generated in target\generated-sources\ folder. any idea ?
  4. dutchman , i have tried with maven and i got the...

    dutchman , i have tried with maven and i got the same error, here i am posting my pom.xml


    <dependencies>
    <dependency>
    <groupId>com.google.android</groupId>...
  5. I didnt used maven, but i got all these jars in...

    I didnt used maven, but i got all these jars in my build path
    commons-httpclient-3.1
    jackson-core-asl-1.6.1
    jackson-mapper-asl-1.6.1
    jersey-client-1.9-ea04...
  6. Exception in Spring Android with Spring Rest Template

    I am trying to access a rest webservice with Json,

    below is the code in Activity class which i am using to retireve the values

    List<HttpMessageConverter<?>> messageConverters = new...
Results 1 to 6 of 6