Portal clustered QA configuration
---------------------------------
Key: JBPORTAL-1605
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1605
Project: JBoss Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Portal QA
Reporter: Julien Viet
Assigned To: Matt Wringe
Produce an improved configuration of JBoss Portal for cluster that has been through horizontal scalability tests in QA labs.
--
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
Replace separate threads with timer tasks
-----------------------------------------
Key: JGRP-413
URL: http://jira.jboss.com/jira/browse/JGRP-413
Project: JGroups
Issue Type: Feature Request
Affects Versions: 2.4
Reporter: Bela Ban
Assigned To: Bela Ban
Fix For: 2.5
E.g. PingWaiter, PingSender
--
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
Convert Event.FIND_INITIAL_MBRS to use concurrent stack
-------------------------------------------------------
Key: JGRP-420
URL: http://jira.jboss.com/jira/browse/JGRP-420
Project: JGroups
Issue Type: Task
Affects Versions: 2.5
Reporter: Vladimir Blagojevic
Assigned To: Bela Ban
Fix For: 2.5
Protocols above PING request initial membership by passing Event.FIND_INITIAL_MBRS down the stack. Prior to concurrent stack this event had to be processed asynchronously since there were deadlock issues - hence the need for PingWaiter. Now, with the concurrent stack, we might possibly eliminate the need for PingWaiter altogether and convert Event.FIND_INITIAL_MBRS to return initial membership as a result.
--
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
Optimise the use of MapCopy in XXDirect() methods in NodeSPI
------------------------------------------------------------
Key: JBCACHE-1148
URL: http://jira.jboss.com/jira/browse/JBCACHE-1148
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: MonthOfBugs_200
Affects Versions: 2.0.0.CR3
Reporter: Manik Surtani
Assigned To: Manik Surtani
Fix For: 2.0.0.GA
--
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
Way to multiplex events
-----------------------
Key: JBPORTAL-1603
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1603
Project: JBoss Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 2.6 Final
Reporter: Andrew Oliver
When using the portal API it becomes apparent rapidly that you need a way to both send an event and allow it to bubble as well as send events to multiple targets. Even the example (http://anonsvn.jboss.org/repos/portal/trunk/core-samples/src/main/org/jbo...) demonstrates this as the basic A portlet cannot maintain its own state in the radio button as well as send it to the B portlet (http://anonsvn.jboss.org/repos/portal/trunk/core-samples/src/main/org/jbo...). This will result in application-scope session parameters throughout which is a kind of anti-pattern but the only way it is workable. The situation is made worse with two target portlets. It is possible that this is addressed in JSR-268, but at the moment there doesn't appear to be a good JBP solution to this.
Ideally I could do something like return sendNewAndOld(origEvent, newEvents[]); this might also be a "..." style method.
--
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
JBRMSServiceServlet to log persistent actions
---------------------------------------------
Key: JBRULES-651
URL: http://jira.jboss.com/jira/browse/JBRULES-651
Project: JBoss Rules
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Michael Neale
Assigned To: Michael Neale
--
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
Add annotation support to the service mbean metadata
----------------------------------------------------
Key: JBAS-4570
URL: http://jira.jboss.com/jira/browse/JBAS-4570
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: JMX
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: JBossAS-5.0.0.Beta3
To facilitate management object creation we need to allow service mbeans to be annotated:
<?xml version="1.0" encoding="UTF-8"?>
<mbean name="jboss.test:type=BasicMBeanName" code="BasicMBeanCode">
<annotation>@org.jboss.test.system.metadata.annotation.CompType(type="DS",subtype="LocalTX")</annotation>
</mbean>
--
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
Repeated instantiation of pojo with per_instance aspects is slow with generated advisors
----------------------------------------------------------------------------------------
Key: JBAOP-378
URL: http://jira.jboss.com/jira/browse/JBAOP-378
Project: JBoss AOP
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Kabir Khan
Assigned To: Kabir Khan
--
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
InstanceAdvisor domains incorrectly get added to AspectManager.subDomainsByClass
--------------------------------------------------------------------------------
Key: JBAOP-442
URL: http://jira.jboss.com/jira/browse/JBAOP-442
Project: JBoss AOP
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Kabir Khan
Assigned To: Kabir Khan
Fix For: 2.0.0.beta
--
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