I'm having trouble getting to the JIRA page. I'm getting another
exception:
java.lang.NoClassDefFoundError:
org/apache/myfaces/renderkit/html/HtmlHiddenRenderer
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappCla
ssLoader.java:1812)
at
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader
.java:866)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
.java:1319)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
.java:1198)
at com.sun.faces.util.Util.loadClass(Util.java:406)
at
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:
876)
at
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:
925)
at
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:
406)
at
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListe
ner.java:328)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.j
ava:3729)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4183
)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.ja
va:759)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:9
04)
at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java
:867)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1112)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:31
0)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSu
pport.java:119)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at
org.apache.catalina.core.StandardService.start(StandardService.java:450)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
I just wanted to bring it to your attention. I guess I'll have to add
these one by one until I get the sandbox component working. It might be
better to wait until a fix is made, although, I was really interested in
using the selectOneRow component. Do you know how long it might take to
fix this?
Thanks..
Frank Russo
Senior Developer
FX Alliance, LLC
-----Original Message-----
From: Mike Kienenberger [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006 7:32 PM
To: MyFaces Discussion
Subject: Re: Tomahawk and JSF RI
On 3/28/06, Frank Russo <[EMAIL PROTECTED]> wrote:
> So I assume that means I need to add the
myfaces-impl-1.1.3-SNAPSHOT.jar to my project's WEB-INF/lib as well?
Hey Frank.
It looks like the myfaces-impl dependency is only (incorrectly) required
by the sandbox.jar, but there's a lot of them to fix.
My suggestion would be to pull out only the sandbox component that you
want to use into your own application code rather than trying to get
sandbox.jar working with the JSF RI. Or, if you feel comfortable
doing so, you can use MyFaces instead of the JSF RI.
I've opened an issue to track these.
https://issues.apache.org/jira/browse/TOMAHAWK-220