Re: Reading wsdls from maven repo - Need some help deciding how to go on with this issue

2009-11-12 Thread Daniel Kulp
Not sure if you got my reply from yesterday: http://old.nabble.com/Reading-wsdls-from-maven-repo---Need-some-help-deciding-how-to-go-on-with-this-issue-to26296810.html Dan On Thu November 12 2009 2:18:18 am Christian Schneider wrote: > I am currently a little stuck with issue > https://issues.ap

Need clarification on the WS-SecurityPolicy documentation

2009-11-12 Thread Glen Mazza
Hello, a sentence in the CXF docs I believe I had placed in a while back I would like to confirm--for the two code examples here: http://cwiki.apache.org/CXF20DOC/ws-securitypolicy.html#WS-SecurityPolicy-ConfiguringviaSpring The sentence in question is: "The properties are easily configured as

Re: Need clarification on the WS-SecurityPolicy documentation

2009-11-12 Thread Daniel Kulp
On Thu November 12 2009 7:46:25 am Glen Mazza wrote: > Hello, a sentence in the CXF docs I believe I had placed in a while back I > would like to confirm--for the two code examples here: > > http://cwiki.apache.org/CXF20DOC/ws-securitypolicy.html#WS-SecurityPolicy-C > onfiguringviaSpring > > The

On MessageContext properties retrieval in handlers

2009-11-12 Thread Alessio Soldano
Hi, I'm currently trying to get MessageContext.WSDL_OPERATION property value from the MessageContext passed in JAX-WS handlers. This is basically what was described in https://issues.apache.org/jira/browse/CXF-1698 . It's not clear to me whether any change was actually made for that issue, but

Re: On MessageContext properties retrieval in handlers

2009-11-12 Thread Daniel Kulp
Well, what I'd LIKE to do (slightly disruptive so would need to be fully done on 2.3, not 2.2.x) is to NOT set them in the various XXXInInterceptor things at all and remove those keys off of Message.java.Instead, since they really are jaxws things, update WrappedMessageContext in jaxws to m

Re: On MessageContext properties retrieval in handlers

2009-11-12 Thread Alessio Soldano
Yep, this makes sense to me, this was the other idea I had, just though it was excluded from the beginning. Daniel Kulp wrote: Note: if you make the change to WrappedMessageContext such that if it is "null" on the exchange already, then do the above, I'd be happy to merge that back to 2.2.x.

Re: On MessageContext properties retrieval in handlers

2009-11-12 Thread Daniel Kulp
On Thu November 12 2009 12:49:41 pm Alessio Soldano wrote: > Yep, this makes sense to me, this was the other idea I had, just though > it was excluded from the beginning. Just a little history about this that I mentioned on IRC, but thought everyone might benefit from hearing about. Long long ag