I am having a problem.
I am creating some records using some BMP and CMP EJBs. While Orion is 
still running I am deleting the records using a simple JDBC client.

When I try to ccreate the same records again I get an exception that says
javax.ejb.DuplicateKeyException: Entity already exists
         at com.evermind.server.rmi.ba.invokeMethod(JAX)
         at com.evermind.server.rmi.a1.invoke(JAX)
         at com.evermind.server.rmi.a2.invoke(JAX)
         at __Proxy1.create(Unknown Source)
         at SelectTestClient.CreateRecords(SelectTestClient.java:102)
         at SelectTestClient.TestOrion(SelectTestClient.java:264)
         at SelectTestClient.main(SelectTestClient.java:319)

How can I make Orion aware that the database has changed?

Thank you,
Danut


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Reply via email to