Bugs item #539379, was opened at 2002-04-04 20:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=539379&group_id=22866

Category: JBossCMP
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Bohlen (mattes3)
Assigned to: Nobody/Anonymous (nobody)
Summary: Creating bean instance rejected

Initial Comment:
OS: Windows 2000
JDK 1.3.1_02

I have ported the CMPCustomer example from SUN's 
J2SDKEE to JBoss (using XDoclet). It is an example 
where Customers, Addresses and Subscriptions for 
magazines can be created via a small web application 
and EJBs using CMP 2.0 with CMR.

Deployment is OK, database tables are created, all is 
fine. Customers and Subscriptions can be created, 
Addresses cannot. The server gives a message:

2002-04-04 20:23:53,596 ERROR [Default] 
java.lang.reflect.UndeclaredThrowableException:
2002-04-04 20:23:53,596 ERROR [Default] 
java.rmi.ServerException: INSERTING AN ALREADY 
EXISTING BEAN, ID = ADDR01; nested exception is: 
        java.lang.IllegalStateException: INSERTING AN 
ALREADY EXISTING BEAN, ID = ADDR01
2002-04-04 20:23:53,596 ERROR [Default] 
java.lang.IllegalStateException: INSERTING AN ALREADY 
EXISTING BEAN, ID = ADDR01
2002-04-04 20:23:53,606 ERROR [Default]         at 
org.jboss.ejb.plugins.AbstractInstanceCache.insert
(AbstractInstanceCache.java:265)
2002-04-04 20:23:53,606 ERROR [Default]         at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeH
ome(EntityInstanceInterceptor.java:149)

I have attached the full server log and the ear file.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=539379&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to