Apache tomahawk lib

Hello,

I am using Sun's JSF implementation.

I would like to know if Apache's tomahawk library is compatible with Sun's JSF impl. or does it work only with Apache myFaces.

~SirG

[204 byte] By [SirGenerala] at [2007-11-27 11:44:11]
# 1

Tomahawk is compatible with the Sun RI.

RaymondDeCampoa at 2007-7-29 17:54:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

I tried implementing the same and getting the following:

java.lang.NoClassDefFoundError: org/apache/commons/el/Logger

at org.apache.myfaces.shared_tomahawk.util.ClassUtils.<clinit>(ClassUtils.java:44)

at org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.<clinit>(MyfacesConfig.java:94)

at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.writeCodeBeforeBodyEnd(ExtensionsPhaseListener.java:129)

at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.getCodeBeforeBodyEnd(ExtensionsPhaseListener.java:104)

at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.getJavaScriptCodeAndStoreInRequest(ExtensionsPhaseListener.java:94)

Truncated. see log file for complete stacktrace

Any ideas?

SirG

SirGenerala at 2007-7-29 17:54:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

You must include all the dependencies of Tomahawk in your deployment. The error you have is from the commons-el library being missing. Refer to the Tomahawk documentation for the complete list.

RaymondDeCampoa at 2007-7-29 17:54:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...