[JBoss JIRA] (GTNPORTAL-2859) Remove PortalClusteredSSOSupportValve from Tomcat7 packaging
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2859?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-2859:
----------------------------------
Fix Version/s: 3.5.4.Final
(was: 3.5.3.Final)
> Remove PortalClusteredSSOSupportValve from Tomcat7 packaging
> ------------------------------------------------------------
>
> Key: GTNPORTAL-2859
> URL: https://issues.jboss.org/browse/GTNPORTAL-2859
> Project: GateIn Portal
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Affects Versions: 3.5.0.Final
> Reporter: Marek Posolda
> Assignee: Marek Posolda
> Fix For: 3.5.4.Final, 3.6.0.Beta01
>
>
> There is issue with PortalClusteredSSOSupportValve on Tomcat7. When the class is loaded, you will see the exception:
> {code}
> java.lang.VerifyError: class org.exoplatform.web.login.PortalClusteredSSOSupportValve overrides final method start.()V
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
> at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:264)
> at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1665)
> {code}
> It's caused by API inconsistency between JBoss AS7 and Tomcat7. Normally PortalClusteredSSOSupportValve is not loaded, but it could be loaded when deploying some spring applications on Tomcat7.
> Resolution will be to remove this class from Tomcat packaging and have it only in JBoss AS7 packaging.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months
[JBoss JIRA] (GTNPORTAL-2831) A wrong exclusion of ehcache-core maven dependency in the root POM
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2831?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-2831:
----------------------------------
Fix Version/s: 3.5.4.Final
> A wrong exclusion of ehcache-core maven dependency in the root POM
> ------------------------------------------------------------------
>
> Key: GTNPORTAL-2831
> URL: https://issues.jboss.org/browse/GTNPORTAL-2831
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.5.0.Final
> Reporter: Trong Tran
> Assignee: Trong Tran
> Labels: portal-s70
> Fix For: 3.5.4.Final, 3.6.0.Beta02
>
>
> the ehcache-core lib is being used at runtime by gadget server.
> BUT today it is excluded from shindig-common dependency management in the root POM which will raises a side effect in dependency inheritance:
> {code}
> <dependency>
> <groupId>org.gatein.shindig</groupId>
> <artifactId>shindig-common</artifactId>
> <version>${org.shindig.version}</version>
> <exclusions>
> <exclusion>
> <groupId>net.sf.ehcache</groupId>
> <artifactId>ehcache-core</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months
[JBoss JIRA] (GTNPORTAL-2852) Clean up and improve bundle loading process
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2852?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-2852:
----------------------------------
Fix Version/s: 3.5.4.Final
> Clean up and improve bundle loading process
> -------------------------------------------
>
> Key: GTNPORTAL-2852
> URL: https://issues.jboss.org/browse/GTNPORTAL-2852
> Project: GateIn Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Internationalization and Localization
> Affects Versions: 3.5.0.Final
> Reporter: Trong Tran
> Assignee: Trong Tran
> Fix For: 3.5.4.Final, 3.6.0.Beta01
>
>
> Basically, there are two things :
> 1. Remove ant configuration in the root POM which copies all *_en.properties to the base ones (webui_en.properties to webui.properties for instance). The copy is not efficient and not a clean way to maintain resource bundle files. What we need is just to keep the base properties file only, the default English language properties should be loaded fallback by the base one normally.
> 2. Move resource bundle files from src/main/webapp/WEB-INF/classes to src/main/resources. It is more compliant to Maven standard structure.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months
[JBoss JIRA] (GTNPORTAL-2894) The home page image is mirrorred when using RTL languages
by Gabriel Cardoso (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2894?page=com.atlassian.jira.pl... ]
Gabriel Cardoso commented on GTNPORTAL-2894:
--------------------------------------------
Please use the two last images. Here is the code updated to LTR and RTL:
HTML
<div class="HomePortletAdBackround">
<div class="AdImageLeft">
<p class="slogan">Everything you need for your Web applications</p>
<div class="AdImageRight"></div>
</div>
</div>
CSS
.UIHomePagePortlet .HomePortletAdBackround {
position: relative
}
.slogan { /* Base Code for LTR and RTL */
position: absolute;
font-size: 25px;
line-height: 29px;
font-weight: 100;
left: 58px;
top: 134px;
letter-spacing: -0.4px;
width: 280px;
font-family: "Frutiger LT Std", Frutiger, Helvetica, Arial, Sans-serif;
color: #7b7b7b;
background: -webkit-linear-gradient(#b9b9b9, #535353); /* gradient effect only works on webkit */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.slogan { /* Code for RTL */
left: 0;
right: 50px;
direction: rtl;
}
> The home page image is mirrorred when using RTL languages
> ---------------------------------------------------------
>
> Key: GTNPORTAL-2894
> URL: https://issues.jboss.org/browse/GTNPORTAL-2894
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Matt Wringe
> Assignee: Viliam Rockai
> Attachments: gatein-36-LTR.jpg, gatein-36-RTL.jpg, gatein-36-RTL.jpg, rtl.png
>
>
> When using RTL languages, the image displayed on the home page portlet gets mirrored. We should handle this in a better situation, most likely by removing the text from the image and having the text properly added using the resource bundle.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 12 months