users@glassfish.java.net

Re: Integrate solution to Issue 669 into UR1

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Mon, 19 Jun 2006 09:47:27 -0700

Edson Carlos Ericksson Richter wrote:
> Is possible to integrate solution for IZ 669 into Glassfish UR1?
> Is very boring don't be able to use custom Javascript actions in JSF...
> I just downloaded UR1 FCS, and problem reamains.
>
> I read is possible to download latest JSF from maven, but when I
> install updated JSF into Glassfish, resource injection stops to work
> (message "resource injection is DISABLED".
>
> Thanks,
>
> Richter
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
We plan to update the UR1 GlassFish release, but we have a few items we're
waiting on.

In the mean time, you can re-enable resource injection by
editing GF_HOME/domains/domain1/config/default-web.xml
and adding the following context initialization parameter:

 <context-param>
      <param-name>com.sun.faces.injectionProvider</param-name>
      
<param-value>com.sun.faces.vendor.GlassFishInjectionProvider</param-value>
  </context-param>