If I just deploy a webapp along the lines of the samples, I get ...
[jetty] 2007-10-04 09:42:53.129::INFO: No Transaction manager found -
if your webapp requires one, please configure one.
[jetty] 2007-10-04 09:42:53.535:rlpws:INFO: Initializing Spring
root WebApplicationContext
[jetty] log4j:WARN No appenders could be found for logger
(org.springframework.web.context.ContextLoader).
If I try to add in the Spring class
<listener-class>org.springframework.web.util.Log4jConfigListener</listen
er-class>
My CXF services just disappear.
I'm using the 2.0.2 release package. Anybody got a clue?