revisit SwimlanesSection to use refresh() method
------------------------------------------------
Key: GPD-13
URL: http://jira.jboss.com/jira/browse/GPD-13
Project: JBoss jBPM GPD
Issue Type: Task
Reporter: Koen Aers
Assigned To: Koen Aers
Fix For: 3.1.0 alpha1
The implementation of the swimlanes section in the tabbed properties pane should be revised.
--
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
Make Marshallers pluggable
--------------------------
Key: JBCACHE-870
URL: http://jira.jboss.com/jira/browse/JBCACHE-870
Project: JBoss Cache
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Manik Surtani
Assigned To: Manik Surtani
Fix For: 2.0.0.ALPHA2, 2.0.0.GA
Since marshallers are going to be used for more and more stuff in JBC (not just replication) make it pluggable, involving (1) an interface, and (2) a config option to override the default marshaller.
--
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
Improving serialization in JDBCCacheLoader
------------------------------------------
Key: JBCACHE-879
URL: http://jira.jboss.com/jira/browse/JBCACHE-879
Project: JBoss Cache
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Cache loaders
Affects Versions: 1.4.0.SP1, 1.3.0.SP3
Reporter: Galder Zamarreno
Assigned To: Galder Zamarreno
Fix For: 2.0.0.GA
JDBCCacheLoader uses standard serialisation to
store objects in database.
This CL should use the same marshalling techniques
as used in the rest of JBC code in order to improve both
performance and reduce the amount data that needs to
be transfered to database (better use of badnwith) and
therefore, stored in it.
--
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
Look into using JBC Marshaller implementations for responses as well as requests
--------------------------------------------------------------------------------
Key: JBCACHE-752
URL: http://jira.jboss.com/jira/browse/JBCACHE-752
Project: JBoss Cache
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Replication
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: 2.0.0
In JGroups 2.4 the ability to use a Marshaller for responses as well as requests was added. At some point JGroups may require that the *same* marshaller instance handle both. JBC's current marshallers can't do this; need to look into what it would take to do it.
Should be simple, as RPC responses in JBC are either null, an exception, or a byte[] (for RPC based state transfer).
--
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 in thread pooling support for the listener architecture.
------------------------------------------------------------
Key: JBESB-227
URL: http://jira.jboss.com/jira/browse/JBESB-227
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: ESB Core
Affects Versions: 4.0 Beta 1 Maintenance Pack 1
Reporter: Mark Little
Assigned To: Johan Kumps
Fix For: 4.0
Rather than create a new thread to service each message, use a thread pool for efficiency.
--
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
Split (Esb)Util and group common utility methods.
-------------------------------------------------
Key: JBESB-115
URL: http://jira.jboss.com/jira/browse/JBESB-115
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: ESB Core
Affects Versions: 4.0 Beta 1
Reporter: Arvinder Singh
Assigned To: Arvinder Singh
Priority: Minor
Fix For: 4.0
Split (Esb)Util and group common utility methods.
--
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
Correlation id
--------------
Key: JBESB-279
URL: http://jira.jboss.com/jira/browse/JBESB-279
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: ESB Core
Affects Versions: 4.0
Reporter: Mark Little
Assigned To: Mark Little
Fix For: 5.0
Couriers use a correlation id in the message for 2-ways. This should either be using WS-Context or WS-Addressing.
--
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
Patch to use Java 1.5 concurrent lock classes
---------------------------------------------
Key: JBCACHE-891
URL: http://jira.jboss.com/jira/browse/JBCACHE-891
Project: JBoss Cache
Issue Type: Patch
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.ALPHA1, 2.0.0.ALPHA2
Reporter: Elias Ross
Assigned To: Manik Surtani
Attachments: java5locks.diff
JBoss Cache 2.0 will be using JDK1.5, or I suppose the retro-compiler to support 1.4 as well.
This patch converts most of the locking classes to use the java.util.concurrent.* libraries, as well as the tests.
There are a few utility classes included as well.
--
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 getNames to the Body
------------------------
Key: JBESB-248
URL: http://jira.jboss.com/jira/browse/JBESB-248
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: ESB Core
Affects Versions: 4.0 Beta 1
Reporter: Mark Little
Assigned To: Mark Little
Fix For: 5.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
Port ReteOO viewer from Jung /Swing to GEF
------------------------------------------
Key: JBRULES-517
URL: http://jira.jboss.com/jira/browse/JBRULES-517
Project: JBoss Rules
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Eclipse IDE
Affects Versions: 3.0.5
Reporter: Philippe Ombredanne
Assigned To: Mark Proctor
Priority: Minor
Port the Jung based ReteOO viewer to GEF
--
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