• 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

Jibx2Wsdl Error : No way to handle type 'java.lang.Object'

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

I am trying to run Jibx2Wsdl target through my build.xml (Ant target). I have a class which has an attribute of type java.lang.Object. When i execute, i get below error. How can I handle this ?
Please help.



Error Log:
[java] Exception in thread "main" java.lang.IllegalStateException: No way to handle type 'java.lang.Object'
[java] at org.jibx.binding.generator.BindingGenerator.expandReferences(BindingGenerator.java:185)
[java] at org.jibx.binding.generator.BindingGenerator.expandReferences(BindingGenerator.java:188)
[java] at org.jibx.binding.generator.BindingGenerator.findReferences(BindingGenerator.java:938)
[java] at org.jibx.binding.generator.BindingGenerator.generateSpecified(BindingGenerator.java:1064)
[java] at org.jibx.ws.wsdl.Jibx2Wsdl.generate(Jibx2Wsdl.java:484)
[java] at org.jibx.ws.wsdl.Jibx2Wsdl.main(Jibx2Wsdl.java:584)
 
When it is used for evil, then watch out! When it is used for good, then things are much nicer. Like this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic