Re: Suggestion to integrate J2XB into CXF

2009-10-16 Thread Daniel Kulp
On Wed October 14 2009 6:04:19 am Yoav Abrahami wrote: > As for integrating - J2XB currently uses an abstraction of the actual XML > parser with current implementation for Axiom. Having another implementation > over Stax is simple to do and actually something I am thinking of for > reasons of perfo

Re: unwrapping proxies

2009-10-16 Thread Daniel Kulp
On Fri October 16 2009 8:11:11 am Benson Margulies wrote: > The code in CXF-1355 that I'm cleaning up uses Spring's AopUtils to dig a > class out from under proxies. Of course, that class comes in spring-aop, > and I have to require that. Do we have some code of our own that does the > same thing

unwrapping proxies

2009-10-16 Thread Benson Margulies
The code in CXF-1355 that I'm cleaning up uses Spring's AopUtils to dig a class out from under proxies. Of course, that class comes in spring-aop, and I have to require that. Do we have some code of our own that does the same thing? I seem to remember some jiras that would have called for such a th