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 63159 - Cannot switch from SJSAS to another application server
Summary: Cannot switch from SJSAS to another application server
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-26 13:26 UTC by Pavel Fiala
Modified: 2005-11-03 13:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
AssertionError (4.10 KB, text/plain)
2005-08-26 13:31 UTC, Pavel Fiala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Fiala 2005-08-26 13:26:51 UTC
1. Create Web Application project with SJSAS
2. Open Project properties, Run category and change server
3. Click OK to close Project properties
4. java.lang.AssertionError
	at
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.dispose(SunONEDeploymentConfiguration.java:217)
	at
org.netbeans.modules.j2ee.sun.ide.j2ee.ConfigurationSupportImpl.disposeConfiguration(ConfigurationSupportImpl.java:773)
	at
org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.dispose(ConfigSupportImpl.java:163)
	at
org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.fireServerChange(J2eeModuleProvider.java:304)
	at
org.netbeans.modules.web.project.ProjectWebModule.propertyChange(ProjectWebModule.java:384)
...
Comment 1 Pavel Fiala 2005-08-26 13:31:27 UTC
Created attachment 24268 [details]
AssertionError
Comment 2 _ pcw 2005-09-12 17:35:57 UTC
This was fixed in r1.4 of SunONEDeploymentConfiguration.java on 8/31/05
Comment 3 Michal Mocnak 2005-11-03 13:36:08 UTC
Verified