Bugs item #623690, was opened at 2002-10-15 18: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: Closed >Resolution: Fixed Priority: 5 Submitted By: Brian Kolaci (brk) >Assigned to: Adrian Brock (ejort) 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. ---------------------------------------------------------------------- >Comment By: Adrian Brock (ejort) Date: 2002-12-17 01:07 Message: Logged In: YES user_id=9459 Fixed in jboss-3.0.5RC1 available from CVS ---------------------------------------------------------------------- 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: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
