You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Christian E Gruber (JIRA)" <ji...@apache.org> on 2010/06/11 23:05:13 UTC

[jira] Created: (TAP5-1185) Javassist 3.9.0.GA creates bad LocalVariableTable entries which bomb on GAE dev appserver.

Javassist 3.9.0.GA creates bad LocalVariableTable entries which bomb on GAE dev appserver.
------------------------------------------------------------------------------------------

                 Key: TAP5-1185
                 URL: https://issues.apache.org/jira/browse/TAP5-1185
             Project: Tapestry 5
          Issue Type: Bug
    Affects Versions: 5.2.0, 5.2
            Reporter: Christian E Gruber
            Priority: Critical


Googla AppEngine [production server junks LocalVariableTable information, but the dev appserver does not, to allow for better debugging.  Javassist instrumentation for @Property, etc., causes bad LVT information to be written into the bytecode, causing components/pages to not be loadable in the developer appserver, including stock components such as  Form.

Javassist 3.12.0.GA fixes many of these problems.  Updating to 3.12.0.GA in the pom.xml dependencies would be ideal.

Blocking: 3.12 has not been pushed to jboss's (nor central's) repositories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TAP5-1185) Javassist 3.9.0.GA creates bad LocalVariableTable entries which bomb on GAE dev appserver.

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1185:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> Javassist 3.9.0.GA creates bad LocalVariableTable entries which bomb on GAE dev appserver.
> ------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1185
>                 URL: https://issues.apache.org/jira/browse/TAP5-1185
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0, 5.2
>            Reporter: Christian E Gruber
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>
> Googla AppEngine [production server junks LocalVariableTable information, but the dev appserver does not, to allow for better debugging.  Javassist instrumentation for @Property, etc., causes bad LVT information to be written into the bytecode, causing components/pages to not be loadable in the developer appserver, including stock components such as  Form.
> Javassist 3.12.0.GA fixes many of these problems.  Updating to 3.12.0.GA in the pom.xml dependencies would be ideal.
> Blocking: 3.12 has not been pushed to jboss's (nor central's) repositories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-1185) Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1185.
--------------------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

Upgraded to 3.12.1.GA and all tests pass; please re-open if it continues to fail under GAE.

> Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1185
>                 URL: https://issues.apache.org/jira/browse/TAP5-1185
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0, 5.2
>            Reporter: Christian E Gruber
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>             Fix For: 5.2.0
>
>
> Googla AppEngine [production server junks LocalVariableTable information, but the dev appserver does not, to allow for better debugging.  Javassist instrumentation for @Property, etc., causes bad LVT information to be written into the bytecode, causing components/pages to not be loadable in the developer appserver, including stock components such as  Form.
> Javassist 3.12.0.GA fixes many of these problems.  Updating to 3.12.0.GA in the pom.xml dependencies would be ideal.
> Blocking: 3.12 has not been pushed to jboss's (nor central's) repositories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-1185) Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1185.
--------------------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

Upgraded to 3.12.1.GA and all tests pass; please re-open if it continues to fail under GAE.

> Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1185
>                 URL: https://issues.apache.org/jira/browse/TAP5-1185
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0, 5.2
>            Reporter: Christian E Gruber
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>             Fix For: 5.2.0
>
>
> Googla AppEngine [production server junks LocalVariableTable information, but the dev appserver does not, to allow for better debugging.  Javassist instrumentation for @Property, etc., causes bad LVT information to be written into the bytecode, causing components/pages to not be loadable in the developer appserver, including stock components such as  Form.
> Javassist 3.12.0.GA fixes many of these problems.  Updating to 3.12.0.GA in the pom.xml dependencies would be ideal.
> Blocking: 3.12 has not been pushed to jboss's (nor central's) repositories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TAP5-1185) Javassist 3.9.0.GA creates bad LocalVariableTable entries which bomb on GAE dev appserver.

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1185:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> Javassist 3.9.0.GA creates bad LocalVariableTable entries which bomb on GAE dev appserver.
> ------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1185
>                 URL: https://issues.apache.org/jira/browse/TAP5-1185
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0, 5.2
>            Reporter: Christian E Gruber
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>
> Googla AppEngine [production server junks LocalVariableTable information, but the dev appserver does not, to allow for better debugging.  Javassist instrumentation for @Property, etc., causes bad LVT information to be written into the bytecode, causing components/pages to not be loadable in the developer appserver, including stock components such as  Form.
> Javassist 3.12.0.GA fixes many of these problems.  Updating to 3.12.0.GA in the pom.xml dependencies would be ideal.
> Blocking: 3.12 has not been pushed to jboss's (nor central's) repositories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1185) Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1185:
---------------------------------------

    Summary: Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)  (was: Javassist 3.9.0.GA creates bad LocalVariableTable entries which bomb on GAE dev appserver.)

