Hi!

I wrote several CMP beans. They run OK. But the problem is, that every time
I get an entity bean from its home, jBoss calls ejbStore() on it TWO times
when the reference is released. This happens even if no changes were made to
the bean at all! From my point of view, I would like no ejbStore() calls to
be performed in the situation, but that is container-specific... The problem
with the two calls is that they have a major impact on performance. jBoss
and database (Postgres) run on the same machine, but iterating through a
list of 5 records (5 entity beans) takes ca. 1 second.

Does anybody know whether it's a problem in jBoss implementation of CMP? Or
am I missing something?

Best regards,
Alexander Klyubin



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to