Re: RE: WSDL2Java: generated client stub and performance issues

2002-07-04 Thread David . Ostrovsky
command line parameter, to generate a single threaded or multithreaded code? If my client is single threaded, why that performance penalty during every method call? David O

WSDL2Java: generated client stub and performance issues

2002-07-02 Thread David . Ostrovsky
#x27;s why the performance of first call isn't ideal. (In my case first call= 5 second, second call 2.5 second) I would like to initialize all the needed stuf in the startup phase of the client. To achive it now, I have define a dummy method and call it, because the function createCall is private and cannot be called directly from the client. Any comments? Thank you. David Ostrovsky

Re: Re: WSDL2Java: FOO_Bar name is converted to FOOBar

2002-07-01 Thread David . Ostrovsky
|| '\u06DD' == c || '\u06DE' == c; } // isPunctuation Well, I never raised an issue in Bugzilla? Could you please do it for me? Or just provide me with information how to do it. Thank you. David Ostrovsky

WSDL2Java: FOO_Bar name is converted to FOOBar

2002-07-01 Thread David . Ostrovsky
, JavaGeneratorFactory.java generatorPass():177, JavaGeneratorFactory.java generate():266, Parser.java access$000():80, Parser.java run():235, Parser.java run():484, Thread.java Why? I didn't find any command line paramter, to control this. Any comments? Thank you. David Ostrovsky

No default Serializer/Deserializer for java.lang.Character?

2002-06-26 Thread David . Ostrovsky
f for that type? Has anybody a sample for it? I'm using the last nightly build & WebLogic 6.2 Thank you in advance. David Ostrovsky

Java2WSDL Problem?

2002-06-24 Thread David . Ostrovsky
no problem. I'm using nightly build 2002-06-24 & WebLogic 6.2 Any help would be appreciated. David Ostrovsky

WebLogic 6.2 doesn't like file name "log4j-20020623.jar" (nightly build2002-06-23 )

2002-06-24 Thread David . Ostrovsky
) at weblogic.management.Admin.finish(Admin.java:590) at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203) at weblogic.Server.main(Server.java:35) > David Ostrovsky