Bugs item #643465, was opened at 2002-11-25 11:13 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=643465&group_id=22866
>Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Zoltan Luspai (zluspai) >Assigned to: Adrian Brock (ejort) Summary: IllegalStateException: INSERTING AN AL.. Initial Comment: Hi, I've encountered with an java.lang.IllegalStateException: INSERTING AN ALREADY EXISTING BEAN exception during my experiments with JBOSS, which looks like a bug in which you have already recognized in the code of: org.jboss.ejb.plugins.AbstractInstanceCache.insert (AbstractInstanceCache.java:221). I've used JBOSS 3.0.3 with jdk1.4.1 on windows. To allow you to reproduce the bug I have compressed (rar) the very simple eclipse project I've used. This contains bean called NamedCountBean.java which should be used to generate the EJB interfaces with the Lomboz Eclipse plugin (in fact with XDOCLET), and built myEJBContainer.jar deployed to the JBOSS. Then when running the CountClient test code you can experience the bug after running it about 7 times. Actually this bean is a simple counter with a name as a key, and the client code removes this entity bean it the counter can be divided by seven. After the entity-bean is removed the next run of the client will throw this exception. I hope this helps. ---------------------------------------------------------------------- >Comment By: Adrian Brock (ejort) Date: 2002-12-17 01:04 Message: Logged In: YES user_id=9459 Fixed in jboss-3.0.5RC1 available from CVS Regards, Adrian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=643465&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
