Hello all,
Please forgive me if the answer to this is some place obvious, but
I've beat my head into mush and it's 4:00 am. I've got a CXF
installation running standalone on Tomcat. I would like to use some
custom MessageBodyReaders and Writers. The documentation states that
automatic registration by way of the @Provider annotation hasn't been
implemented yet, but that registration can be done via config files or
programatically. However the only example of a config files provided
is for a spring based install, and no examples given for registering
programatically.
From what bits of searching that I've done have lead me to try
different types of cxf.xml and applicationContext.xml files with no
luck, I always get "No message body reader found for request class"
message...I'm stuck.
Again, I'm sorry if this info is easily searchable, but I've been
unable to find it. Can anyone shed some light?
Thanks in advance,
Dave
- Registering a custom MessageBodyReader with a non-Spring ... Dave Wilson
-