<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Announcing Mojarra Scales</title> <atom:link href="http://blogs.steeplesoft.com/2008/01/announcing-mojarra-scales/feed/" rel="self" type="application/rss+xml" /><link>http://blogs.steeplesoft.com/2008/01/announcing-mojarra-scales/</link> <description></description> <lastBuildDate>Mon, 06 Feb 2012 08:22:23 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: jason</title><link>http://blogs.steeplesoft.com/2008/01/announcing-mojarra-scales/comment-page-1/#comment-8220</link> <dc:creator>jason</dc:creator> <pubDate>Tue, 22 Jan 2008 14:28:21 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/2008/01/02/announcing-mojarra-scales/#comment-8220</guid> <description>Sean,Nothing yet.  I&#039;ll email again the guy that handles that and see what the status is.</description> <content:encoded><![CDATA[<p>Sean,</p><p>Nothing yet.  I&#8217;ll email again the guy that handles that and see what the status is.</p> ]]></content:encoded> </item> <item><title>By: jason</title><link>http://blogs.steeplesoft.com/2008/01/announcing-mojarra-scales/comment-page-1/#comment-8219</link> <dc:creator>jason</dc:creator> <pubDate>Tue, 22 Jan 2008 14:27:53 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/2008/01/02/announcing-mojarra-scales/#comment-8219</guid> <description>Gary,You&#039;re the second report of problems when RichFaces is in the mix.  I&#039;ll try to get that added to my demo/test app and track that down as soon as possible.  Thanks for the report.</description> <content:encoded><![CDATA[<p>Gary,</p><p>You&#8217;re the second report of problems when RichFaces is in the mix.  I&#8217;ll try to get that added to my demo/test app and track that down as soon as possible.  Thanks for the report.</p> ]]></content:encoded> </item> <item><title>By: Sean</title><link>http://blogs.steeplesoft.com/2008/01/announcing-mojarra-scales/comment-page-1/#comment-8218</link> <dc:creator>Sean</dc:creator> <pubDate>Tue, 22 Jan 2008 12:51:53 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/2008/01/02/announcing-mojarra-scales/#comment-8218</guid> <description>Any update on that maven repo? I browsed java.net today and I see that it is still not there.</description> <content:encoded><![CDATA[<p>Any update on that maven repo? I browsed java.net today and I see that it is still not there.</p> ]]></content:encoded> </item> <item><title>By: gary ng</title><link>http://blogs.steeplesoft.com/2008/01/announcing-mojarra-scales/comment-page-1/#comment-8217</link> <dc:creator>gary ng</dc:creator> <pubDate>Sun, 13 Jan 2008 06:31:43 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/2008/01/02/announcing-mojarra-scales/#comment-8217</guid> <description>Hi,I tried to just drop mojarra-scales.jar into my project (ajax4jsf + richfaces + sun RI 1.2 + facelets), and haven&#039;t even configure anything then get this error :SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
javax.faces.FacesException: java.lang.UnsupportedOperationException
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:408)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3830)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.UnsupportedOperationException
at com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)
at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:113)
at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1040)
at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1100)
at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:509)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:402)
... 15 moreIf I remove the jar, everything works. What would be the possible cause of it ? I tried to see what is the old ri-sandbox demo(facelets) and don&#039;t notice anything speciial.</description> <content:encoded><![CDATA[<p>Hi,</p><p>I tried to just drop mojarra-scales.jar into my project (ajax4jsf + richfaces + sun RI 1.2 + facelets), and haven&#8217;t even configure anything then get this error :</p><p>SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener<br
/> javax.faces.FacesException: java.lang.UnsupportedOperationException<br
/> at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:408)<br
/> at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3830)<br
/> at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)<br
/> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)<br
/> at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)<br
/> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)<br
/> at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)<br
/> at org.apache.catalina.core.StandardService.start(StandardService.java:516)<br
/> at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)<br
/> at org.apache.catalina.startup.Catalina.start(Catalina.java:566)<br
/> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br
/> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br
/> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br
/> at java.lang.reflect.Method.invoke(Unknown Source)<br
/> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)<br
/> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)<br
/> Caused by: java.lang.UnsupportedOperationException<br
/> at com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)<br
/> at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:113)<br
/> at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)<br
/> at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1040)<br
/> at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1100)<br
/> at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:509)<br
/> at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:402)<br
/> &#8230; 15 more</p><p>If I remove the jar, everything works. What would be the possible cause of it ? I tried to see what is the old ri-sandbox demo(facelets) and don&#8217;t notice anything speciial.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 10/22 queries in 0.069 seconds using disk: basic

Served from: blogs.steeplesoft.com @ 2012-02-07 14:32:18 -->
