If you use a hash code, e.g. of the serialized handle, you'd have to cope with
the case when the hash code is not unique, possibly by detecting an attempt to
create an existing table with that id. So you'd have to store the id. in the
session bean state, in which case you could just as easily use a random number.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".