You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Mark Lehmacher (JIRA)" <ta...@jakarta.apache.org> on 2006/04/03 15:32:46 UTC

[jira] Created: (TAPESTRY-902) org.apache.tapestry.enhance.InjectMetaWorker not JDK1.4 compatible

org.apache.tapestry.enhance.InjectMetaWorker not JDK1.4 compatible
------------------------------------------------------------------

         Key: TAPESTRY-902
         URL: http://issues.apache.org/jira/browse/TAPESTRY-902
     Project: Tapestry
        Type: Bug

  Components: Framework  
    Versions: 4.0.1    
    Reporter: Mark Lehmacher


Line 49 of org.apache.tapestry.enhance.InjectMetaWorker is not JDK1.4 compatible:

_primitiveParser.put(boolean.class, "java.lang.Boolean.parseBoolean") results in javassist.CannotCompileException when run in jdk1.4 environment.

The method java.lang.Boolean.parseBoolean is new in jdk1.5.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Updated: (TAPESTRY-902) org.apache.tapestry.enhance.InjectMetaWorker not JDK1.4 compatible

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-902?page=all ]

Jesse Kuhnert updated TAPESTRY-902:
-----------------------------------

    Fix Version/s: 4.1.1

> org.apache.tapestry.enhance.InjectMetaWorker not JDK1.4 compatible
> ------------------------------------------------------------------
>
>                 Key: TAPESTRY-902
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-902
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.0.1
>            Reporter: Mark Lehmacher
>             Fix For: 4.1.1
>
>
> Line 49 of org.apache.tapestry.enhance.InjectMetaWorker is not JDK1.4 compatible:
> _primitiveParser.put(boolean.class, "java.lang.Boolean.parseBoolean") results in javassist.CannotCompileException when run in jdk1.4 environment.
> The method java.lang.Boolean.parseBoolean is new in jdk1.5.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-902) org.apache.tapestry.enhance.InjectMetaWorker not JDK1.4 compatible

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-902?page=all ]

Jesse Kuhnert resolved TAPESTRY-902.
------------------------------------

    Resolution: Fixed

> org.apache.tapestry.enhance.InjectMetaWorker not JDK1.4 compatible
> ------------------------------------------------------------------
>
>                 Key: TAPESTRY-902
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-902
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.0.1
>            Reporter: Mark Lehmacher
>             Fix For: 4.1.1
>
>
> Line 49 of org.apache.tapestry.enhance.InjectMetaWorker is not JDK1.4 compatible:
> _primitiveParser.put(boolean.class, "java.lang.Boolean.parseBoolean") results in javassist.CannotCompileException when run in jdk1.4 environment.
> The method java.lang.Boolean.parseBoolean is new in jdk1.5.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org