Well I fixed and reverted it, because it worked anyway on my machine, and the fix would have involved too many changes very close to the rollout of a release candidate, it looked to critical for me to fix now because nothing was broken on my machine and it was not code I checked in.
And yes there is a upper lower case problem in one of the classes (exactly one over the whole project given my Eclipses comments) I can give you more detailed info on the problem later if you need it. Werner Volker Weber (JIRA) wrote: > ClassNotFoundException: > org.apache.myfaces.examples.inputSuggestAjax.InputSuggestAjaxBean > ----------------------------------------------------------------------------------------- > > Key: MYFACES-724 > URL: http://issues.apache.org/jira/browse/MYFACES-724 > Project: MyFaces > Type: Bug > Components: Sandbox > Reporter: Volker Weber > > > There is a case difference in package and directory spelling for class. > > package name: org.apache.myfaces.examples.inputsuggestajax > > filename: > sandbox/src/java/org/apache/myfaces/examples/inputSuggestAjax/InputSuggestAjaxBean.java > > > The managedBean config uses upercase package name and the ManagedBeanBuilder > can't find the class. > > Either package or directory name should be fixed. > > This was previosly fixed and reverted by werner. > see: svn log > examples/sandbox/src/java/org/apache/myfaces/examples/inputSuggestAjax/InputSuggestAjaxBean.java > >
