Re: CXF Interceptor get Soap Message is null !

2011-06-22 Thread GerryChenStarNet
Thanks Mr. Daniel Kulp ! I am glad to see you rely. I found you know well about CXF. Let me back to this topic. If I build up an String instead of an SAAJ model,the sm is always null. The Program like that: * public void handleMessage(

Re: CXF Interceptor get Soap Message is null !

2011-06-22 Thread GerryChenStarNet
Thanks Mr. Daniel Kulp ! I am glad to see you rely. I found you know well about CXF. Let me back to this topic. If I build up an String instead of an SAAJ model,the sm is always null. The Program like that: * public void handleMessage(

Re: CXF Interceptor get Soap Message is null !

2011-06-22 Thread Daniel Kulp
By default, CXF streams the messages and does not build up an SAAJ model (which would consume memory and such). If you need/want the SAAJ model like that, you would need to configure in the SAAJOutInterceptor and likely move your interceptor later in the chain. Dan On Wednesday, June 22

CXF Interceptor get Soap Message is null !

2011-06-22 Thread GerryChenStarNet
Hi Everyone! I have recently studied CXF in this forums. I have some questions. I need some help. I use cxf 2.4.0I and I wrote a Interceptor that inster into outgoing chain. The program did not report the errors when it ran. But the method (handleMessage) of my Interceptor can't get any Soap cont

Re: CXF JAXRS OSGI

2011-06-22 Thread Sergey Beryozkin
Can you please reply in the relevant thread :-) There should be another one related to CXF JAX-RS in DOSGi... thanks, Sergey On Wed, Jun 22, 2011 at 9:58 PM, mah wrote: > > Sergey Beryozkin-5 wrote: >> >> Did you get this issue resolved ? >> > > No, not yet. > > > Sergey Beryozkin-5 wrote: >> >>

Re: CXF JAXRS OSGI

2011-06-22 Thread mah
Sergey Beryozkin-5 wrote: > > Did you get this issue resolved ? > No, not yet. Sergey Beryozkin-5 wrote: > > I actually did a 'webapp' bundle deployment a few days ago, and it > worked fine in the end, the webapp bundle had only web.xml & beans.xml > (which you don't need for non-Spring case

Re: CXF 2.4.1 Client is giving the signature or decryption was invalid

2011-06-22 Thread mahesh
Colm, Attached is the XML fo the response I get from WCF. I am attaching the WSDL also that I am using to give u an idea and the policy file. I have to get two issues resolved one remove the namespace prefix on my request eg ns2 I was able to replace the name prefixes in out messages but co

Re: Odd error with CXF. Please help!

2011-06-22 Thread berlindutza
Hello, I have followed the steps described in this tutorial: - http://pettergraff.blogspot.com/2010/11/developing-web-service-in-eclipse.html Thus I have created a web service starting from a Java class. I am using: - Server: Tomcat 7.0 - Eclipse: eclipse-jee-helios-SR2-win32.zip - JAVA EE:java_

Re: Cannot seem to get JMX going?

2011-06-22 Thread David Karlsen
Forgot to say that I also have: and running 2.4.1 2011/6/22 David Karlsen > hi. > > I've enabled jmx like this: > > class="org.apache.cxf.management.interceptor.ResponseTimeFeature" > /> >

Cannot seem to get JMX going?

2011-06-22 Thread David Karlsen
hi. I've enabled jmx like this: I let spring lookup the mbeanServer: So I'd expect stats on service requests - but nothing. The only thing registered from CXF into JMX is the actual bus - not the services. What am i

Re: AW: Fully qualified endpoint address at startup time

2011-06-22 Thread Sergey Beryozkin
Hi Oli On Wed, Jun 22, 2011 at 8:18 AM, Oliver Wulff wrote: > Thanks for clarification. Is this different when deploying to OSGi/Karaf? I > think you can use either Jetty or the OSGi http service. Are we able to get > this information at startup in this case? > I guess it can be more predictab

Re: CXF 2.4.1 Client is giving the signature or decryption was invalid

2011-06-22 Thread Colm O hEigeartaigh
Hi Mahesh, Could you supply a test-case? Colm. On Mon, Jun 20, 2011 at 10:42 PM, mahesh wrote: > After updating correct namesapces i am getting > javax.xml.bind.UnmarshalException > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/CXF-2-4-1-Client-is-giving-the-signat

AW: AW: Fully qualified endpoint address at startup time

2011-06-22 Thread Oliver Wulff
Thanks for clarification. Is this different when deploying to OSGi/Karaf? I think you can use either Jetty or the OSGi http service. Are we able to get this information at startup in this case? Thanks Oli Von: Daniel Kulp [dk...@apache.org] Gesendet: Mit