You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Murray Brandon <mu...@hotmagna.com> on 2006/04/21 06:48:25 UTC

Re: ERROR [MyFacesResourceLoader] Unparsable lastModified

Dave wrote:
>  ERROR [MyFacesResourceLoader] Unparsable lastModified : @lastModified@
>  
> what is the error? Thanks!
>
> ------------------------------------------------------------------------
> New Yahoo! Messenger with Voice. Call regular phones from your PC 
> <http://us.rd.yahoo.com/mail_us/taglines/postman5/*http://us.rd.yahoo.com/evt=39666/*http://beta.messenger.yahoo.com> 
> and save big. 
 From my one-day-to-be-released troubleshooting sheet:

<b>Issue:</b> <xmp>
Mar 27, 2006 6:12:30 AM 
org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader getLastModified
SEVERE: Unparsable lastModified : @lastModified@
</xmp>
<br><br>
<b>Solution:</b><xmp>
Perhaps because MyFaces has an AddResource.properties with a 
@lastModified@ maven(?) tag in it that hasn't been substituted at build 
time. eg.

# Used in the ressources URL, to enable caching the resources on the client.
lastModified=@lastModified@

It should not affect anything since the value then defaults to 0 and 
it's only the value for caching the resources (never changes under 
normal circumstances).
</xmp>
<hr>