[
http://jira.jboss.com/jira/browse/JBSEAM-2242?page=comments#action_12387118 ]
Andrei Gh commented on JBSEAM-2242:
-----------------------------------
Please note that I have excluded the libs from the application in order to reduce
upload/download size.
Steps to reproduce:
- Access
http://localhost:8080/syncBug
- Click on Start Conversation link
- Click on InsideConversationSlow (this will take about 5 seconds to render)
- So BEFORE InsideCOnversationSlow finishes to render (before 5 seconds), click on
InsideConversation1
Crash occurs because injected values are null
null injected values(synchronization problem?)
----------------------------------------------
Key: JBSEAM-2242
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2242
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 1.2.1.GA, 2.0.0.GA
Reporter: Andrei Gh
Attachments: syncBug.zip
am inside a long running conversation and I have a search page with a search button that
triggers myBean.search().
myBean has several conversation scoped variables, injected with @In.
While the search page is rendered in the browser, before the render finishes, I click the
search button that calls method myBean.search() on server.
The problem is that injected values are null.
The problem only occurs when I call bean method(by clicking a button), BEFORE the page
that contains that button finishes to render in the browser.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira