It's important to quote error messages verbatim, as would be the
inclusion of a stack dump. It's possible that more information about
the configuration would help someone else on the list.
-W
On 09/07/2014, Greg Pagendam-Turner <greg.pagendam-turner_at_onesteel.com> wrote:
> Thanks for your response Wolfgang.
>
> The error message was actually:
> mypackage.pms.OsrJdeRteSvc.ListAllEventsRequest is not known to this
> context
>
> Any other ideas?
>
> Greg
>
>
> -----Original Message-----
> From: Wolfgang Laun [mailto:wolfgang.laun_at_gmail.com]
> Sent: Tuesday, 8 July 2014 4:24 PM
> To: users_at_jaxb.java.net
> Subject: Re: Unable to find a JAXB implementation to delegate.
>
> I see
> mypackage.pms.ListAllEventsRequest
> as opposed to
> mypackage.pms.OsrJdeRteSvc.ListAllEventsRequest
>
> -W
>
>
> On 08/07/2014, Greg Pagendam-Turner <greg.pagendam-turner_at_onesteel.com>
> wrote:
>> Hi,
>>
>> I'm using Grails with the CXF plugin to call a web service.
>>
>> When I make the call I get the error:
>>
>> Unable to find a JAXB implementation to delegate.
>>
>> The JAXB source recommends in this situation to contact the JAXB users
>> list so here I am.
>>
>> I was getting the error:
>>
>> Class not known to this context for class:
>> mypackage.pms.ListAllEventsRequest.
>>
>> So added to the Port class:
>>
>> @XmlSeeAlso({mypackage.pms.OsrJdeRteSvc.impl.ObjectFactory.class,
>> mypackage.pms.OsrJdeRteSvc.ListAllEventsRequest.class})
>>
>> Please help. What further information might you require to help me fix
>> this issue?
>>
>>
>> Greg
>>
>>
>>
>>
>> The material contained in this email is confidential and may be
>> subject to legal privilege and/or copyright. Please do not
>> re-transmit, distribute, copy or commercialise any of the material in
>> this message unless you are authorised to do so. If you are not the
>> intended recipient, use, disclosure or copying of this information is
>> prohibited. If you have received this document in error, please advise
>> the sender and delete the document. None of Arrium Limited, its
>> related bodies corporate or the sender accept responsibility for any
>> viruses contained in this email or any attachments.
>> All and any rights as to confidentiality, legal professional privilege
>> and copyright are expressly reserved.
>>
>
>
> The material contained in this email is confidential and may be subject to
> legal privilege and/or copyright. Please do not re-transmit, distribute,
> copy or commercialise any of the material in this message unless you are
> authorised to do so. If you are not the intended recipient, use, disclosure
> or copying of this information is prohibited. If you have received this
> document in error, please advise the sender and delete the document. None of
> Arrium Limited, its related bodies corporate or the sender accept
> responsibility for any viruses contained in this email or any attachments.
> All and any rights as to confidentiality, legal professional privilege and
> copyright are expressly reserved.
>