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 108830 - API:ProjectSupport.openProject method does not open a project in the default service Server
Summary: API:ProjectSupport.openProject method does not open a project in the default ...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords: T9Y
: 108171 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-04 02:19 UTC by davisn
Modified: 2007-07-11 22:31 UTC (History)
2 users (show)

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 davisn 2007-07-04 02:19:56 UTC
-ProjectSupport.openProject(File projectDirectory) method when invoke does not open the selected project with the
current associated default service server
-This results in regression failures of most serverplugin qa-functional test cases.
Comment 1 Lukas Jungmann 2007-07-04 10:18:33 UTC
only few notes to add:
-IDE is being started with -J-Dcom.sun.aas.installRoot property
-projects being opened do not contain any private info (there's no private directory)

since most qa-functional tests are broken (not only in serverplugins, but in websvc/rest, j2ee as well) due to this
issue => P2
Comment 2 Vince Kraemer 2007-07-07 00:23:10 UTC
What is this about???  Nitya, is this a plugin issue or does it need to be re-assigned?
Comment 3 Nitya Doraisamy 2007-07-10 19:05:45 UTC
It does not appear to be a plugin issue. It appears that the project is aware of a server requirement but does not 
pick up the server registered in the runtime tab. 

Will update with more info once I take a look at the project info.
Comment 4 Lukas Jungmann 2007-07-10 19:21:18 UTC
*** Issue 108171 has been marked as a duplicate of this issue. ***
Comment 5 Lukas Jungmann 2007-07-10 19:22:53 UTC
see also issue 108171, please
Comment 6 Nitya Doraisamy 2007-07-10 22:37:11 UTC
The project.properties of the app has 'j2ee.server.type=J2EE'. But the default glassfish server is picked up only 
if the property value is 'SJSAS'.

The plugin should be able to identify both types J2EE and SJSAS for glassfish