[JBoss JIRA] Created: (JBMESSAGING-576) Separate paging and persistence functionality
by Tim Fox (JIRA)
Separate paging and persistence functionality
---------------------------------------------
Key: JBMESSAGING-576
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-576
Project: JBoss Messaging
Issue Type: Task
Affects Versions: 1.2.0.Alpha1, 1.0.1.CR5
Reporter: Tim Fox
Assigned To: Tim Fox
Fix For: 1.2.1
Reference management gets complex when we have to take into account messages and refs paged and not paged to storage especially if
the database is shared, this means we end up having to do extra queries to work out if the ref is alredy in the database etc.
We should separate the paging functionality out, so it doesn't page to the normal persistent store, but to a separate paging store which
typically would be a local file based store using HOWL or some other fast logger.
--
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
18 years, 2 months
[JBoss JIRA] Created: (JBPORTAL-1176) Error Displaying Flash in JBoss Portal 2.4.1.CR2
by Mitch De Felice (JIRA)
Error Displaying Flash in JBoss Portal 2.4.1.CR2
------------------------------------------------
Key: JBPORTAL-1176
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1176
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Portlet
Affects Versions: 2.4.1 SP1
Environment: Release ID: JBoss [Zion] 4.0.5.GA
Home Dir: E:\Apache Group\jboss-portal-2.4.1-CR2
Java version: 1.4.2_09,Sun Microsystems Inc.
Java VM: Java HotSpot(TM) Server VM 1.4.2_09-b05,Sun Microsystems Inc.
OS-System: Windows 2000 5.0,x86
Database: Oracle 9i
Reporter: Mitch De Felice
Assigned To: Julien Viet
I'm having two problems with running the flash plugin in Jboss Portel window.
1. When I try to set the height and width on the object tag to a 100%, the window goes totally blank, like I didn't have any statements in the jsp. However, if I set the width="100%" and set a specific height="450" the flash plugin will be displayed.
<center>
<object width="100%" height="100%">
<param name="movie" value="<%= request.getAttribute("flashurl") %>"/>
<embed src="<%= request.getAttribute("flashurl") %>" width="100%" height="100%"/>
</object>
</center>
2. The second problem that I'm seeing when trying to view a flash plungin in a Portlet Window is when I specify the classid on the object tag, the footer of the Portlet Window gets clipped off.
<center>
<object width="100%" height="455"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" >
<param name="movie" value="<%= request.getAttribute("flashurl") %>"/>
<embed src="<%= request.getAttribute("flashurl") %>" width="100%" height="455"/>
</object>
</center>
I need to specify the classid so as the flash plugin can make an Ajax call back into the server.
--
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
18 years, 2 months
[JBoss JIRA] Created: (JBAS-3883) JBoss ignores "Class-Path" attribute in WAR's MANIFEST.MF
by Amit Kasher (JIRA)
JBoss ignores "Class-Path" attribute in WAR's MANIFEST.MF
---------------------------------------------------------
Key: JBAS-3883
URL: http://jira.jboss.com/jira/browse/JBAS-3883
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ClassLoading, Web (Tomcat) service
Affects Versions: JBossAS-5.0.0.Beta1
Reporter: Amit Kasher
Assigned To: Scott M Stark
An EAR file that deploys well in JBoss4.0.5 fails to deploy in JBoss5.0Beta1 when initializing the web application (NoClassDefFound).
However, this ear does deploy well when taking the required jar files (the WAR dependencies) out of the EAR and placing them inside the .war/WEB-INF/lib folder, as well as removing the "Class-Path" entry in the WAR's MANIFEST.MF.
Documents stating, as far as I understand, the existence of the requirement that this should work are here:
http://java.sun.com/j2ee/verified/packaging.html
... as well as in the spec ... (http://jcp.org/en/jsr/detail?id=244) in section EE.8.2.1 (Bundled Libraries) starting in page 155.
It's related to Tomcat's classpath (or to the classpath augmentation JBoss performs, where there were probably recent changes to support resource injection into web clients, like servlets). This is why I indicated Tomcat as an additional affected component.
--
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
18 years, 3 months