Include conversations based off of the application context, not only the session context
----------------------------------------------------------------------------------------
Key: WBRI-34
URL: https://jira.jboss.org/jira/browse/WBRI-34
Project: Web Beans RI
Issue Type: Feature Request
Reporter: Dan Hinojosa
Pete and I just got done going through this, and he asked me to place this in for review. The use case that I mentioned was " Real time multi-user chat with multiple conversations" My intention was this would be a great solution for web apps that do not want to go through JMS to design something so simple.
--
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
AnnotatedClass instances should be cached and reused
----------------------------------------------------
Key: WBRI-107
URL: https://jira.jboss.org/jira/browse/WBRI-107
Project: Web Beans RI
Issue Type: Bug
Affects Versions: 1.0.0.ALPHA1
Reporter: David Allen
The current implementation often creates instances of AnnotatedClass multiple times for the same class, including everytime a bean is to be injected somewhere. Since the API types are reflected, this also includes reflecting on Object many times. If a cache is kept for each class already fully reflected/analyzed, it would save memory and time. Other code can also benefit from being able to lookup information about classes already reflected by the bean hierarchy.
--
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
Destruction of dependent objects
--------------------------------
Key: WBRI-60
URL: https://jira.jboss.org/jira/browse/WBRI-60
Project: Web Beans RI
Issue Type: Feature Request
Reporter: Gavin King
Priority: Critical
When destroying a Web Bean, dependent objects must be destroyed
--
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