In over my head on support thread

2008-10-08 Thread Benson Margulies
Anyone else have a clue about Will Gomes thread titled: CXF Client Proxy Factory bug?

More on server response policies

2008-10-08 Thread Fred Dushin
This is a continuation of the discussion at http://mail-archives.apache.org/mod_mbox/cxf-dev/200808.mbox/[EMAIL PROTECTED] I've confirmed that this is still an issue in 2.2-SNAPSHOT, and I'd like to start a discussion of solutions. I'll start by describing the policy framework

RE: More on server response policies

2008-10-08 Thread Sergey Beryozkin
Hi I agree with what Dan suggested - logging a message in a PolicyVerificationOutInterceptor should suffice in most cases. Few more comments. I think that asserting a policy on the outbound path makes sense only if a specification for a given policy expression explicitly states that it applies

Re: How to handle a configuration problem generally in CXF code

2008-10-08 Thread Christian Schneider
I would propose to add the following to UncheckedException and corresponding super calls to all exceptions. public UncheckedException(String code, ResourceBundle bundle, Object...params) { this(new Message(code, bundle, params)); } public UncheckedException(String code,