Re: Activators for individual frontends

2011-12-20 Thread Sergey Beryozkin
On 19/12/11 10:35, Sergey Beryozkin wrote: Hi KL, All, On 16/12/11 22:34, K Fung wrote: In 2.5.2 on later we can think of introducing an activator into the jaxrs frontend so that it can discover custom Applications and providers registered as OSGI services Perhaps we should have a

Re: Could not instantiate bean SpringBus: 2.4.1

2011-12-20 Thread Lalit Kumar
Hi, I have found the solution. 1. need to make the class loader policy at module level to be PARENT_LAST 2. delete following jars geronimo-activation_1.1_spec-1.1.jar geronimo-annotation_1.0_spec-1.1.1.jar geronimo-javamail_1.4_spec-1.7.1.jar geronimo-servlet_2.5_spec-1.1.2.jar

Re: bus extensions association under multiple buses

2011-12-20 Thread Aki Yoshida
Hi, While trying to write a few test cases, I just found out that the bus's id attribute seems to be already providing the same effect originally intended by the persistentBusId property. So, to assign the jmx registration name for each bus, we just need to set the id attribute for that bus.

Re: bus extensions association under multiple buses

2011-12-20 Thread Daniel Kulp
On Tuesday, December 20, 2011 5:58:23 PM Aki Yoshida wrote: Hi, While trying to write a few test cases, I just found out that the bus's id attribute seems to be already providing the same effect originally intended by the persistentBusId property. So, to assign the jmx registration name for

Re: Consume webservice error in request header ?

2011-12-20 Thread Daniel Kulp
The error is the next , I reallly i dont understand it. javax.xml.ws.soap.SOAPFaultException: Object reference not set to an instance of an object. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:146 Is there more information to that like a stack trace or

Re: Activators for individual frontends

2011-12-20 Thread Daniel Kulp
On Monday, December 19, 2011 10:35:07 AM Sergey Beryozkin wrote: Hi KL, All, On 16/12/11 22:34, K Fung wrote: In 2.5.2 on later we can think of introducing an activator into the jaxrs frontend so that it can discover custom Applications and providers registered as OSGI services

Re: Consume webservice error in request header ?

2011-12-20 Thread sebastianv
hi daniel , thanks you for answer . the error complete and the stack is this : ( i hope this help us :) ) javax.xml.ws.soap.SOAPFaultException: Object reference not set to an instance of an object. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:146)

Re: Consume webservice error in request header ?

2011-12-20 Thread Daniel Kulp
Well, it shows that the issue is a fault being sent back from the server side. You would need to look at the logs on the server side to see what is happening over there. Dan On Tuesday, December 20, 2011 11:19:10 AM sebastianv wrote: hi daniel , thanks you for answer . the error

Re: Consume webservice error in request header ?

2011-12-20 Thread sebastianv
ok, i will see and check it in the server Regarts -- View this message in context: http://cxf.547215.n5.nabble.com/Consume-webservice-error-in-request-header-tp5086333p5089870.html Sent from the cxf-dev mailing list archive at Nabble.com.

[ANN] Apache CXF 2.5.1, 2.4.5, and 2.3.8 released

2011-12-20 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches: 2.5.1, 2.4.5, and 2.3.8. Apache CXF is an open source services framework. CXF helps you build and develop services using front end programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of

Re: Activators for individual frontends

2011-12-20 Thread Sergey Beryozkin
On 20/12/11 19:04, Daniel Kulp wrote: On Monday, December 19, 2011 10:35:07 AM Sergey Beryozkin wrote: Hi KL, All, On 16/12/11 22:34, K Fung wrote: In 2.5.2 on later we can think of introducing an activator into the jaxrs frontend so that it can discover custom Applications and providers