Bugs item #623690, was opened at 2002-10-15 14:48 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=623690&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Brian Kolaci (brk) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with cache management in insert Initial Comment: I'm using BMP and have a Payment bean that has one or more PaymentItems associated with it. Inside of the Payment.ejbCreate() method, after the row is inserted into the table and I get the primary key, I create the PaymentItem objects. Upon return from the Payment.ejbCreate() method, an IllegalStateException is thrown and logs the message: INSERTING AN ALREADY EXISTING BEAN, ID = ???? is logged. I've been using this in other EJB containers without a problem and do not see anything in the spec that says that other objects cannot be created within the ejbCreate() method. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=623690&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
