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

Category: JBossCMP
Group: v2.4 (stable)
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Dmitri Colebatch (dimc)
Assigned to: Nobody/Anonymous (nobody)
Summary: ejbStore not called before finder

Initial Comment:
[This bug report was developed by Sachin Pandey 
([EMAIL PROTECTED]) - submitting on his behalf as you 
apparently need to be logged in to submit]

JBoss 2.4.3
Operating System : Linux Red Hat 6.2
JDK Version : Sun's JDK 1.3

According to the ejb-spec "the container should must 
first synchronize the state of the entity bean 
instances that are participating in the same 
transaction context as the ejbFind." It seems that 
this was fixed in JBoss version 2.4.0 Bug No : 433115.
I am using version 2.4.3 final release and having 
problems with a finder invoked on a entity which has 
been modified in the same transaction context. I have 
written a small test in which i access an entity 
through a stateless session bean. The session bean 
modifies the entity instance and then calls a finder 
on the entity type. The updated record is not a part 
of the finder. I think ejbStore should have been 
called on the entity instance and the updated entity 
before the finder but its not getting called.

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

>Comment By: Dmitri Colebatch (dimc)
Date: 2002-03-22 00:56

Message:
Logged In: YES 
user_id=204154

This was in fact fixed in 2.4.4.

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

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

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

Reply via email to