Re: SOAP Monitoring console for CXF

2010-02-04 Thread Daniel Kulp
Looks good to me. :-) Dan On Thu February 4 2010 5:57:20 am Sergey Beryozkin wrote: > Hi Rémi > > Thanks... > Does anyone has any objections to committing the Rémi's patch ? > > IMHO it makes sense to have 'helper' interceptors for users be able to > persist exchange details and kind of 'br

Re: SOAP Monitoring console for CXF

2010-02-04 Thread Sergey Beryozkin
Hi Rémi Thanks... Does anyone has any objections to committing the Rémi's patch ? IMHO it makes sense to have 'helper' interceptors for users be able to persist exchange details and kind of 'break free' from JMX, as far as the management is concerned. I've nothing against JMX , it is just about

Re: SOAP Monitoring console for CXF

2010-02-03 Thread Rémi Flament
Hi, Ok, CXF-2641 updated with a new patch, I hope this time everything is OK :) - Exchange has been renamed to ExchangeData. - ExchangeDAO has been renamed to ExchangeDataDAO and contains only the save() method. - Statistics has been removed. - It gets the service and operation name the way A

Re: SOAP Monitoring console for CXF

2010-02-03 Thread Sergey Beryozkin
Hi Rémi Hi, I've updated CXF-2641 with a new patch (which can be applied to the 2.2.x branch or to the trunk) so that maven dependencies don't need to be changed. thanks for your effort. I hope you agree the code is getting much better now. Some more comments : - can you update ExchangeDAO t

Re: SOAP Monitoring console for CXF

2010-02-02 Thread Rémi Flament
Hi, I've updated CXF-2641 with a new patch (which can be applied to the 2.2.x branch or to the trunk) so that maven dependencies don't need to be changed. Basically I've removed all the spring-orm/ibatis part and I've added a simple implementation of ExchangeDAO which logs to text files. The

Re: SOAP Monitoring console for CXF

2010-02-01 Thread Sergey Beryozkin
Hi Hi, I have submitted the interceptor part as a patch in jira : https://issues.apache.org/jira/browse/CXF-2641. thanks. Personally, I'm not sure we can commit it just yet. The existing response time management feature is a light weight component whose goal is to collect some operation sta

Re: SOAP Monitoring console for CXF

2010-01-31 Thread Rémi Flament
Hi, I have submitted the interceptor part as a patch in jira : https://issues.apache.org/jira/browse/CXF-2641. I also have a question regarding the rt/management-web module : the packaging is "jar" in the pom.xml. Does it mean this is a library that should be included by users in their own w

Re: SOAP Monitoring console for CXF

2010-01-19 Thread Sergey Beryozkin
Hi Hi, I wrote a soap monitoring tool for cxf and I'd like to make it open source. I'd like to know if it could be included in cxf package since I think it could be useful to other cxf users. Basically it's just two soap interceptors that store requests, responses and some more data in a datab