"DIETERLY,DUGGAN (HP-FtCollins,ex1)" wrote:
>
> I am experiencing what I think is a bug in Jonas. When I try to remove an
> entity bean, the
> bean is removed from the database, but Jonas still thinks the bean exists.
> Below is
> what I found on the mailing lists about this same problem. Has anyone
> experienced this?
> Has anyone solved this problem?
>
I have check this in jonas 2.0.2 sources: There is a known bug about
remove
only in this configuration
- start a transaction
- remove an entity bean
- findByPrimaryKey(this bean) : you still find it!
- close transaction
Note that if you are not inside a transaction, it works.
If you use another finder method (not "findByPrimaryKey), it works too.
This little problem has been introduced when we fixed another bug about
a memory leak.
I cannot see if you are inside a transaction or not in your case ?
--
Philippe Durieux ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]
-> Download our EJBServer at http://www.evidian.com/ejb <-
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".