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 in

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

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