users@javaserverfaces.java.net

Re: WeblogicInjectionProvider cannot be loaded

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Mon, 12 Nov 2007 09:25:36 -0800

mjdenham wrote:
> I am using Weblogic 10 and get this message when loading the application:
>
> INFO: Initializing Sun's JavaServer Faces implementation (1.2_05-b06-FCS)
> for context '/eecalc'
> 12-Nov-2007 13:02:42 com.sun.faces.spi.InjectionProviderFactory
> getProviderInstance
> SEVERE: JSF1030: The specified InjectionProvider implementation
> 'com.bea.faces.WeblogicInjectionProvider' cannot be loaded.
> 12-Nov-2007 13:02:42 com.sun.faces.spi.InjectionProviderFactory
> createInstanceINFO: JSF1048: PostConstruct/PreDestroy annotations present.
> ManagedBeans methods marked with these annotations will have said
> annotations processed.
>
> Regards
>
> Martin
>
That's what is logged when a ClassNotFoundException is thrown when
attempting
to load the configured provider. Are you positive the provider class,
com.bea.faces.WeblogicInjectionProvider,
is in the classpath?