Ha ! Gotcha !

That's no instance variable !!!!
It's a class variable !!!!

It is shared by all instances of the bean !!!

change it to:

private String serialNumber="";

> -----Original Message-----
> From: Denise Mangano [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 25, 2004 6:14 PM
> To: Tomcat Users List
> Subject: RE: Possible thread "crossing"
> 
> In the bean there is an instance variable:  
>       private static String serialNumber=""; 
> 
> And it is set using the regular set method:
>       public void setserialNumber(String sn) { serialNumber = sn; }
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to