Thanks for your response.

I was talking about validationEventHandler.

Probably the version used was CXF 2.0.x, I just didn't see those
methods in editor completion.

tonio



dkulp wrote:
> 
> 
> Which event handler are you talking about?
> 
> The latest versions of the JAXBDatabinding have properties for:
> 
>     private Unmarshaller.Listener unmarshallerListener;
>     private Marshaller.Listener marshallerListener;
>     private ValidationEventHandler validationEventHandler;
> 
> which I think covers most of the cases.   Is there a different one that we 
> didn't hit with that?
> 
> I'm not sure what version of CXF they are pulling in either.     I believe 
> jbossws-cxf-3.1.0 was just released that contains 2.1.4 which definitely
> would 
> have those props.
> 
> Dan
> 
> 
> 
> On Fri March 13 2009 5:13:19 pm Tonio wrote:
>> Hi,
>>
>> I am trying to find a way of configuring Unmarshalling event handlers of
>> the JAXB unmarshaler
>> created by CXF for parsing soap payloads.
>>
>> I haven't find a way to do this, JAXBDataBinding does not seem to have
>> something
>> related to it.
>>
>> I'm using jboss jbossws-cxf-3.0.4, not sure what version of CXF contains.
>>
>> Any help will be greatly welcome
>> tonio
> 
> -- 
> Daniel Kulp
> [email protected]
> http://www.dankulp.com/blog
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Configuring-Unmarshalling-event-handlers.-tp22502530p22547838.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to