| Author |
JAxb binding problem
|
beppe scalese
Greenhorn
Joined: Nov 24, 2008
Posts: 4
|
|
Hi all,
I got a problem binding a Jaxb class in a json output.
I got this error "Property startdate appears in @XmlType.propOrder, but no such property exists. Maybe you meant startDate?" when I try to bind the following class.
Apparently this is because the json variable names are generated to be identical to the java variable name.
I’m sure there must be an annotation(like the one I tried to use "@XmlElement" with any success) that can be used to override the generated variable name so that we can change the java variable name in order to get the method names right.
Anyone could help me on this?
|
 |
 |
|
|
subject: JAxb binding problem
|
|
|