[JBoss JIRA] Created: (JBPORTAL-1724) portlet lib for clustering tests
by Prabhat Jha (JIRA)
portlet lib for clustering tests
--------------------------------
Key: JBPORTAL-1724
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1724
Project: JBoss Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Portal Portlet, Portal QA
Affects Versions: 2.6.2 Final
Reporter: Prabhat Jha
Assigned To: Julien Viet
Fix For: 2.6.3 Final
For clustering tests, from portlet modules, we need
portal-portlet-lib.jar
portal-portlet-test-framework-lib.jar
test-info.war
In thirdparty/jboss-portal/portlet, test jars are not available. We need to make this available. I think better place will be to put all test related binaries in test module or build them in portlet module but upload to repository under test module.
--
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, 8 months
[JBoss JIRA] Created: (JBPORTAL-1874) Default installation of JBoss Portal 2.6.3 does not validate as correct XHTML and CSS
by Piotr Kubowicz (JIRA)
Default installation of JBoss Portal 2.6.3 does not validate as correct XHTML and CSS
-------------------------------------------------------------------------------------
Key: JBPORTAL-1874
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1874
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Core
Affects Versions: 2.6.3 Final
Environment: Windows XP SP 2, Java 6u3, JBoss 4.2.2 GA
Reporter: Piotr Kubowicz
Assigned To: Julien Viet
After deploying downloaded JBoss Portal 2.6.3, the main page does not pass validation with http://validator.w3.org/ and http://jigsaw.w3.org/css-validator/. As result, some browsers may not display parts of pages (since they are invalid). Also other themes and layouts provided by default suffer from incompatibility with XHTML and CSS standards.
Anyone can see this running the validator on public portal demo (there are more error messages when you log in and then run the validation).
There are too many reasons to enumerate, but some of them include:
- index.jsp in generic layout includes "/layouts/common/modal.jsp", which causes CSS stylesheet usage declaration (<link rel="stylesheet") being pasted inside <body> tag (sic!!!)
- in URLs there are plain ampersand signs (IdentityUserPortletWindow?action=1&org.apache.myfaces), whilst all of them should be changed to & entities
- omitting alt attribute and closing / in <img> element in standard portlets
- duplicate id attribute inserted by one of portlets on the main page (not visible in the demo)
In default Renaissance theme CSS (http://skocz.pl/jbosscsserrors):
- using "font: 11px" instead of "font-size: 11px"
- illegal combination "background-color: none"
I suggest including phase of XHTML and CSS validation in JBoss Portal development lifecycle because you will encounter such problems with every new release as good Java programmers need not to be good web designers. Besides W3C validators, watch output of the error console in your browser (Opera and Firefox do their job well), since it displays errors in all CSS files used on page, not only in the main CSS, as well as JavaScript errors.
--
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, 8 months
[JBoss JIRA] Created: (EJBTHREE-1245) Fix CCE in "reference21_30" Tests
by Andrew Lee Rubinger (JIRA)
Fix CCE in "reference21_30" Tests
---------------------------------
Key: EJBTHREE-1245
URL: http://jira.jboss.com/jira/browse/EJBTHREE-1245
Project: EJB 3.0
Issue Type: Sub-task
Components: core
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
Priority: Critical
Fix For: AS 5.0.0.CR1
Regression introduced by fixes for EJBTHREE-1222; interfaces for business stubs no longer implement EJBObject/EJBLocalObject. These must be obtained via Home.create<METHOD>(). Ensure all Local/Remote views have defined home, and remote/local views are obtained properly.
Example Stacktrace:
java.lang.ClassCastException: $Proxy6
at org.jboss.ejb3.test.reference21_30.unit.ReferenceTestCase.testStatefulSessionHome30(ReferenceTestCase.java:144)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
--
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, 8 months