admin@glassfish.java.net

Re: new woodstock bits

From: Ken Paulsen <Ken.Paulsen_at_Sun.COM>
Date: Wed, 04 Apr 2007 15:32:02 -0700

Hi Senthil,

Including the theme jar file in the WEB-INF/lib directory is all that
should be required. If this isn't working, you may want to email
dev_at_woodstock.dev.java.net.

Ken

Senthil Chidambaram wrote:
> I built the new woodstock bits from their opensource project. Looks
> like it's not working with our admingui. I see the following Exception
> thrown in our server.log
>
> com.sun.webui.theme.ThemeConfigurationException: No theme name or
> version specified and no default theme resource available.
> at
> com.sun.webui.theme.SPIThemeFactory.getThemeReferences(SPIThemeFactory.java:336)
> at
> com.sun.webui.theme.SPIThemeFactory.getThemeResources(SPIThemeFactory.java:483)
>
> at
> com.sun.webui.theme.SPIThemeFactory.getTheme(SPIThemeFactory.java:179)
> at
> com.sun.webui.jsf.util.ThemeUtilities.getTheme(ThemeUtilities.java:141)
> at
> com.sun.webui.jsf.renderkit.html.HeadRenderer.renderAttributes(HeadRenderer.java:118)
>
> at
> com.sun.webui.jsf.renderkit.html.AbstractRenderer.encodeBegin(AbstractRenderer.java:156)
>
>
> Do I have to specify something, somewhere?
>
> thx
> Senthil