----- Original Message ----
> From: Glen Mazza <[email protected]>
> To: [email protected]
> Sent: Tue, July 13, 2010 1:19:14 PM
> Subject: Re: JAXB Exception: Class not known to this context
>
>
> A Google on "nor any of its super class is known to this context", returns
> over 6000 hits, if you add CXF to the search you get almost 3500. Any
> answer for you there?
>
> Glen
Thanks for the suggestion; however, prior to sending my email I had already
tried searching the web via Google and other search engines. In any event,
it turned out, the problem was caused by a missing jaxb annotation --
specifically, @XmlSeeAlso. It seems I mis-understood under what circumstances
this annotation is required. Upon adding this to the referencing class, the
issue was resolved.
Best,
Dan