RE: GSoC - CXF-3388

2011-04-01 Thread Shenglin Qiu
could be very 'junior', all suggestions, advices and helps are more than welcomed. Very appreciate anybody's reply at this moment. Regards: Shenglin Qiu 01/Apr/2011 > From: dk...@apache.org > To: dabaip...@hotmail.com > Subject: GSoC - CXF-3388 > Date: Fri, 1 Apr

GSoC - (CXF-3388) Expose CXF JMX MBeans as the JAX-RS resources

2011-04-03 Thread Shenglin Qiu
s, advices and helps are more than welcomed. Very appreciate anybody's reply at this moment. Regards: Shenglin Qiu 01/Apr/2011

RE: Revised Proposal: GSoC - (CXF-3388) Expose CXF JMX MBeans as the JAX-RS resources‏

2011-04-07 Thread Shenglin Qiu
, local setup is done. Thank you. Shenglin Qiu Date: Thu, 7 Apr 2011 10:10:16 +0100 Subject: Re: Revised Proposal: GSoC - (CXF-3388) Expose CXF JMX MBeans as the JAX-RS resources‏ From: sberyoz...@gmail.com To: dabaip...@hotmail.com Hi - that looks good, register it today please and then reply

StaxBuilder, PortComponentHandlerType, ParamValueType not found

2011-04-21 Thread Shenglin Qiu
xf-rt-databinding-aegis import org.apache.cxf.aegis.util.jdom.StaxBuilder; And I checked the 'generated' folder, and they are not there. When I google them, they should be in their src, am I missing something? Thank you. Regards: Shenglin Qiu

RE: StaxBuilder, PortComponentHandlerType, ParamValueType not found

2011-04-22 Thread Shenglin Qiu
Hi Jiang: Thank you! I then find it under src/main/generated, instead of target/generated. Regards: Shenglin Qiu > Date: Fri, 22 Apr 2011 12:35:43 +0800 > From: willem.ji...@gmail.com > To: dev@cxf.apache.org > Subject: Re: StaxBuilder, PortComponentHandlerType, ParamValueTy

RE: Revised Proposal: GSoC - (CXF-3388) Expose CXF JMX MBeans as the JAX-RS resources‏

