[JBoss JIRA] Created: (JBAS-4179) Update interfaces for HASingletonEvictionPolicy
by Brian Stansberry (JIRA)
Update interfaces for HASingletonEvictionPolicy
-----------------------------------------------
Key: JBAS-4179
URL: http://jira.jboss.com/jira/browse/JBAS-4179
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering
Affects Versions: JBossAS-5.0.0.Beta1, JBossAS-4.2.0.CR1
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Priority: Minor
Fix For: JBossAS-5.0.0.Beta2, JBossAS-4.2.0.GA
The interfaces for this are a bit JMX-centric for an AS 5 feature.
Will make an HASingletonEvictionPolicy interface, with the current HASingletonEvictionPolicyMBean interface a trivial subinterface.
HASingletonSupportMBean method names will just be get/setElectionPolicy with type being HASingletonEvictionPolicy.
Want to fix this for 4.2.0.GA as well, since release timing means that release is where this stuff will first appear.
--
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
19 years, 2 months
[JBoss JIRA] Created: (JBPORTAL-1305) Portlet relocation in management screen causes error
by oberiko (JIRA)
Portlet relocation in management screen causes error
----------------------------------------------------
Key: JBPORTAL-1305
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1305
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.6.Alpha2
Environment: Windows XP SP2, JBoss Portal 2.6A2 + AS (bundle), Firefox 2.0.0.2
Reporter: oberiko
Portlets in the home/default screen in the admin region have locational problems.
1) Portlets are initially placed vertically instead of horizontally, even though they are in separate columns (top-down portlets)
2) When the positions are switched between the left and the center, the portlets overlap
3) From the 2nd point, when the management portlet is attempted to move left (into the same column as the catalog portlet), the management portlet displays an error.
4) This error persists until logging out and logging back in.
5) On logging back in, it seems to work until an attempt is made to select the admin --> default page in the management portlet, at which point the error re-appears.
--
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
19 years, 2 months
[JBoss JIRA] Created: (JBPORTAL-1304) cms tests fail in CC run
by Prabhat Jha (JIRA)
cms tests fail in CC run
------------------------
Key: JBPORTAL-1304
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1304
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.6.Alpha2
Reporter: Prabhat Jha
Assigned To: Prabhat Jha
We need to figure out why cms tests fail in CC but pass when run locally on Windows. It fails when run locally on dev03 as well. It passes for Thomas in his local linux box. Weird. Most of the tests failw with this error:
avax.jcr.RepositoryException at org.apache.jackrabbit.core.SearchManager.initializeQueryHandler(SearchManager.java:525) at org.apache.jackrabbit.core.SearchManager.<init>(SearchManager.java:267) at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.getSearchManager(RepositoryImpl.java:1509) at org.apache.jackrabbit.core.RepositoryImpl.initWorkspace(RepositoryImpl.java:546) at org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:254) at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:497) at org.jboss.portal.cms.impl.jcr.jackrabbit.JackrabbitJCRService.start(JackrabbitJCRService.java:105) at org.jboss.portal.cms.impl.jcr.JCRCMS.startJCR(JCRCMS.java:334) at org.jboss.portal.cms.impl.jcr.JCRCMS.startService(JCRCMS.java:299) at org.jboss.portal.test.cms.commands.AbstractCommandTestCase.setUp(AbstractCommandTestCase.java:69) at org.jboss.portal.common.test.junit.POJOJUnitTest.invoke(POJOJUnitTest.java:155) at org.jboss.portal.common.test.junit.JUnitAdapter$3.runBare(JUnitAdapter.java:121) at org.jboss.portal.common.test.junit.JUnitAdapter$2.visit(JUnitAdapter.java:136) at org.jboss.portal.common.test.info.TestInfo.internalVisit(TestInfo.java:138) at org.jboss.portal.common.test.info.TestContainerInfo.internalVisit(TestContainerInfo.java:97) at org.jboss.portal.common.test.info.TestItemInfo.visit(TestItemInfo.java:211) at org.jboss.portal.common.test.junit.JUnitAdapter.run(JUnitAdapter.java:140) at org.jboss.portal.common.test.junit.JUnitAdapter.run(JUnitAdapter.java:89)Caused by: java.lang.IllegalArgumentException at org.apache.commons.collections.BeanMap.put(BeanMap.java:374) at org.apache.jackrabbit.core.config.BeanConfig.newInstance(BeanConfig.java:109) at org.apache.jackrabbit.core.SearchManager.initializeQueryHandler(SearchManager.java:519) ... 30 morejava.lang.IllegalArgumentException at org.apache.commons.collections.BeanMap.put(BeanMap.java:374) at org.apache.jackrabbit.core.config.BeanConfig.newInstance(BeanConfig.java:109) at org.apache.jackrabbit.core.SearchManager.initializeQueryHandler(SearchManager.java:519) at org.apache.jackrabbit.core.SearchManager.<init>(SearchManager.java:267) at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.getSearchManager(RepositoryImpl.java:1509) at org.apache.jackrabbit.core.RepositoryImpl.initWorkspace(RepositoryImpl.java:546) at org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:254) at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:497) at org.jboss.portal.cms.impl.jcr.jackrabbit.JackrabbitJCRService.start(JackrabbitJCRService.java:105) at org.jboss.portal.cms.impl.jcr.JCRCMS.startJCR(JCRCMS.java:334) at org.jboss.portal.cms.impl.jcr.JCRCMS.startService(JCRCMS.java:299) at org.jboss.portal.test.cms.commands.AbstractCommandTestCase.setUp(AbstractCommandTestCase.java:69) at org.jboss.portal.common.test.junit.POJOJUnitTest.invoke(POJOJUnitTest.java:155) at org.jboss.portal.common.test.junit.JUnitAdapter$3.runBare(JUnitAdapter.java:121) at org.jboss.portal.common.test.junit.JUnitAdapter$2.visit(JUnitAdapter.java:136) at org.jboss.portal.common.test.info.TestInfo.internalVisit(TestInfo.java:138) at org.jboss.portal.common.test.info.TestContainerInfo.internalVisit(TestContainerInfo.java:97) at org.jboss.portal.common.test.info.TestItemInfo.visit(TestItemInfo.java:211) at org.jboss.portal.common.test.junit.JUnitAdapter.run(JUnitAdapter.java:140) at org.jboss.portal.common.test.junit.JUnitAdapter.run(JUnitAdapter.java:89)
--
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
19 years, 2 months