[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-3411) Exception after hot redeploy of the changed xhtml page to the JBoss AS

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Dec 25 06:06:54 EST 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov resolved JBIDE-3411.
-----------------------------------

    Resolution: Rejected


Looks like a bug of Facelets. They seem not to update componet tree if you just move component to ather place without restarting server.
Anyway we can't do anything there if JBoss AS Adapter publishes the page correctly.

> Exception after hot redeploy of the changed xhtml page to the JBoss AS
> ----------------------------------------------------------------------
>
>                 Key: JBIDE-3411
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3411
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.0.0.cr1
>            Reporter: Anton Klimkovich
>         Attachments: ErrorWhileHotRedeploy.PNG, exception.txt
>
>
> EXECUTE: Create Jsf with Facelets Kickstart project
> EXECUTE: Run Project on the server
> EXECUTE: Open inputname.xhtml
> EXECUTE: Insert string <input  type="submit" jsfc="h:commandButton" id="submit" action="greeting" value="New" /> after <ui:define name="body"> and before <form jsfc="h:form" id="helloForm">
> EXECUTE: Wait before Publishing to JBoss AS will be complited and verify changes in the Browser. 
> ASSERT:    Changes is present in Browser.
> EXECUTE: Open inputname.xhtml
> EXECUTE: Delete string <input  type="submit" jsfc="h:commandButton" id="submit" action="greeting" value="New" /> 
> EXECUTE: Insert string <input  type="submit" jsfc="h:commandButton" id="submit" action="greeting" value="New" /> inside <form jsfc="h:form" id="helloForm"> right after ${msg.prompt}
> EXECUTE:  Wait before Publishing to JBoss AS will be complited and verify changes in the Browser. 
> FAILURE:   Exception is occured in console log. The page isn't represented in browser.

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

        



More information about the jbosstools-issues mailing list