This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with calling Kawa from servlet


Ola Rinta-Koski wrote:
> Per Bothner <per@bothner.com> said:
> 
>>I suspect it's a bug in ValueStack or its superclass.  I'll see if I can
>>reproduce the problem.
> 
> 
> Adding this method to ValueStack seems to solve the problem.
> 
> public void clear() {
>   oindex = 0;
>   super.clear();
> }

Thanks for tracking this down.  It seems like a good clean
fix, and I've checked it in.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]