Re: SOS! static variable not work under 2.0.2 !!

2008-09-19 Thread David Jencks
On Sep 19, 2008, at 2:44 AM, Y.H. wrote: Dear sir, Whatever using singleton pattern or static variable, Geronimo could not access correctly like static variable or singleton behavior! 1. I just used a Class which declaired a public static String STATICDATA. public class TestClass{ pu

Re: SOS! static variable not work under 2.0.2 & 2.1.1 !!

2008-09-19 Thread Y.H.
Y.H. wrote: > > Dear sir, > Whatever using singleton pattern or static variable, Geronimo could not > access correctly like static variable or singleton behavior! > > 1. I just used a Class which declaired a public static String > STATICDATA. > public class TestClass{ > public static Str

SOS! static variable not work under 2.0.2 !!

2008-09-19 Thread Y.H.
Dear sir, Whatever using singleton pattern or static variable, Geronimo could not access correctly like static variable or singleton behavior! 1. I just used a Class which declaired a public static String STATICDATA. public class TestClass{ public static String STATICDATA; } 2. a AServlet