Hi All,
I am new to this community.
I am having an application in JSF/SEAM/JPA-JTA and using SEAM annotations.
I am facing a problem with behaviour of the aplication in which the some of the Bean properties is not been set properly ( and IE in some test scenarios and it is not occuring always. The object which causes this problem is defined as in the SESSION scope as shown below.
@Name("beanData")
@Scope(ScopeType.SESSION)
I am facing the same problem if we test the application too fastly....I mean if the request has been raised concurrently one by one with no time to complete the first request....
Where am I be wrong?
Any updates for How to control the request in SEAm based web application.