Hi Dan, What apache cxf version would we use in maven to pick up the ObjectFactory cache change to JAXBDataBinding.java? I just tried 2.0.6-SNAPSHOT but the Tandoori tests still fail with Marshalling errors due to a missing ServiceNameType that should be in the JAXBContext. -Mike
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 29, 2008 5:22 PM > To: [EMAIL PROTECTED] > Subject: svn commit: r652141 - in /cxf/branches/2.0.x-fixes: ./ > rt/core/src/main/java/org/apache/cxf/bus/spring/TunedDocumentLoader.java > rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/JAXBDataBinding.ja va > > Author: dkulp > Date: Tue Apr 29 14:22:12 2008 > New Revision: 652141 > > URL: http://svn.apache.org/viewvc?rev=652141&view=rev > Log: > Merged revisions 652127 via svnmerge from > https://svn.apache.org/repos/asf/cxf/trunk > > ........ > r652127 | dkulp | 2008-04-29 17:10:44 -0400 (Tue, 29 Apr 2008) | 3 lines > > [CXF-1553] Fix problem of not setting namespace aware for all Stax > parsers ObjectFactory > Fix an issue with the ObjectFactory cache not actually working correctly > ........ ...
