dev@javaserverfaces.java.net

Re: Fix for [Issue 643] broke build

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Thu, 04 Oct 2007 09:54:22 -0700

Norbert Truchsess wrote:
> http://fisheye5.cenqua.com/changelog/javaserverfaces-sources/?cs=MAIN:rlubke:20071003204221
>
>
> seems that the change is incomplete in respect to the proposed
> changebundle in
>
> https://javaserverfaces.dev.java.net/nonav/issues/showattachment.cgi/554/changebundle.txt
>
>
> there's a reference to ApplicationAssociate.setJSFVersionTracker()
> left in JSFVersionTracker that results in an unresolved symbol:
>
> void publishInstanceToApplication() {
> ExternalContext extContext =
> FacesContext.getCurrentInstance().getExternalContext();
> if (null != extContext) {
> ApplicationAssociate associate =
> ApplicationAssociate.getInstance(extContext);
> if (null != associate) {
> associate.setJSFVersionTracker(this);
> }
> }
> }
>
> both JSF_1_2X_ROLLING and HEAD are affected.
Yep. It didn't show up in my environment when doing the build. I'm
fixing this now.


>
> - Norbert
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>