RE: Performance of WSDL generation (benchmark program included)

2002-02-28 Thread Thomas Börkel
; To: [EMAIL PROTECTED] > Subject: RE: Performance of WSDL generation (benchmark > program included) > > > HI! > > I have extracted the latest bcel and tt-bytecode > implementation from ClassRep.java and put in a little > benchmark program. Plase find it attached. >

RE: Performance of WSDL generation (benchmark program included)

2002-02-27 Thread Thomas Börkel
t; From: Glen Daniels [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 26. Februar 2002 14:13 > To: [EMAIL PROTECTED] > Subject: Re: Performance of WSDL generation > > > Hi Thomas! > > I haven't seen this, but I'll take a look into it when I get > a chance. As

RE: Performance of WSDL generation

2002-02-27 Thread Thomas Börkel
002 14:13 > To: [EMAIL PROTECTED] > Subject: Re: Performance of WSDL generation > > > Hi Thomas! > > I haven't seen this, but I'll take a look into it when I get > a chance. As it > stands, BCEL was not working for JWS files because of > classloader issues

Re: Performance of WSDL generation

2002-02-26 Thread Glen Daniels
--Glen - Original Message - From: "Thomas Börkel" <[EMAIL PROTECTED]> To: "Axis User Mailinglist" <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 4:53 AM Subject: Performance of WSDL generation HI! Since the switch from bcel.jar to tt-bytecode.jar

Performance of WSDL generation

2002-02-26 Thread Thomas Börkel
HI! Since the switch from bcel.jar to tt-bytecode.jar for analyzing Java .class files in the WSDL generation process, performance has become unacceptable. What was 1-2 seconds is now 30 seconds with some .class files. Am I the only one experiencing this? I have attached the .class file of a cl