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 84530 - Should start the Application Server when trying to deploy Composite Application project
Summary: Should start the Application Server when trying to deploy Composite Applicati...
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
: 96824 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-08 18:31 UTC by hemant_bedekar
Modified: 2008-01-31 22:24 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 hemant_bedekar 2006-09-08 18:31:51 UTC
Should start the Application Server when trying to deploy Composite Application
project..

If you try to deploy an EJB project and the Application Server is not running,
the deploy process starts the App Server and then deploys the EJB project.

If you try to deploy a Composite Applications project and the Application Server
is not running, the deploy process fails with a popup error message - "The
target application server is not active". 

This process needs to be consistent for EJB projects and Composite Application
projects.
Comment 1 Jun Qian 2007-03-03 22:17:20 UTC
*** Issue 96824 has been marked as a duplicate of this issue. ***
Comment 2 Ivan Sidorkin 2007-07-23 11:45:57 UTC
do you plan to fix it in NB6.0?
It is expected behaviour.
Comment 3 Jun Qian 2007-07-25 01:31:43 UTC
Compapp needs to be friend of the j2eeserver to access some private API to interact with the appserver. However,
j2eeserver already exports a public API, and the NetBeans module system doesn't allow public and friend API at once
(#63997). We will probably have to use implementation dependency.
Comment 4 Jun Qian 2007-07-25 08:17:04 UTC
Implemented in NB 6.0.


IDE:-------------------------------------------------
IDE: [7/25/07 12:14 AM] Committing Files started
Checking in antsrc/org/netbeans/modules/compapp/projects/jbi/anttasks/DeployServiceAssembly.java;
/cvs/enterprise/compapp/projectjbi/antsrc/org/netbeans/modules/compapp/projects/jbi/anttasks/DeployServiceAssembly.java,v
 <--  DeployServiceAssembly.java
new revision: 1.4; previous revision: 1.3
done
Checking in nbproject/project.xml;
/cvs/enterprise/compapp/projectjbi/nbproject/project.xml,v  <--  project.xml
new revision: 1.13; previous revision: 1.12
done
Checking in nbproject/project.properties;
/cvs/enterprise/compapp/projectjbi/nbproject/project.properties,v  <--  project.properties
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/modules/compapp/projects/jbi/JbiActionProvider.java;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/JbiActionProvider.java,v  <-- 
JbiActionProvider.java
new revision: 1.12; previous revision: 1.11
done
IDE: [7/25/07 12:15 AM] Committing Files finished
Comment 5 Ivan Sidorkin 2008-01-31 22:24:30 UTC
verified