There is no ID/IDREF binding for IDREF "xen1"
843834May 14 2008 — edited Jun 15 2008i am using JAXB API . I am using XML Schema to define all the services and associated java file to extract all the information that are defined in GUI. My part of code works as back-end which uses JAXB API.
the following error is thrown when I try to provision the particular node which is defined in the back-end java file
" org.xml.sax.SAXParseException:cvc-id.1: there is no ID/IDREF binding for IDREF 'Xen1' "
xen1 is the node which i am using it as a service!!!
Can anyone tell me what kind of error is this? and whether the schema has the error?