Found the lastest version, 3.12.1.GA, at the Jboss Nexus: https://repository.jboss.org/nexus/content/repositories/releases


> Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1185
>                 URL: https://issues.apache.org/jira/browse/TAP5-1185
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0, 5.2
>            Reporter: Christian E Gruber
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>
> Googla AppEngine [production server junks LocalVariableTable information, but the dev appserver does not, to allow for better debugging.  Javassist instrumentation for @Property, etc., causes bad LVT information to be written into the bytecode, causing components/pages to not be loadable in the developer appserver, including stock components such as  Form.
> Javassist 3.12.0.GA fixes many of these problems.  Updating to 3.12.0.GA in the pom.xml dependencies would be ideal.
> Blocking: 3.12 has not been pushed to jboss's (nor central's) repositories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1185) Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878243#action_12878243 ] 

Hudson commented on TAP5-1185:
------------------------------

Integrated in tapestry-5.2-freestyle #140 (See [http://hudson.zones.apache.org/hudson/job/tapestry-5.2-freestyle/140/])
    

> Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1185
>                 URL: https://issues.apache.org/jira/browse/TAP5-1185
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0, 5.2
>            Reporter: Christian E Gruber
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>             Fix For: 5.2.0
>
>
> Googla AppEngine [production server junks LocalVariableTable information, but the dev appserver does not, to allow for better debugging.  Javassist instrumentation for @Property, etc., causes bad LVT information to be written into the bytecode, causing components/pages to not be loadable in the developer appserver, including stock components such as  Form.
> Javassist 3.12.0.GA fixes many of these problems.  Updating to 3.12.0.GA in the pom.xml dependencies would be ideal.
> Blocking: 3.12 has not been pushed to jboss's (nor central's) repositories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1185) Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878243#action_12878243 ] 

Hudson commented on TAP5-1185:
------------------------------

Integrated in tapestry-5.2-freestyle #140 (See [http://hudson.zones.apache.org/hudson/job/tapestry-5.2-freestyle/140/])
    

> Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1185
>                 URL: https://issues.apache.org/jira/browse/TAP5-1185
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0, 5.2
>            Reporter: Christian E Gruber
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>             Fix For: 5.2.0
>
>
> Googla AppEngine [production server junks LocalVariableTable information, but the dev appserver does not, to allow for better debugging.  Javassist instrumentation for @Property, etc., causes bad LVT information to be written into the bytecode, causing components/pages to not be loadable in the developer appserver, including stock components such as  Form.
> Javassist 3.12.0.GA fixes many of these problems.  Updating to 3.12.0.GA in the pom.xml dependencies would be ideal.
> Blocking: 3.12 has not been pushed to jboss's (nor central's) repositories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1185) Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1185:
---------------------------------------

    Summary: Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)  (was: Javassist 3.9.0.GA creates bad LocalVariableTable entries which bomb on GAE dev appserver.)

Found the lastest version, 3.12.1.GA, at the Jboss Nexus: https://repository.jboss.org/nexus/content/repositories/releases


> Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1185
>                 URL: https://issues.apache.org/jira/browse/TAP5-1185
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.0, 5.2
>            Reporter: Christian E Gruber
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>
> Googla AppEngine [production server junks LocalVariableTable information, but the dev appserver does not, to allow for better debugging.  Javassist instrumentation for @Property, etc., causes bad LVT information to be written into the bytecode, causing components/pages to not be loadable in the developer appserver, including stock components such as  Form.
> Javassist 3.12.0.GA fixes many of these problems.  Updating to 3.12.0.GA in the pom.xml dependencies would be ideal.
> Blocking: 3.12 has not been pushed to jboss's (nor central's) repositories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.