[JBoss JIRA] Created: (GTNWSRP-228) Upgrade Chromattic to 1.1.0-beta5
by Julien Viet (JIRA)
Upgrade Chromattic to 1.1.0-beta5
---------------------------------
Key: GTNWSRP-228
URL: https://issues.jboss.org/browse/GTNWSRP-228
Project: GateIn WSRP
Issue Type: Task
Reporter: Julien Viet
Assignee: Chris Laprun
The most important change that should affect WSRP usage of Chromattic in 1.1.0-beta5 is @Properties annotation behavior change. Previously it was exposing any property of the node and now it exposes only a property that is a residual property (denoted by * as name). In particular jcr meta property such as jcr:uuid or jcr:primaryType will not be exposed anymore. The other change is the addition of the @Naming annotation to work also with @Properties to specify a namespace so a map accessor annotated with @Naming("foo") @Properties exposes foo:* matching properties but Chromattic takes care of the prefix so doing a put("bar", "juu") will actually create a "foo:bar" = "juu" property in the JCR node.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (GTNPORTAL-1902) IntegrationCache not invalidated when calling invalidateAll() on PicketlinkIDMCacheService MBean
by Marek Posolda (JIRA)
IntegrationCache not invalidated when calling invalidateAll() on PicketlinkIDMCacheService MBean
------------------------------------------------------------------------------------------------
Key: GTNPORTAL-1902
URL: https://issues.jboss.org/browse/GTNPORTAL-1902
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Identity integration
Affects Versions: 3.1.0-GA
Environment: JBoss EPP 5.1.0.GA
Reporter: Marek Posolda
Assignee: Boleslaw Dawidowicz
Fix For: 3.2.0-GA
There is issue that IntegrationCache is not correctly registered at PicketlinkIDMCacheService and so that it's not invalidated when calling invalidateAll().
Looks like typo in PicketLinkIDMServiceImpl() constructor where is APICacheProvider registered 2 times but integration cache 0 times.
//Integration cache
integrationCache = new IntegrationCache();
integrationCache.setExpiration(expiration);
integrationCache.initialize(cache);
picketLinkIDMCache.register(apiCacheProvider); // This line causes a bug!
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (GTNPORTAL-1795) Remove WebOS related CSS code from eXoResources
by Vu Viet Phuong (JIRA)
Remove WebOS related CSS code from eXoResources
-----------------------------------------------
Key: GTNPORTAL-1795
URL: https://issues.jboss.org/browse/GTNPORTAL-1795
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA
Reporter: Vu Viet Phuong
Priority: Minor
There are some WebOS related stylesheet eXoResources project . For example:
<eXoResources>/webapp/skin/DefaultSkin/webui/component/UIPopup/UIWindow/Stylesheet.css
/skin/DefaultSkin/webui/component/UISelector/UIItemSelector/Stylesheet.css
/skin/PortletThemes/Stylesheet.css
i can find .UIPageDesktop css selector in many places. We should remove it
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months