Sorry - the ejbStore thing was a different problem. It actually
*was* called all the time. My mistake. However, now I've got a regular
hang, and if I restart my client I start getting weird server exceptions.
I'm going to try to get a little more info before I open a bug.
Aaron
On Mon, 4 Sep 2000, Rickard [iso-8859-1] �berg wrote:
> Hi!
>
> Aaron Mulder wrote:
> > Right now, CMP tuned updates examine the state of the bean before
> > deciding whether or not to write anything to the database. However, they
> > do not call ejbStore before making the decision. I have a case where user
> > data is stored in a non-persistant variable (an enumeration class), and
> > transferred to the persistant variable (a primitive or String) in
> > ejbStore so it doesn't have to be serialized.
> > So clearly, I'd like to call ejbStore before making the tuned
> > update decision. However, I could just disable tuned updates if for some
> > reason this is not acceptable. Any thoughts?
>
> Sounds good to me. So, change so that ejbStore is always invoked, but
> the actual storing done by the CMP engine can be avoided. Sounds good to
> me.
>
> > Also, I'm seeing server hangs every now and then. If I kill the
> > server, the client suddently continues with a SocketException. I haven't
> > tried to track this down yet. But I wonder if anyone else has seen this?
>
> Nope. Try to get more info, and open a BugZilla.
>
> /Rickard
>
> --
> Rickard �berg
>
> Email: [EMAIL PROTECTED]
> http://www.telkel.com
> http://www.jboss.org
> http://www.dreambean.com
>
>