Hello!

I'm using CXF 2.5.3 and Spring 3.1.1.RELEASE with dozer 5.3.2.

My restful service code maps domain objects to transfer objects, but for the
life of me I cannot get UriInfo injected into my dozer custom mappers.

The restful services are request-scoped and produced by several
RequestScopeResourceFactoryS. I'm using CGLIB as the proxy implementation.
My dozer mappers are defined as singletons, same thing for the dozer bean
itself.

I've tried the following:

1. @Autowire-annotating a UriInfo instance variable => null.
2. @Context-annotating a UriInfo instance variable => null.
3. Written a UriInfoInjectable interface { @Context public void
setUriInfo(UriInfo value); } and implemented in the service => setter is
never called => null.
4. Tried writing an CXF interceptor that loaded UriInfo into a holder bean
trying to intercept in several different phases and using the three last
approaches => null.

Does anybody have a solution to this? I'm at the end of my wits with this
one.

--
View this message in context: 
http://cxf.547215.n5.nabble.com/UriInfo-is-not-injected-tp5707988.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to