bean.xml is in the src directory
This means that the corresponding bean.xml file was not found in your classpath file. Suggestions: 1. Check if there is a corresponding file in the resources folder. 2. 'web' under WEB-INF Is the configuration in .xml` correct?
bean.xml
classpath
resources
WEB-INF
This means that the corresponding
bean.xml
file was not found in yourclasspath
file.Suggestions: 1. Check if there is a corresponding file in the
resources
folder. 2. 'web' underWEB-INF
Is the configuration in .xml` correct?