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 128149 - Wrong server name for sailfin
Summary: Wrong server name for sailfin
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 13:22 UTC by Petr Hejl
Modified: 2008-02-29 21: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 Petr Hejl 2008-02-22 13:22:35 UTC
Deployment.getDefault().getServerID(serverInstanceId) - returns "J2EE" for Sailfin.
Comment 1 Vince Kraemer 2008-02-22 18:22:47 UTC
this should have been resolved as part of the fixes for issue 125286 that nityad applied.
Comment 2 Nitya Doraisamy 2008-02-29 21:25:42 UTC
This is resolved by fix for issue 125286
With latest NB build, I show 'j2ee.server.type=JavaEEPlusSIP' in the project.properties of a project targeting SailFin 
and Deployment.getDefault().getServerID(serverInstanceId) returns 'JavaEEPlusSIP'

Please reopen if you are continuing to see this and more info on where you are seeing this behavior.