Bugs item #643465, was opened at 2002-11-25 12:13 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=643465&group_id=22866
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Zoltan Luspai (zluspai) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- 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:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