2011-04-25 Thread Shenglin Qiu
Hi Sergey: Happy Holiday! I can't believe it's not a US holiday and at least people in MA have to work:( I will ping you tomorrow. Thank you very much! Regards: Shenglin Qiu > Date: Mon, 25 Apr 2011 16:21:14 +0100 > Subject: Re: Revised Proposal: GSoC - (CXF-3388) Expos

RE: Revised Proposal: GSoC - (CXF-3388) Expose CXF JMX MBeans as the JAX-RS resources‏

2011-04-25 Thread Shenglin Qiu
is let each jax-rs service bean to construct its InstrumentationManagerImpl internally: Pros: basic spring context, ease the configuration/implementation compared to 1, Cons: a little amateur compared to 1? > Does it m

RE: ServerLifeCycleListener and JMXServer

2011-05-05 Thread Shenglin Qiu
Yes, Sergey. I should have finished listing MBeans correctly and fully first, and then look forward for the next. I will make my code cleaner, my code is synced at https://github.com/dabaipang/demoserver Regards: Shenglin Qiu > Date: Thu, 5 May 2011 10:43:59 +0100 > Subje

Expose MBeans in CXF

2011-05-12 Thread Shenglin Qiu
a part of request in cxf? BTW, I will have the NDA ready this week. Thank you. Regards Shenglin Qiu

RE: Expose MBeans in CXF

2011-05-12 Thread Shenglin Qiu
ce such as {http://impl.service.ws.gsoc.cxf.apache.org/}CustomerServiceImpl -> impl.service.ws.gsoc.cxf.apache.org Thank you. Regards: Shenglin

RE: Expose MBeans in CXF

2011-05-13 Thread Shenglin Qiu
lanning to use this weekend, clean this config and code up, and make Rest request url shorter as you mentioned. I need your suggestions and ideas. and I think I am ready for a big surgery on the demoserver. Code is still in https://dabaip...@github.com/dabaipang/demoserver.git Also, I will go to supermark

RE: Expose MBeans in CXF

2011-05-15 Thread Shenglin Qiu
I will remove it very fast, the reason I put here is you have mentioned do things like > > ? ? > ? ? ? ? > ? ? ? ? ? ?{http://users.com/rs}UserService > ? ? ? ? ? ?{http://users.com/ws}UserService > ? ? ? ? > ? ? > ? ? > But right now, it looks injecting is good eno

RE: Expose MBeans in CXF

2011-05-18 Thread Shenglin Qiu
stage, > will have *only*a single @GET resource method with @Path("{key}") and > which will return the above MBean representaion only, without MBeans wrapper: > GET http://localhost:8080/soapdemo/jmx/mbean/1 @Todo: subresource locator, with @Path("mbean") and without

RE: Expose MBeans in CXF

2011-05-18 Thread Shenglin Qiu
rvice.Endpoint org.apache.cxf http://localhost:8080/services/jmx/list/0/1/2";> cxf33425430 "CustomerServiceImpl" "{http://server.gsoc.apache.org/}CustomerServiceImpl"; Bus.Service.Endpoint org.apache.cxf:bus.id=

RE: Expose MBeans in CXF

2011-05-19 Thread Shenglin Qiu
nt? http://localhost:8080/services/jmx/list/mbean/0/mbean/1 -> restful UserService http://localhost:8080/services/jmx/list/mbean/0/mbean/1/mbean/2/mbean/3 -> restful CustomerService http://localhost:8080/services/jmx/list/mbean/0/mbean/1/mbean/2/mbean/3/mbean/4

RE: Expose MBeans in CXF

2011-05-19 Thread Shenglin Qiu
ean/01234 -> GreeterService (Soap) http://localhost:8080/services/jmx/mbean/012 -> JMXServer will be hidden to user. Regards: Shenglin Qiu > Date: Thu, 19 May 2011 14:19:13 +0100 > Subject: Re: Expose MBeans in CXF > From: sberyoz...@gmail.com > To: dabaip...@hotmail.com > CC: dev@c

RE: Expose MBeans in CXF

2011-05-19 Thread Shenglin Qiu
alhost:8080/services/jmx/mbean/*** Thank you. Regards: Shenglin Qiu > Date: Thu, 19 May 2011 15:03:03 +0100 > Subject: Re: Expose MBeans in CXF > From: sberyoz...@gmail.com > To: dev@cxf.apache.org > > HI Shenglin > > On Thu, May 19, 2011 at 2:54 PM, Shenglin Qiu wrot

RE: Expose MBeans in CXF

2011-05-20 Thread Shenglin Qiu
x27;s fields, remove > NPE declaration > Done. I will do a fewer more rounds of testing, and put up the source code again. Thank you. Regards: Shenglin Qiu > Date: Fri, 20 May 2011 11:39:55 +0100 > Subject: Re: Expose MBeans in CXF > From: sberyoz...@gmail.com > To: d

RE: Expose MBeans in CXF

2011-05-21 Thread Shenglin Qiu
ice.Endpoint org.apache.cxf:bus.id=cxf32436715,port="CustomerServiceImpl",service="{http://server.gsoc.apache.org/}CustomerServiceImpl",type=Bus.Service.Endpoint org.apache.cxf 1 http://localhost:8080/servic

RE: Expose MBeans in CXF

2011-05-31 Thread Shenglin Qiu
t;) public MBeanCollection searchMBeansByService(@PathParam("query") String query) @GET @POST @Path("/objectname/{objectname}") public MBeanCollection getComponent(@PathParam("objectname") String objectname) I remembered you mentioned to handle Excepti

RE: Expose MBeans in CXF

2011-05-31 Thread Shenglin Qiu
Hi Sergey: Project has been synced to Github: Browser: https://github.com/dabaipang/services Git address: https://dabaip...@github.com/dabaipang/services.git or g...@github.com:dabaipang/services.git Thank you. Regards: Shenglin Qiu > From: dabaip...@hotmail.com > To: s

RE: Expose MBeans in CXF

2011-06-07 Thread Shenglin Qiu
/UserServiceImpl *http://localhost:8080/services/jmx/property/port/CustomerServiceImpl *http://localhost:8080/services/jmx/property/port/SoapPort * *Function 4: *http://localhost:8080/services/jmx/list * * */ I will ping you tomorrow morning. Thank you. Regards: Shenglin Qiu

RE: Expose MBeans in CXF

2011-06-08 Thread Shenglin Qiu
mentioned. Though there was a time in last 2 days, I reformatted the code a little too much:) Regards: Shenglin Qiu > Date: Wed, 8 Jun 2011 10:23:58 +0100 > Subject: Re: Expose MBeans in CXF > From: sberyoz...@gmail.com > To: dabaip...@hotmail.com > CC: dev@cxf.apache.org &

RE: Expose MBeans in CXF

2011-06-13 Thread Shenglin Qiu
m("value") String value) is now working as desired. What I did wrong is put @Path("/mbean/") public MBean searchMBeanById(){ and put {id} in MBeanResource. Thank you for clarifying this out so hard and finally I make it. I will wrap things up real quick and give you the e