Hello,

I'm new to the Tool Jibx2Wsdl, so please be patient with me.

I took the Standard "example1" = BookServer1 and I was able to generate a
WSDL File from it. 

Then i just added this simple line to the book.java Class (along with the
import):

private HashMap m_bookMap;

and i got this error when i tried to generate the WSDL File: 

     [java] Exception in thread "main" java.lang.IllegalStateException: No
way to handle type 'java.util.HashMap'
     [java]     at
org.jibx.binding.generator.BindingGenerator.expandReferences(BindingGenerato
r.java:191)
     [java]     at
org.jibx.binding.generator.BindingGenerator.expandReferences(BindingGenerato
r.java:194)
     [java]     at
org.jibx.binding.generator.BindingGenerator.findReferences(BindingGenerator.
java:983)
     [java]     at
org.jibx.binding.generator.BindingGenerator.generateSpecified(BindingGenerat
or.java:1122)
     [java]     at org.jibx.ws.wsdl.Jibx2Wsdl.generate(Jibx2Wsdl.java:484)
     [java]     at org.jibx.ws.wsdl.Jibx2Wsdl.main(Jibx2Wsdl.java:588)

what is the problem? why is this happening?

i also added a getter and setter methods and I tried to add the parameter 
<arg value="-x"/>
<arg value="com.sosnoski.ws.library.jibx2wsdl.Book"/>

but always got the same error. What's wrong?

i would appreciate any help.

With many Thanks in advance.

Reza


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to