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

Reply via email to