• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Groovy: org.apache.bsf.BSFException: exception from Groovy: groovy.lang.MissingPropertyException: No

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am a newbie to Groovy and Java.

I have below Groovy code to hit an URL that returns the output in json format and convert to XML file.

When I use the $top and $skip parameters, (these parameters have to be used to fetch the next page of data) this code throws the below error.





Can anyone please help me to fix the error?

Thanks & Regards,
M Thiyagarajan

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic