[
https://issues.apache.org/jira/browse/MYFACES-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180441#comment-16180441
]
Dora Rajappan commented on MYFACES-4156:
----------------------------------------
I tried to run your example and its not getting a dependency from central.
[ERROR] Failed to execute goal
org.eclipse.jetty:jetty-maven-plugin:9.3.17.RC0:run (default-cli) on project
mf23test: Execution default-cli of goal
org.eclipse.jetty:jetty-maven-plugin:9.3.17.RC0:run failed: Plugin
org.eclipse.jetty:jetty-maven-plugin:9.3.17.RC0 or one of its dependencies
could not be resolved: Could not transfer artifact
org.eclipse.jdt.core.compiler:ecj:jar:4.4.2 from/to central
(http://repo.maven.apache.org/maven2): GET request of:
org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar from central failed:
Premature end of Content-Length delimited message body (expected: 2310271;
received: 101132 -> [Help 1]
[ERROR]
> Myface is not showing the FacesMessage after validation when
> ValidatorException is thown.
> -----------------------------------------------------------------------------------------
>
> Key: MYFACES-4156
> URL: https://issues.apache.org/jira/browse/MYFACES-4156
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 2.3.0-beta
> Reporter: Dora Rajappan
> Attachments: login.xhtml, MessageBean.java, mf23test.zip,
> MyValidator.java
>
>
> Myfaces 2.3 is not showing the FacesMessage after validation when
> ValidatorException is thrown. Same works with mojarra 2.2.
> if (param.length() > 32) {
> FacesMessage msg = new FacesMessage("Username should
> not exceed 32");
>
> throw new ValidatorException(msg);
> }
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)