Hi.
I have created a class which makes use of annotation '@XMLEnumValue' (javax.xml.bind.XMLEnumValue).
When i compile this java class from CRXDE (right click src, then build->compile), it compiles with no error.
When i build the bundle from CRXDE(right click bnd file, then build->Build Bundle), it pops up error:
Code snippet at this line:
"
@XmlType(name = "CadConversionElementType", namespace = "http://schemas.datacontract.org/2004/07/Muhimbi.DocumentConverter.WebS ervice.Data")
@XmlEnum
public enum CadConversionElementType {
@XmlEnumValue("AllLayouts") // Line 37, 31
ALL_LAYOUTS("AllLayouts"),
@XmlEnumValue("NamedLayout")
NAMED_LAYOUT("NamedLayout"),
"
CQ version: 5.4
System JAVA version: 1.6
CQ JAVA version: 1.6
CRXDE Installed JRE: 1.6
Regards,
Monika
North America
Europe, Middle East and Africa
Asia Pacific