Re: Getting serializable exceptions while running stateful session bean.

2008-04-08 Thread phanibalaji
o.Serializable as well and the problem should go away (that was > also fixed in the forthcoming release). > > -David > > > On Apr 4, 2008, at 1:47 AM, phanibalaji wrote: >> >> Here is what

Re: Getting serializable exceptions while running stateful session bean.

2008-04-04 Thread phanibalaji
ote: > > Hmm, that should definitely work. Can you post the exact error? > > -David > > On Apr 3, 2008, at 12:32 AM, phanibalaji wrote: >> >> I tried this as well, but without success. Hitting the s

Re: Getting serializable exceptions while running stateful session bean.

2008-04-03 Thread phanibalaji
n implement the > javax.io.Serializable interface and all should work fine. > > -David > > On Apr 1, 2008, at 3:11 AM, phanibalaji wrote: >> >> I am using Apache Geronimo2.1 and the OPENEJB container setting are as >> follows in config.xml (P

Getting serializable exceptions while running stateful session bean.

2008-04-01 Thread phanibalaji
I am using Apache Geronimo2.1 and the OPENEJB container setting are as follows in config.xml (Pool size is 3). ${OpenEJBPort + PortOffset} ${ServerHostname} PoolSize 3 StrictPooling true