[jboss-jira] [JBoss JIRA] Commented: (JBAS-7309) Seam Navigation Fails with Jboss AS 5.2Beta1

Cody Lerum (JIRA) jira-events at lists.jboss.org
Wed Oct 7 14:55:05 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBAS-7309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12488848#action_12488848 ] 

Cody Lerum commented on JBAS-7309:
----------------------------------

Unfortuantly I can't deploy now.

I grabbed Hudson Build 804 and removed the jsf-facelets.jar from my war and also changed the faces-config.xml to be version 2.0

<?xml version='1.0' encoding='UTF-8'?>
<faces-config version="2.0"
              xmlns="http://java.sun.com/xml/ns/javaee"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd">

   <application>
      <locale-config>
         <default-locale>en</default-locale>
         <supported-locale>bg</supported-locale>
         <supported-locale>de</supported-locale>
         <supported-locale>en</supported-locale>
         <supported-locale>fr</supported-locale>
         <supported-locale>it</supported-locale>
         <supported-locale>tr</supported-locale>
      </locale-config>
      <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
   </application>

</faces-config>


But now I my deployment fails --- server.log http://www.pastebin.org/38810

> Seam Navigation Fails with Jboss AS 5.2Beta1
> --------------------------------------------
>
>                 Key: JBAS-7309
>                 URL: https://jira.jboss.org/jira/browse/JBAS-7309
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: JBossAS-5.2.0.Beta1
>         Environment: Windows 7 x64. Java 6 Update 16 x64. JBoss 5.2Beta1. Seam 2.2.0GA or Seam 2.2.1Nightly
>            Reporter: Cody Lerum
>
> When a Seam-Gen generated project is deployed as an ear (compressed or exploded) to the server everything appears to deploy without error. The app can be brought up to the main page but if you click login and then submit the form via the Login button a blank page is rendered.
> I have tested this both Seam 2.2.0GA and Seam 2.2.1Nightly.
> To reproduce generate a new ear project via seam-gen. deploy to server and navigate to the login.seam page. Fill out the form and click login.

-- 
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 jboss-jira mailing list