[JBoss JIRA] Updated: (JBAS-7205) Redeployment of session doesn't acquire session state
by Brian Stansberry (JIRA)
[ https://jira.jboss.org/jira/browse/JBAS-7205?page=com.atlassian.jira.plug... ]
Brian Stansberry updated JBAS-7205:
-----------------------------------
Workaround Description:
Edit the server/<config_name>/deploy/cluster/jboss-cache-manager.sar/META-INF/jboss-cache-manager-jboss-beans.xml file. Find the "standard-session-cache" configuration section and set the following properties to "true"
<property name="useRegionBasedMarshalling">true</property>
<!-- Must match the value of "useRegionBasedMarshalling" -->
<property name="inactiveOnStartup">true</property>
Workaround: [Workaround Exists]
Added a workaround.
I'm debating whether to make useRegionBasedMarshalling=true the default for AS 5.2. The reason to do it is it's the correct fix for this issue. The downside is it adds some overhead to replication. I suspect deploying multiple distributable webapps in the same AS and then independently hot redeploying is a bit of an edge case; more common are just a single webapp, or multiple webapps packaged in an ear, or full server restarts when applications are upgraded.
> Redeployment of session doesn't acquire session state
> -----------------------------------------------------
>
> Key: JBAS-7205
> URL: https://jira.jboss.org/jira/browse/JBAS-7205
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering, Web (Tomcat) service
> Affects Versions: JBossAS-5.1.0.GA
> Reporter: Bela Ban
> Assignee: Brian Stansberry
> Attachments: web.war
>
>
> Here's the scenario:
> - Start instances A and B in a cluster, the webapp is session.war (*exploded* WAR)
> - Create a session, say its session-id is sessionId.A
> - Go to A and remove the WAR, e.g. cd ./deploy ; mv session.war session.war.bak
> - Refresh the session. It fails over to B: sessionId.B
> - Go back to A (/deploy dir) and mv session.war.bak session.war
> - Go to B and remove the session
> ==> The session will fail back to A, but the session's data is gone !
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Created: (JBPORTAL-2460) Mouse over effect in Admin portlet does not work with IE8
by Martin Putz (JIRA)
Mouse over effect in Admin portlet does not work with IE8
---------------------------------------------------------
Key: JBPORTAL-2460
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2460
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Core Admin
Affects Versions: 2.7.2 Final
Reporter: Martin Putz
* How to reproduce a behavior
(1) Login as admin
(2) Click "Dashboard" on top of right side
(3) Click "Configure dashboard" on top of right side
(4) Mouse over to portlet name (e.g. Administration portlet) in the "Portlet instance associated to this window"
(5) When customer browsed with other than IE8 (e.g. firefox), a pop-up display which explains "Portlet name" and "Portlet description" appears. When customer browsed with IE8, nothing appears.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months