[
https://issues.apache.org/struts/browse/SHALE-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Craig McClanahan updated SHALE-251:
-----------------------------------
Comment: was deleted
> 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: https://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
> Assignee: Craig McClanahan
> Fix For: 1.0.3
>
> Attachments: MockValueBinding.java.patch.txt
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.