hi, during unmarshalling, i am getting the error :
element "HEADER" occurs more than once. parent class: java.net.URL/DOCUMENT/HEADER however, there is only one HEADER tag in the xml that i am trying to unmarshall. and i couldnt understand why parent class is java.net.URL. Because there is a Document class and i had created it. i coulnt find the relation with java.net.URL But, i am creating mapping from java.net.URL thanks. murat

