Java 1.5 method
java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;) used
in org.apache.shale.test.mock.MockValueBinding.parse
----------------------------------------------------------------------------------------------------------------------------------------------------
Key: SHALE-251
URL: http://issues.apache.org/struts/browse/SHALE-251
Project: Shale
Issue Type: Bug
Components: Test
Affects Versions: 1.0.3-SNAPSHOT
Environment: MyFaces Tomahawk 1.1.5 snapshot from 2006-08-11
Reporter: Mike Kienenberger
java.lang.NoSuchMethodError:
java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
at
org.apache.shale.test.mock.MockValueBinding.parse(MockValueBinding.java:328)
at
org.apache.shale.test.mock.MockValueBinding.getValue(MockValueBinding.java:112)
at javax.faces.component.UIOutput.getValue(UIOutput.java:75)
The following Java 1.5 code snuck into the Shale 1.0.3 snapshot test framework,
which is documented to be Java 1.4 compatible.
This is causing the default build for MyFaces (which includes running the
tests) to fail.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira