This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191052

Summary: Problems in making work the RichFaces plugin...
Product: serverplugins Reporter: agustincarban <agustincarban>
Component: GlassFishAssignee: Vince Kraemer <vkraemer>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description agustincarban 2010-10-16 13:16:37 UTC
Hi My Friends !. Hope someone can help me !, as I want to deeply get involved with this technology... I live in Córdoba, Argentina and my name is Agustín Ernesto. But to not be longer I tell u guys what the problem: I want to make a Java Web Project so I select the following setting:
Server: Apache Tomcat 6.0.26
Java EE Version: Java EE 5

In the framework section, I choose:
Java Server Faces - Registered Libraries: JSF 2.0
and obviously RichFaces as I told I wanted to start using them...

When the project appears in the Project TabbedPane, I saw the java web project icon with a yellow triangle, which means there is a reference problem... I click on solve and in the library manager I click on richfaces and it says that the following files are missing:
richfaces-api-3.3.0.SR1.jar
richfaces-impl-3.3.0.SR1.jar
richfaces-ui-3.3.0.SR1.jar

And it's really weird, as I download the plugin from the site so it should'nt give me problems... Anyway, I put a command button on my index.xhtml and then I run  my app but all of a sudden is says the module couldn't be deployed... It seems that in the following file: build-impl.xml in the line 703 there is like an error...

<target if="netbeans.home" name="-run-deploy-nb">
        <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
    </target>

So it's kinda misterious... Hope someone can help me...