Hi All,
Currently we are using JAXB 2.0.5.
Failed to locate EnableObjectsEnum in hierarchy.
XSD config is as below
<xsd:schema
xmlns:xsd="
http://www.w3.org/2001/XMLSchema"
targetNamespace="
http://obi.cognos.com/4"
xmlns:jxb="
http://java.sun.com/xml/ns/jaxb" jxb:version="2.0"
xmlns:xjc="
http://java.sun.com/xml/ns/jaxb/xjc"
jxb:extensionBindingPrefixes="xjc"
xmlns="
http://obi.cognos.com/4"
elementFormDefault="qualified"
>
:
:
<xsd:simpleType name="EnableObject">
<xsd:annotation><xsd:appinfo>
<xjc:javaType name="com.jaxb.EnableObject"
adapter="com.jaxb.EnableObjectAdapter"/>
</xsd:appinfo></xsd:annotation>
<xsd:union memberTypes="AlterObject">
<xsd:simpleType>
<xsd:annotation>
<xsd:appinfo>
<jxb:typesafeEnumClass name="EnableObjectsEnum"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="EXTERNAL ACTION"/>
<xsd:enumeration value="EXTERNAL LINK"/>
<xsd:enumeration value="FILTER"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
:
:
</xsd:schema>
DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.