Re: Expose MBeans in CXF

2011-05-15 Thread Sergey Beryozkin
On Sun, May 15, 2011 at 5:46 PM, Sergey Beryozkin wrote: > Hi > > It looks not too bad,  some comments inline... > > On Fri, May 13, 2011 at 5:34 PM, Shenglin Qiu wrote: >> >> Hi Sergey: >> >> Here are what I had and although the output maybe simple, I checked outputs >> and they look alright, ne

RE: Expose MBeans in CXF

2011-05-15 Thread Shenglin Qiu
Hi Sergey: Thank you very much you replied me on weekends! I put the comments bellow: 1. http://localhost:8080/demoserver/jaxserver/jmxserver/service/impl.service.ws.gsoc.cxf.apache.org > > What is this query supposed to mean ? Get all Mbeans representing > > endpoints whose implementations are

Re: Proxy server configuration at web services client side

2011-05-15 Thread vidMacquarie
Hi CXF contributors, I have experienced similar error when I try to invoke a logon operation on a Web service provider. I have attached the logs which has all the SSL handshake logs and soap messages. I went through the ssl handshake logs and it appears to me that my client has succesfully establi

CustomerService Project

2011-05-15 Thread Ryan Zoerner
Hello all, I am in the middle of trying to get a JAX-RS Client/Server project to work. I am having trouble because I cannot figure out how to get my Customer class to find out about the sub-resource method located in a CustomerState class. I have tried assigning it to a resource provider. I have t

Re: CustomerService Project

2011-05-15 Thread Ryan Zoerner
I mentioned that it works fine when done a certain way, but unfortunately, it works just fine without the @GET annotated method, without the @GET and without the method. Thanks, Ryan http://pages.cs.wisc.edu/~zoerner/downloads/dev/samples/customerservice/testing/unfortunately_works_fine_like_thi