java.lang.IllegalStateException: No way to handle type java.lang.Object

View: New views
1 Messages — Rating Filter:   Alert me  

java.lang.IllegalStateException: No way to handle type java.lang.Object

by jb01986 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi -

I can't understand this exception when I run Jibx BindGen. I do not have any class member in my class MyProfile with the type java.lang.Object. This exception is just wierd. Any help would be appreciated as I am planning to use Jibx in my production. Thanks

C:\bin\JiBX>java -cp jibx\lib\jibx-tools.jar;ws\src; org.jibx.binding.generator.BindGen -t ws\jibxbindings com.xp.xm.domain.MyProfile
Exception in thread "main" java.lang.IllegalStateException: No way to handle type java.lang.Object, referenced from com.xp.xm.domain.MyProfile
        at org.jibx.binding.generator.BindGen.expandReferences(BindGen.java:224)
        at org.jibx.binding.generator.BindGen.findReferences(BindGen.java:986)
        at org.jibx.binding.generator.BindGen.generate(BindGen.java:1100)
        at org.jibx.binding.generator.BindGen.main(BindGen.java:1274)