org.apache.axis.enum and jdk 1.5

2004-11-01 Thread Branko Peteh
Are there any news regarding enum being a keyword and its usage in axis? Axis uses enum as a package name, so such code won't compile with 1.5. Or is this a question for axis-dev list? Thanks, Branko

RE: org.apache.axis.enum and jdk 1.5

2004-11-01 Thread Branko Peteh
] Subject: Re: org.apache.axis.enum and jdk 1.5 check latest cvs...you will find a constants package that you can use. On Mon, 1 Nov 2004 08:56:52 -0800, Branko Peteh [EMAIL PROTECTED] wrote: Are there any news regarding enum being a keyword and its usage in axis? Axis uses enum as a package name

RE: How to get one object per thread?

2004-09-08 Thread Branko Peteh
Yes, request will do it. It is just very expensive. What I would really need is per-thread instantiation, because the instantiation is, in this particular case, very expensive, so doing it repeatedly on every request is just wasteful (CPU, resources, memory etc.). How about creating a specialized

How to get one object per thread?

2004-09-07 Thread Branko Peteh
Hi, There are three choices for deployscope attribute of the axis-wsdl2java ant task. Those are Application, Session and Request. When Application is chosen, the SOAP implementation class is a singleton, i.e. there is only one instance for all axis servlet threads. Session and Request choices