Stateful SessionBean has timed-out

2008-09-19 Thread rbaumhof
Hallo, i'am using a paginator in my web application to save query result lists. The paginator is designed as Stateful Session Bean. There is only one paginator ejb for every user session - what means: all dialogs use the same paginator object. Nearly all dialogs save query results within the

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

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 String

Re: offline deploy org.apache.geronimo.gbean.InvalidConfigurationException: Could not load class org.apache.geronimo.security.keystore.FileKeystoreInstance

2008-09-19 Thread jklcom99
I will give it a try when I get a chance. Has IBM JRE been tested with Geronimo? Thanks Donald Woods-2 wrote: Do you get the same results with the Sun 1.6.0_07 JDK? -Donald jklcom99 wrote: This might have manifested from the fact that we had to clear out the manifest classpath

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{

Re: Stateful SessionBean has timed-out

2008-09-19 Thread David Blevins
On Sep 19, 2008, at 12:32 AM, rbaumhof wrote: So, i think the reason might be that the timeouts for the session and the stateful ejb's may differ. Any hints if i can correct this by mysel? The stateful bean timeout defaults to 20 minutes, but you can set the timeout to anything you like.

Re: [ANNOUNCE] Welcome Manu George as a new Geronimo Committer

2008-09-19 Thread Tim McConnell
Congratulations Manu !! Donald Woods wrote: All, The Apache Geronimo PMC is pleased to announce that Manu George has accepted our invitation to become an Apache Geronimo committer. Congratulations Manu and welcome aboard! Thanks, Donald Woods -- Thanks, Tim McConnell

Re: Caused by: java.lang.NoClassDefFoundError: org/springframework/beans/factory/InitializingBean

2008-09-19 Thread Tim McConnell
Hi a, that should normally work assuming you have the hidden-classes tag in your geronimo-web.xml deployment plan and your spring jars are in the web-inf/lib subdirectory. If both conditions are true are you at liberty to email me a non-proprietary version of your war file and I'll see if I