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

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951499#3951499

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951499


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to