• 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

wsimport giving [WARNING] Current configuration of the parser doesn't allow a maxOccurs

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


while generating jar using wsimport command I am getting below warning,I was wondering if it is just a warning or the compiler does restrict my classes generated to 5000

parsing WSDL...

[WARNING] Current configuration of the parser doesn't allow a maxOccurs attribute value to be set greater than the value 5,000.

I am using JDK 1.7 I know if I change maxOccurs to outbound it will work but can anyone help me out to fix this one like adding some lines in xjb or additional parameter in wsimport tool.

I tried -B-nv still warning pops up in the command prompt.

Is it just warning or it really restricts the generated class files.
 
Are you okay? You look a little big. Maybe this tiny ad will help:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic