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 102869 - Server is not started when deploy
Summary: Server is not started when deploy
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: OC4J (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Michal Mocnak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-28 10:27 UTC by Michal Mocnak
Modified: 2007-07-17 09:25 UTC (History)
0 users

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 Michal Mocnak 2007-04-28 10:27:34 UTC
If user performs deploy action and the server is stopped it should start but it
doesn't.
Comment 1 Michal Mocnak 2007-04-28 11:42:45 UTC
Fixed:
Checking in ide/OC4JStartServer.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/ide/OC4JStartServer.java,v
 <--  OC4JStartServer.java
new revision: 1.4; previous revision: 1.3
done
Checking in config/OC4JEarModuleConfiguration.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/config/OC4JEarModuleConfiguration.java,v
 <--  OC4JEarModuleConfiguration.java
new revision: 1.2; previous revision: 1.1
done
Checking in config/OC4JWarModuleConfiguration.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/config/OC4JWarModuleConfiguration.java,v
 <--  OC4JWarModuleConfiguration.java
new revision: 1.2; previous revision: 1.1
done
Checking in config/OC4JEjbModuleConfiguration.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/config/OC4JEjbModuleConfiguration.java,v
 <--  OC4JEjbModuleConfiguration.java
new revision: 1.2; previous revision: 1.1
done
Comment 2 Michal Mocnak 2007-07-17 09:25:32 UTC
Verified