Configurar RichFaces no Netbeans

Olá, estou tentando rodar um projeto no netbeans7.0 usando o richfaces. Adicionei as seguintes bibliotecas:
richfaces-core-api-4.0.0.Final
richfaces-core-impl-4.0.0.Final
richfaces-components-api-4.0.0.Final
richfaces-components-ui-4.0.0.Final
guava-r09
sac-1.3
cssparser-0.9.5

Criei também o arquivo faces-config pelo netbeans mas quando eu tento rodar o projeto (estou usando o glassfish 3.1) aparecem os seguites erros:
Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException:
Source Document: jar:file:/home/renato/NetBeansProjects/WebApplication1/build/web/WEB-INF/lib/richfaces-core-impl-4.0.0.Final.jar!/META-INF/faces-config.xml
Cause: Unable to create a new instance of ‘org.richfaces.resource.ResourceHandlerImpl’: java.lang.reflect.InvocationTargetException. Please see server.log for more details.

Eu to comendo bola ou é algum bug?

Grato

Olá Alexey,

Se não me engano estava com o mesmo problema utilizando o Eclipse.
Não consegui rodar direto do IDE.
Estou fazendo gerando o war e subindo no GlassFish.

Se resolver posta ai, por favor.

Att,