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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]