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 221048 - The Run button does nothing on NetBeans projects created using the appclient-javaee6 Maven archetype.
Summary: The Run button does nothing on NetBeans projects created using the appclient-...
Status: RESOLVED DUPLICATE of bug 204883
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-29 17:51 UTC by ricardo.cervera-navarro
Modified: 2012-10-30 12:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ricardo.cervera-navarro 2012-10-29 17:51:38 UTC
Description:
When you have a NetBeans project that was created using the category
Java EE > Enterprise Application Client on the New Project Wizard,
clicking on the Run button deploys the project and runs its main class.
However, when you have a NetBeans project that was created using the
category Maven > Project from Archetype and the appclient-javaee6
archetype, clicking on the Run button does nothing.

Steps for replicating the issue:
1) Go to File > New Project
2) Choose the Java EE category and the Enterprise Application Client project
3) Finish creating the project with the default settings
4) Click on the Run button. The main class executes and you can see the
result on the output window.

5) Go to File > New Project
6) Choose the Maven category and the Project from Archetype project.
7) Search for the appclient-javaee6 archetype and select it.
8) Finish creating the new project
9) Click on the Run button. The main class does not run and nothing
shows on the output window.

Related issue:
EAR projects that include an application client module also should have the capability of running the application client. When clicking the Run button in any of these projects, the application client does not run either.
Comment 1 Martin Janicek 2012-10-30 12:33:23 UTC

*** This bug has been marked as a duplicate of bug 204883 ***