aspose file tools
The moose likes Web Services and the fly likes Jibx2Wsdl Error : No way to handle type 'java.lang.Object' Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Jibx2Wsdl Error : No way to handle type Watch "Jibx2Wsdl Error : No way to handle type New topic
Author

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

ravi singasani
Greenhorn

Joined: Mar 25, 2010
Posts: 6

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)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Jibx2Wsdl Error : No way to handle type 'java.lang.Object'
 
Similar Threads
Whats the best way ??
client side validation
Need help--how to add new attributes to the existing xml
Unable to trace the flow of programm
Replacing *.hbm.xml files with @Annotations.