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 - Problems in making work the RichFaces plugin...
Summary: Problems in making work the RichFaces plugin...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-16 13:16 UTC by agustincarban
Modified: 2010-10-16 13:16 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...