Re: Improving JBossWS-CXF Client Side Integration

2009-06-16 Thread Richard Opalka
OK, will do ;) Richard Daniel Kulp wrote: On Mon June 15 2009 9:39:51 am Richard Opalka wrote: What's the current status of this issue Daniel? Should I create JIRA issue or is there already one? Create a JIRA (and attach a patch ;-) )! Dan Richard Richard Opalka wrote:

DOSGi builds failing with a missing abdera artifact

2009-06-16 Thread davidb
Hi all, The CXF DOSGi builds have started failing this morning with the message below. Previously they were building fine. Does anyone know what happened to the abera 0.4.0-incubating dependencies which come in via the cxf-minimal bundle? See:

CXF WS-security Signing not working - javax.xml.ws.soap.SOAPFaultException: No such Localname for SOAP URI

2009-06-16 Thread rajla
Hello, I am getting the exception javax.xml.ws.soap.SOAPFaultException: No such Localname for SOAP URI when implementing signature secruity with WS-Security in CXF. What does this mean? Anyone have any insights on what I can do to resolve this issue? Honestly, I don't remember this being

Re: How to implement the SOAP Fault for JMS Transport?

2009-06-16 Thread liucong
Hi, I have added a simple interceptor in the SOAP binding. If the transport uri is http://www.w3.org/2008/07/soap/bindings/JMS/, the jms interceptor will be added. But I have some question for that: 1. I feel a little weird to add a transport-related interceptor here. 2. Program