I\'m using a library that has a dependency on JSF.
When I try to run my project, it show following exception massage..
java.util.MissingResourceExce
The problem must be that the resource-bunde > base-name attribute at the faces-config.xml file has a different path to your properties. This happened to me on the firstcup Java EE tutorial, I gave a different package name on then project creation and then Glassfish was unable to find the properties folder which is on "firstcup.web".
I hope it helps.