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 75028 - Return non-null value from TargetModuleID.getWebURL
Summary: Return non-null value from TargetModuleID.getWebURL
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-13 17:34 UTC by Lukas Jungmann
Modified: 2008-01-31 18:07 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-04-13 17:34:33 UTC
Server (or at least plugin) - in case of GlassFish - should return non-null
value from TargetModuleID.getWebURL if the deployed module is appclient
(ModuleType.CAR), because deployed appclient module is accessible through web
browser so it actually has an url.

This is required in order to be able to allow users to use glassfish's
java-web-start feature for appclients from IDE.
Comment 1 Vince Kraemer 2006-04-27 22:02:55 UTC
added to the glassfish issue tracker:
https://glassfish.dev.java.net/issues/show_bug.cgi?id=615

The plugin can probably do this, but it may be useful for other tools as well...
Comment 2 Vince Kraemer 2008-01-31 18:07:13 UTC
This is violates the API definition in JSR-88.  There is no reason to not have a different api that does this trick
though.  that new apiu would need to be defined in j2eeserver, though...