[JBoss-user] RE: JBoss 3.0 and Transaction attribute RequiresNew (fwd)

2002-06-18 Thread Todd Huss
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

[JBoss-user] RE: JBoss 3.0 and Transaction attribute RequiresNew

2002-06-18 Thread Todd Huss
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()+