[JBoss JIRA] Created: (JBCACHE-1214) Can the cache be backed by LinkedHashSet instead of HashSet
by Carl Shelbourne (JIRA)
Can the cache be backed by LinkedHashSet instead of HashSet
-----------------------------------------------------------
Key: JBCACHE-1214
URL: http://jira.jboss.com/jira/browse/JBCACHE-1214
Project: JBoss Cache
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Environment: RFC
Reporter: Carl Shelbourne
Assigned To: Manik Surtani
Priority: Optional
Looking at the code it is noted that the cache is backed by a HashSet.
Would it be possible to change this so that it is backed by a LinkedHashSet.
There may or may not be performance benefits to this dependant on the usage. The primary reason for wanting it to be backed by a LinkedHashSet is the guaranteed ordering of the elements when iterated over. Having this guarantee would facilitate implementations of say a TableModel, but would make other iterations more predictable too.
--
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
17 years, 11 months
[JBoss JIRA] Created: (JBPORTAL-1753) Align WSRP with WS 2.0
by Thomas Heute (JIRA)
Align WSRP with WS 2.0
----------------------
Key: JBPORTAL-1753
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1753
Project: JBoss Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Portal WSRP
Affects Versions: 2.6.2 Final
Reporter: Thomas Heute
Assigned To: Chris Laprun
Fix For: 2.6.3 Final
At least portal-wsrp.jse must be renamed portal-wsrp.war.
There are also some WARN when you start WSRP on JBoss AS 4.2.2.GA
15:49:57,971 WARN [ServiceObjectFactory] Unable to narrow port selection for
UnifiedPortComponentRef
serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_ServiceDescription_PortType
portQName=null
enableMTOM=false
portComponentLink=null
callProperties=[]
stubProperties=[]
configName=null
configFile=null
15:49:58,920 WARN [ServiceObjectFactory] Unable to narrow port selection for
UnifiedPortComponentRef
serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_Markup_PortType
portQName=null
enableMTOM=false
portComponentLink=null
callProperties=[]
stubProperties=[]
configName=null
configFile=null
15:49:59,827 WARN [ServiceObjectFactory] Unable to narrow port selection for
UnifiedPortComponentRef
serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_PortletManagement_PortType
portQName=null
enableMTOM=false
portComponentLink=null
callProperties=[]
stubProperties=[]
configName=null
configFile=null
15:50:01,753 WARN [ServiceObjectFactory] Unable to narrow port selection for
UnifiedPortComponentRef
serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_Registration_PortType
portQName=null
enableMTOM=false
portComponentLink=null
callProperties=[]
stubProperties=[]
configName=null
configFile=null
--
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
17 years, 11 months
[JBoss JIRA] Created: (JBRULES-1587) Docbook template doesn't show figure images
by Geoffrey De Smet (JIRA)
Docbook template doesn't show figure images
-------------------------------------------
Key: JBRULES-1587
URL: http://jira.jboss.com/jira/browse/JBRULES-1587
Project: JBoss Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Manual
Affects Versions: 4.0.6
Reporter: Geoffrey De Smet
Assigned To: Mark Proctor
Fix For: 5.0.0-M1
When I generate the solver docbook to single_html with mvn, some of the images (the one with the queens) are generated in a scrollpane:
the viewport is the size of the image (which is good), but the contentpane is enormsly big and the image is centered in it (which is bad).
The result is that the user has to scroll each image down a lot before they can see the image.
Only images that use the structure
section/figure/mediaobject/imageobject/imagedata
are affected.
--
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
17 years, 11 months