1 Reply Latest reply on Jun 19, 2006 1:36 AM by appolinaire

    Class Locale not found?

    appolinaire

      Hi,

      Very peculiar (at least to a newbie):

      One of services I implemented needs Java.util.Locale.

      When a request is made to the service, I get a:

      java.lang.ClassNotFoundException: Locale

      I'm running JBoss Web 4.0.4. if that's relevant.

      Then of course, the service is made unavailable:

      [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/cobalt].[LocaleServiceImpl]] Servlet LocaleServiceImpl is currently unavailable.

      I've had others issues with this app + JBoss. Any jar dropped in WEB-INF/lib would not expose its classes. If I unjar all of the classes and drop them in WEB-INF/classes, all these classes are picked up by the class loader.

      I wonder if those problems are related. Maybe it's something I overlooked when installing JBoss? Or conflicts among jars or the like?

      Thanks for any help.

      François