You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Olexandr Zakordonskyy (JIRA)" <de...@myfaces.apache.org> on 2005/12/12 12:06:45 UTC

[jira] Created: (MYFACES-933) Tobago Crash under Geronimo 1.0M5 after action execution.

Tobago Crash under Geronimo 1.0M5 after action execution.
---------------------------------------------------------

         Key: MYFACES-933
         URL: http://issues.apache.org/jira/browse/MYFACES-933
     Project: MyFaces
        Type: Bug
  Components: Tobago  
 Environment: Geronimo 1.0M5 with Tomcat as servlet container
    Reporter: Olexandr Zakordonskyy


When action that returns forward "null" executes, I got duplicate id exception.

Try attached application, based on tobago-blank-example.
Under Tomcat this application works fine, but under Geronimo 1.0 M5 it is crashed. 
I tried to create analogical application based on myfaces without Tobago and it works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MYFACES-933) Tobago Crash under Geronimo 1.0M5 after action execution.

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-933?page=comments#action_12360286 ] 

Bernd Bohmann commented on MYFACES-933:
---------------------------------------

Fixed debug method in ComponentUtil.toString(UIComponent) doesn't call getClientId() on UIViewRoot.

Please test it with a clean build.

> Tobago Crash under Geronimo 1.0M5 after action execution.
> ---------------------------------------------------------
>
>          Key: MYFACES-933
>          URL: http://issues.apache.org/jira/browse/MYFACES-933
>      Project: MyFaces
>         Type: Bug
>   Components: Tobago
>  Environment: Geronimo 1.0M5 with Tomcat as servlet container
>     Reporter: Olexandr Zakordonskyy
>     Assignee: Bernd Bohmann
>  Attachments: test.war
>
> When action that returns forward "null" executes, I got duplicate id exception.
> Try attached application, based on tobago-blank-example.
> Under Tomcat this application works fine, but under Geronimo 1.0 M5 it is crashed. 
> I tried to create analogical application based on myfaces without Tobago and it works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (MYFACES-933) Tobago Crash under Geronimo 1.0M5 after action execution.

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-933?page=all ]
     
Bernd Bohmann closed MYFACES-933:
---------------------------------

    Resolution: Fixed

> Tobago Crash under Geronimo 1.0M5 after action execution.
> ---------------------------------------------------------
>
>          Key: MYFACES-933
>          URL: http://issues.apache.org/jira/browse/MYFACES-933
>      Project: MyFaces
>         Type: Bug
>   Components: Tobago
>  Environment: Geronimo 1.0M5 with Tomcat as servlet container
>     Reporter: Olexandr Zakordonskyy
>     Assignee: Bernd Bohmann
>  Attachments: test.war
>
> When action that returns forward "null" executes, I got duplicate id exception.
> Try attached application, based on tobago-blank-example.
> Under Tomcat this application works fine, but under Geronimo 1.0 M5 it is crashed. 
> I tried to create analogical application based on myfaces without Tobago and it works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MYFACES-933) Tobago Crash under Geronimo 1.0M5 after action execution.

Posted by "Olexandr Zakordonskyy (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-933?page=all ]

Olexandr Zakordonskyy updated MYFACES-933:
------------------------------------------

    Attachment: test.war

> Tobago Crash under Geronimo 1.0M5 after action execution.
> ---------------------------------------------------------
>
>          Key: MYFACES-933
>          URL: http://issues.apache.org/jira/browse/MYFACES-933
>      Project: MyFaces
>         Type: Bug
>   Components: Tobago
>  Environment: Geronimo 1.0M5 with Tomcat as servlet container
>     Reporter: Olexandr Zakordonskyy
>  Attachments: test.war
>
> When action that returns forward "null" executes, I got duplicate id exception.
> Try attached application, based on tobago-blank-example.
> Under Tomcat this application works fine, but under Geronimo 1.0 M5 it is crashed. 
> I tried to create analogical application based on myfaces without Tobago and it works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MYFACES-933) Tobago Crash under Geronimo 1.0M5 after action execution.

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-933?page=comments#action_12360231 ] 

Bernd Bohmann commented on MYFACES-933:
---------------------------------------

Please add the exception to the issue.

> Tobago Crash under Geronimo 1.0M5 after action execution.
> ---------------------------------------------------------
>
>          Key: MYFACES-933
>          URL: http://issues.apache.org/jira/browse/MYFACES-933
>      Project: MyFaces
>         Type: Bug
>   Components: Tobago
>  Environment: Geronimo 1.0M5 with Tomcat as servlet container
>     Reporter: Olexandr Zakordonskyy
>  Attachments: test.war
>
> When action that returns forward "null" executes, I got duplicate id exception.
> Try attached application, based on tobago-blank-example.
> Under Tomcat this application works fine, but under Geronimo 1.0 M5 it is crashed. 
> I tried to create analogical application based on myfaces without Tobago and it works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MYFACES-933) Tobago Crash under Geronimo 1.0M5 after action execution.

Posted by "Olexandr Zakordonskyy (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-933?page=comments#action_12360318 ] 

Olexandr Zakordonskyy commented on MYFACES-933:
-----------------------------------------------

Fixed!
Thanks.

> Tobago Crash under Geronimo 1.0M5 after action execution.
> ---------------------------------------------------------
>
>          Key: MYFACES-933
>          URL: http://issues.apache.org/jira/browse/MYFACES-933
>      Project: MyFaces
>         Type: Bug
>   Components: Tobago
>  Environment: Geronimo 1.0M5 with Tomcat as servlet container
>     Reporter: Olexandr Zakordonskyy
>     Assignee: Bernd Bohmann
>  Attachments: test.war
>
> When action that returns forward "null" executes, I got duplicate id exception.
> Try attached application, based on tobago-blank-example.
> Under Tomcat this application works fine, but under Geronimo 1.0 M5 it is crashed. 
> I tried to create analogical application based on myfaces without Tobago and it works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira