Hi,

I have one validation error compiling the binding descriptor which I could not resolve.

[bind] Error: Unable to load class org.warsim.atlas.entity.Location for value element at (line 21, col 24, in unit-binding.xml) [bind] Error: Need property definition for value element at (line 21, col 24, in unit-binding.xml)

The binding declaration is as follow:

<value name="location" field="location_" type="org.warsim.atlas.entity.Location" usage="optional" />

The Java class is like this:

class Unit {
 ...
 ...
 ...
 private Location location_;

Location class is extends from a class in a 3rd-party library. I'm not sure that the cause is from that JibX could not reference that class or not.

Regards,

Vairoj




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to