What version are you using?

This isn't (exactly) transaction related - the problem is that the 
entity isn't stored prior to the finder method. It wouldn't show up if 
the entity's methods were marked 'RequiresNew' (not that I'm saying you 
want to or should do that!)

This is a bug that (IIRC) was fixed in either version 2.4.3 or 2.4.4.

-danch

Imran Bohoran wrote:

> Hi all
> 
> I'm facing a problem which I believe many of you would be having some
> solution.
> 
> I have a session bean which is deployed with the TRANSACTION attribute as
> "Required" and entity beans with the TRANSACTION attribute as "Required" for
> all the methods.
> I'm setting a value on a entity from my session bean to the entity A.
> soon after that I'm calling a private method which does a finder on entity A
> which should include the value added above.
> But, my finder is not returning the data that I've added. What could it be
> that I'm missing here.?
> Appreciate any quick response
> 
> TIA and Cheers
> 
> Imran
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 



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

Reply via email to