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
--
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