[jboss-jira] [JBoss JIRA] Updated: (JBAS-4749) HTML object tag should be used instead of applet

Sylvain Avril (JIRA) jira-events at lists.jboss.org
Tue Sep 25 05:59:41 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBAS-4749?page=all ]

Sylvain Avril updated JBAS-4749:
--------------------------------

    Workaround Description: 
The applet tag could be changed by the following (it is not very clean, it is a quick hack) in applet.jsp of web-console.war :
<OBJECT 
  classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
   width="100%" 
   height="100%">
   <param name = ARCHIVE value = "applet.jar" >
  <PARAM name="code" value="org.jboss.console.navtree.AppletBrowser">
   <param name="RefreshTime" value="">
   <param name="SessionId" value="<%=request.getSession().getId()%>">
   <param name="PMJMXName" value="jboss.admin:service=PluginManager">
   <embed type="application/x-java-applet;version=1.5.0"
code = "org.jboss.console.navtree.AppletBrowser"
archive = "applet.jar" 
   width="100%" 
   height="100%"
   RefreshTime=""
   SessionId="<%=request.getSession().getId()%>"
   PMJMXName="jboss.admin:service=PluginManager"
   >
                <noembed> </noembed> 
              </embed> 
</OBJECT>

  was:

The applet tag could be changed by the following (it is not very clean, it is a quick hack) in applet.jsp of web-console.war :
<OBJECT 
  classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
   width="100%" 
   height="100%">
   <param name = ARCHIVE value = "applet.jar" >
  <PARAM name="code" value="org.jboss.console.navtree.AppletBrowser">
   <param name="RefreshTime" value="">
   <param name="SessionId" value="<%=request.getSession().getId()%>">
   <param name="PMJMXName" value="jboss.admin:service=PluginManager">
   <embed type="application/x-java-applet;version=1.5.0"
code = "org.jboss.console.navtree.AppletBrowser"
archive = "applet.jar" 
   width="100%" 
   height="100%"
   RefreshTime=""
   SessionId="<%=request.getSession().getId()%>"
   PMJMXName="jboss.admin:service=PluginManager"
   >
                <noembed> </noembed> 
              </embed> 
</OBJECT>

         Affects Version/s: JBossAS-4.2.1.GA
                                (was: JBossAS-4.2.2.GA)

> HTML object tag should be used instead of applet
> ------------------------------------------------
>
>                 Key: JBAS-4749
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4749
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Web Console
>    Affects Versions: JBossAS-4.2.1.GA
>            Reporter: Sylvain Avril
>         Assigned To: Darran Lofthouse
>            Priority: Minor
>
> The HTML applet tag is deprecated. It can lead to strange behavior. For exemple for my Windows PC, it try to use the 1.3.1 JVM instead of the 1.5.0 which is the default for applets.
> Some doc could be found here :
> http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html

-- 
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

        



More information about the jboss-jira mailing list