[weld-issues] [JBoss JIRA] Created: (WELD-399) Conversation should work on AppEngine

Paul Bakker (JIRA) jira-events at lists.jboss.org
Mon Jan 25 09:34:28 EST 2010


Conversation should work on AppEngine
-------------------------------------

                 Key: WELD-399
                 URL: https://jira.jboss.org/jira/browse/WELD-399
             Project: Weld
          Issue Type: Feature Request
          Components: Conversations
    Affects Versions: 1.0.0.GA
         Environment: Google AppEngine 1.3
            Reporter: Paul Bakker
            Priority: Optional


Weld works pretty well on GAE, which is of course great in combination with JSF 2. The only problem I've ran into so far is that conversations don't work. GAE doesn't allow threading, and the cleanup scheduler in Weld brakes this rule. 
The problem is in org.jboss.weld.conversation.AbstractConversationManager.scheduleForTermination(AbstractConversationManager.java:204)

This is obviously not a bug, it's just a GAE problem. I'm not sure how this should be solved in a clean way, disabling the cleanup task when running on GAE seems like a bad idea (memory leaks). It might be an idea to create a GAE task queue for cleanup, but this would require  GAE specific code.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list