Incorporate information from TSS articles into manual
-----------------------------------------------------
Key: JGRP-697
URL: http://jira.jboss.com/jira/browse/JGRP-697
Project: JGroups
Issue Type: Sub-task
Reporter: Richard Achmatowicz
Assigned To: Bela Ban
Fix For: 2.x
Incorporate relevant sections of Vladimir's TSS articles into the manual.
--
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
Upgrade JBoss MC to the same version than ASB4
----------------------------------------------
Key: JBPORTAL-1898
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1898
Project: JBoss Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Portal Portlet, Portal Web
Affects Versions: Identity-1.1, Portlet-2.0, Web-1.2, Common-1.2
Reporter: Julien Viet
Assigned To: Julien Viet
Fix For: Identity-1.1, Portlet-2.0, Web-1.2, Common-1.2
--
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
Session.executor is leaking the first classLoader used
------------------------------------------------------
Key: JBMESSAGING-1200
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1200
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.4.0.SP2
Reporter: Clebert Suconic
Assigned To: Clebert Suconic
The Session.executor is holding the first ClassLoader reference on its ThreadContextClassLoader.
This is also causing invalid classLoader usages when the first ClassLoader used was undeployed, and could lead to other problems on ObjectMessages and StreamMessages. (things like ClassNotFound becuase it's using the wrong classLoader on the executor).
--
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
Extend Portlet part of core admin portlet to Portlet 2.0 meta data
------------------------------------------------------------------
Key: JBPORTAL-1918
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1918
Project: JBoss Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Julien Viet
Fix For: Portlet-2.1
--
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
Rewrite Portlet Container component lifecycle SPI
-------------------------------------------------
Key: JBPORTAL-1881
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1881
Project: JBoss Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Portal Portlet
Reporter: Julien Viet
Assigned To: Julien Viet
Fix For: Portlet-2.0
- need to take in account filters and listeners
- current SPI is leaky
--
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
Remove PortletAPIFactory
------------------------
Key: JBPORTAL-1913
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1913
Project: JBoss Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Portal Portlet
Reporter: Julien Viet
Assigned To: Julien Viet
Fix For: Portlet-2.0
--
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
[ http://jira.jboss.com/jira/browse/JBMESSAGING-314?page=all ]
Tim Fox closed JBMESSAGING-314.
-------------------------------
Fix Version/s: 2.0.0 Alpha
(was: 2.0.0 Beta)
Resolution: Done
> Extend messaging core to be fully functioning
> ---------------------------------------------
>
> Key: JBMESSAGING-314
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-314
> Project: JBoss Messaging
> Issue Type: Task
> Reporter: Tim Fox
> Fix For: 2.0.0 Alpha
>
>
> The scope of messaging core should be extended out to the client side and JMS dependencies should only exist on thin layer on the client side. Core should be a fully functioning messaging system with useable clients.
--
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
[ http://jira.jboss.com/jira/browse/JBMESSAGING-1125?page=all ]
Tim Fox deleted JBMESSAGING-1125:
---------------------------------
> Allow replication to be turned off for transacted sessions
> ----------------------------------------------------------
>
> Key: JBMESSAGING-1125
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1125
> Project: JBoss Messaging
> Issue Type: Feature Request
> Reporter: Tim Fox
> Assigned To: Tim Fox
>
> We should allow the ability to turn off session replication for transacted sessions.
> Replicating transacted sessions is only needed to cope with the possibility that another session grabs unacked messages from the queue before the original session.
> If the user never has more than one session on the queue at any one time this becomes unnecessary.
--
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
Allow onMessage to be executed on the remoting thread
-----------------------------------------------------
Key: JBMESSAGING-876
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-876
Project: JBoss Messaging
Issue Type: Sub-task
Reporter: Tim Fox
Assigned To: Tim Fox
Fix For: 1.2.1
As an optimisation we should allow message listeners to be executed straight through using the same thread that delivers the message to the message callback handler. This would avoid an extra context switch..
Currently the thread used is from an executor per session - so as to be strictly JMS compliant.
--
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