One other thing I forgot to mention is that if I set the transaction
attribute to Required, instead of RequiresNew on the bean, it works fine.
-Todd
-- Forwarded message --
Date: Tue, 18 Jun 2002 09:22:23 -0700 (PDT)
From: Todd Huss <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subj
Bill,
Thanks for the help. My responses to your questions are below:
- What is your primary key class?
public class UserPK implements java.io.Serializable
{
public Integer id = null;
public int hashCode()
{
return (this.getClass().getName()+