Re: service caching

2008-03-29 Thread Christopher Cheng
t; > > > > > http://webservices.sabre.com/wsdl/sabreXML1.0.00/tpf/OTA_HotelAvai > > > >lLLS 1.5.1RQ.wsdl > > > > > > > > If it's jaxb that's causing the performance problem, which > > > > databinding in your opinion has the best performance?

Re: service caching

2008-03-28 Thread Daniel Kulp
he performance problem, which > > > databinding in your opinion has the best performance? > > > > > > > > > On Fri, Mar 28, 2008 at 11:26 PM, Benson Margulies > > > <[EMAIL PROTECTED]> > > > > > > wrote: > > > >

Re: service caching

2008-03-28 Thread Benson Margulies
he best performance? > > > > > > On Fri, Mar 28, 2008 at 11:26 PM, Benson Margulies > > <[EMAIL PROTECTED]> > > > > wrote: > > > Please supply some sort of test case. I've profiled extensively. I > > > don't believe that service

Re: service caching

2008-03-28 Thread Daniel Kulp
t;1.5.1RQ.wsdl > > If it's jaxb that's causing the performance problem, which databinding > in your opinion has the best performance? > > > On Fri, Mar 28, 2008 at 11:26 PM, Benson Margulies > <[EMAIL PROTECTED]> > > wrote: > > Please supply some sor

Re: service caching

2008-03-28 Thread Christopher Cheng
> > > If it's jaxb that's causing the performance problem, which databinding > in > > your opinion has the best performance? > > > > > > On Fri, Mar 28, 2008 at 11:26 PM, Benson Margulies < > [EMAIL PROTECTED]> > > wrote: > > > > >

Re: service caching

2008-03-28 Thread Benson Margulies
t 11:26 PM, Benson Margulies <[EMAIL PROTECTED]> > wrote: > > > Please supply some sort of test case. I've profiled extensively. I don't > > believe that service caching, as discussed, would have any effect. The > > current 2.1 code (as ported by Dan to 2.0.

Re: service caching

2008-03-28 Thread Christopher Cheng
databinding in your opinion has the best performance? On Fri, Mar 28, 2008 at 11:26 PM, Benson Margulies <[EMAIL PROTECTED]> wrote: > Please supply some sort of test case. I've profiled extensively. I don't > believe that service caching, as discussed, would have any effect

Re: service caching

2008-03-28 Thread Benson Margulies
Please supply some sort of test case. I've profiled extensively. I don't believe that service caching, as discussed, would have any effect. The current 2.1 code (as ported by Dan to 2.0.5) appears to be constrained by the performance of JAXB, and I don't think we have a caching op

Re: service caching

2008-03-28 Thread Christopher Cheng
I just tried to rerun it with the snapshot 2.0.5. It is running about 20% faster, but it still takes 3 seconds to build services. I hope that the service caching will be available soon so I can migrate the current axis-1.2 application to cxf On Thu, Mar 20, 2008 at 7:33 PM, Daniel Kulp <[EM

Re: service caching

2008-03-20 Thread Daniel Kulp
On Thursday 20 March 2008, Christopher Cheng wrote: > Looks like 2.0.5 is going to release soon, is this service caching in > 2.0.5? Yea. The stuff that Benson has done is being ported to 2.0.x. That said, it's not the full service caching. It's basically a bunch

Re: service caching

2008-03-20 Thread Willem Jiang
AFAIK, Benson did some service start up performance turning this month. Please check out the latest snapshot, there must be some great improvement in CXF :) Willem. Christopher Cheng wrote: Looks like 2.0.5 is going to release soon, is this service caching in 2.0.5? On Wed, Mar 5, 2008 at

Re: service caching

2008-03-20 Thread Christopher Cheng
Looks like 2.0.5 is going to release soon, is this service caching in 2.0.5? On Wed, Mar 5, 2008 at 11:50 AM, Christopher Cheng < [EMAIL PROTECTED]> wrote: > Looking forward to have this in the next release 2.0.5 or 2.1 :) > > > > On Tue, Mar 4, 2008 at 11:55 PM, Daniel K

Re: service caching

2008-03-04 Thread Christopher Cheng
we really cache the WSDL > > >>>>>> definition in CXF. > > >>>>>> Could you send your test case and wsdl file to me ? I may need > > >>>>>> to trace it for more information. > > >>>>

Re: service caching

