Im having this error where it says that i have two classes of same XML type name
so the problem is between InfoSource -> NameSearchFilters -> SearchRequest
<
Situation like this throws exception 'x counts of IllegalAnnotationExceptions'
class A{} class B extends A{} class C extends A{}
Resolve problem adding annotation into class A like this:
@XmlTransient public class A{}