Re: Expose MBeans in CXF

2011-05-31 Thread Sergey Beryozkin
Hi Shenglin Good progress, some comments below > > Function 1: (0 - 5 is continuous, no gap) > Jmx Server: > sub-resource locator > http://localhost:8080/services/jmx/mbean/0 > http://localhost:8080/services/jmx/mbean/1 The id allocation (0, 1, etc) has to be thread safe > > > Function 2: > Note

Re: Expose MBeans in CXF

2011-05-31 Thread Willem Jiang
Hi Shenglin, Did you have a chance to use the SCM the manger your source code? I don't think it is a good practice to send the source code directly to the mailing list. You can use the github[1] to hold a fork a version of CXF[2] , and attach the patch to the JIRA[3] which we can trace. It w

Re: Expose MBeans in CXF

2011-05-31 Thread Sergey Beryozkin
Hi Shenglin submitted ICLA for him be able to start working in the sandbox, he probably didn't get it approved yet Cheers, Sergey On Tue, May 31, 2011 at 2:00 PM, Willem Jiang wrote: > Hi Shenglin, > > Did you have a chance to use the SCM the manger your source code? > I don't think it is a goo

Re: Expose MBeans in CXF

2011-05-31 Thread Willem Jiang
That is why I suggest to use the github. He doesn't need anyone to approve :) BTW, it is more easy to try and test implementation codes with help of git. On 5/31/11 9:14 PM, Sergey Beryozkin wrote: Hi Shenglin submitted ICLA for him be able to start working in the sandbox, he probably didn't g

Re: [INFO] Karaf features-maven-plugin validate goal

2011-05-31 Thread Willem Jiang
It's handy feature and I really like it :) On 5/31/11 8:47 PM, Jean-Baptiste Onofré wrote: Hi all, FYI, I fixed KARAF-651. Now, the features-maven-plugin (and karaf-maven-plugin on Karaf 3.0.0-SNAPSHOT) now embeds by default the Karaf standard and enterprise features descriptors. It means tha

[INFO] Karaf features-maven-plugin validate goal

2011-05-31 Thread Jean-Baptiste Onofré
Hi all, FYI, I fixed KARAF-651. Now, the features-maven-plugin (and karaf-maven-plugin on Karaf 3.0.0-SNAPSHOT) now embeds by default the Karaf standard and enterprise features descriptors. It means that it's no more required to add: mvn:org.apache.karaf.assemblies.features/standard/x.x.x/x

Re: Expose MBeans in CXF

2011-05-31 Thread Sergey Beryozkin
I've no problems with Shenglin using svn or git. Does not matter. AFAIK he already has a github account where his demo code is located. The reason we've been asking CXF GSOC students to work with the sandbox is that all those subscribed to the cxf-commits email can get the immediate notifications.

RE: Expose MBeans in CXF

2011-05-31 Thread Shenglin Qiu
Hi Sergey: > > Function 1: (0 - 5 is continuous, no gap) > > Jmx Server: > > sub-resource locator > > http://localhost:8080/services/jmx/mbean/0 > > http://localhost:8080/services/jmx/mbean/1 > > The id allocation (0, 1, etc) has to be thread safe Done with: private synchronized Map getMBeansMa

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: sberyoz...@gmail.c