2008-03-04 Thread Daniel Kulp
pher Cheng wrote: > >>>>>>> I think the issue is still there. I used a for loop to > >>>>>>> execute the > >>>>>> > >>>>>> same > >>>>>> > >>>>

Re: service caching

2008-03-04 Thread Willem Jiang
ristopher Cheng wrote: Attached is the log - Original Message - From: "Willem Jiang" <[EMAIL PROTECTED]> To: Sent: Saturday, March 01, 2008 8:53 PM Subject: Re: service caching? Hi Could you set the logger level to FINE ? So we can

Re: service caching

2008-03-04 Thread Daniel Kulp
; > > > > > > > > > wrote: > > > > > >> Here is the JIRA[1] which describe the same thing that you > > > > > >> want. I don't know if it was really resolved, could you try > > > > > >> the latest rele

Re: service caching

2008-03-03 Thread Christopher Cheng
x27;t know if it was really resolved, could you try the > > > > >> latest released CXF 2.0.4 for it. > > > > >> > > > > >> If the issue is still there, please let me know , I will put it > > > > >> to my next week todo list. >

Re: service caching

2008-03-03 Thread Daniel Kulp
> to my next week todo list. > > > >> > > > >> [1]https://issues.apache.org/jira/browse/CXF-699 > > > >> [2]http://cwiki.apache.org/CXF/download.html > > > >> > > > >> Willem. > > > >> > > > >> Christo

Re: service caching

2008-03-03 Thread Willem Jiang
. What I am wondering is that why it takes so long for the second and third time? Is there any caching of services? Axis does not seem to have this issue. Christopher Cheng wrote: Attached is the log

Re: service caching

2008-03-03 Thread Christopher Cheng
.3 > > >>> > > >>> I understand that it will take a long time to build for the first > > time. > > >>> > > >> What > > >> > > >>> I am wondering is that why it takes so long for the

Re: service caching

2008-03-01 Thread Christopher Cheng
it takes so long for the second and third > time? > > Is there any caching of services? Axis does not seem to have this issue. > > > > > > > > Christopher Cheng wrote: > > > >> Attached is the log > >> > >> - Original Mess

Re: service caching

2008-03-01 Thread Willem Jiang
e any caching of services? Axis does not seem to have this issue. Christopher Cheng wrote: Attached is the log - Original Message - From: "Willem Jiang" <[EMAIL PROTECTED]> To: Sent: Saturday, March 01, 2008 8:53 PM Subject: Re: service caching? Hi Could you se

Re: service caching

2008-03-01 Thread Christopher Cheng
: > > Attached is the log > > - Original Message - > From: "Willem Jiang" <[EMAIL PROTECTED]> > To: > Sent: Saturday, March 01, 2008 8:53 PM > Subject: Re: service caching? > > >> Hi >> >> Could you set the logger lev

Re: service caching

2008-03-01 Thread Christopher Cheng
Attached is the log - Original Message - From: "Willem Jiang" <[EMAIL PROTECTED]> To: Sent: Saturday, March 01, 2008 8:53 PM Subject: Re: service caching? > Hi > > Could you set the logger level to FINE ? > So we can get more information about the se

Re: service caching?

2008-03-01 Thread Christopher Cheng
Attached is the log - Original Message - From: "Willem Jiang" <[EMAIL PROTECTED]> To: Sent: Saturday, March 01, 2008 8:53 PM Subject: Re: service caching? Hi Could you set the logger level to FINE ? So we can get more information about the service publishing. Will

Re: service caching?

2008-03-01 Thread Willem Jiang
Hi Could you set the logger level to FINE ? So we can get more information about the service publishing. Willem. Christopher Cheng wrote: When I call the service as a client, it takes 5 seconds to load. I am not sure whether it takes 5 seconds to create the service or it takes 5 seconds to loo

service caching?

2008-03-01 Thread Christopher Cheng
help... .*_EXPORT_.* .*_EXPORT1024_.* .*_WITH_DES_.* .*_WITH_NULL_.* .*_DH_anon_.* -- View this message in context: http://www.nabble.com/service-caching--tp15773226p15773226.html Sent from the cxf

service caching?

2008-03-01 Thread Christopher Cheng
When I call the service as a client, it takes 5 seconds to load. I am not sure whether it takes 5 seconds to create the service or it takes 5 seconds to look up for ciper filters. I am wondering if the services are cached... Feb 29, 2008 2:14:42 PM org.apache.cxf.service.factory.ReflectionServi