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

Summary: Should start the Application Server when trying to deploy Composite Application project
Product: soa Reporter: hemant_bedekar <hemant_bedekar>
Component: Composite ApplicationAssignee: Jun Qian <jqian>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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