On Monday 18 August 2008 12:49:31 pm Dyagilev Aleksey wrote: > Hi All, > > I have a project that strongly depends on JAXB 1.0. There is no possibility > for migration to 2.0 > So the question - is it possible somehow to use CXF as a client for > webservice with JAXB 1.0 ?
Hmm.... probably not. All kinds of stuff internal to CXF depend on JAXB 2.0. Thus, 2.0 HAS to be available. I'm not sure if JAXB 1.0 and 2.0 jars can peacefully co-exist. If so, someone COULD write a JAXB1.0 databinding, but that would definitely require some work. -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
